@charset "utf-8";
@import url(https://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_corp02_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-07-10";
 :release [:revision "1.10"; :created "2014-02-03"];
 :page <http://blogdesign.ldblog.jp/archives/29018117.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
    padding-top: 25px;
}
#container {
    margin: 32px auto 20px;
    width: 960px;
}
#content {
    position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 20px;
    margin: 0 15px;
    width: 250px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 670px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    width: 250px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #080000;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
.calendarhead a:visited {
    color: #336699;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #7e7cb4;
}
a:hover {
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    width: 460px;
}
#blog-title a {
    color: #333;
}
#blog-description {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    width: 460px;
}
#blog-description a {
    color: #777;
}
#blog-eyecatch {
    background-color:#ededed;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.07);
}
#blog-eyecatch-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#blog-header.show-image #blog-header-inner {
    border-bottom: 1px solid #fff;
    min-height: 70px;
    padding: 15px 0;
    position: relative;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:    -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:     -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:      -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:         linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
}
#blog-header.show-image #blog-header-inner2 {
    margin: 0 auto;
    width: 960px;
    position: relative;
}
#blog-header.show-image #blog-header-image {
    margin:0 auto;
    width:960px;
}

/* メニューバー */
#main-nav,
#sub-nav {
    position: absolute;
    text-align: right;
    right: 0;
}
#main-nav {
    top: 30px;
    width: 580px;
}
#sub-nav {
    top: -24px;
}
#main-nav li,
#sub-nav li {
    display:inline-block;*display:inline;*zoom:1;
    list-style: none;
}
#main-nav li {
    margin-left: 2em;
    margin-bottom: 10px;
}
#sub-nav li {
    margin-left: 1em;
}
#main-nav a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
#sub-nav a {
    color: #777;
    font-size: 12px;
}

/* メッセージボード */
.message-board-outer {
    margin: 0 auto;
    width: 960px;
    position: absolute;
    top: 0;
}
.message-board {
    color: #fff;
    background: url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_40.png);
    text-shadow: 0 1px 0 rgba(0,0,0,0.38);
    line-height: 1.6;
    margin-top: 0!important;
    padding: 20px;
    position: absolute;
    left: 555px;
    top: 30px;
    width: 335px;
}
.message-board a {
    color: #fff;
    text-decoration: underline;
}
.message-board a:hover {
    text-decoration: none;
}

/* トップページ */
.article-inner {
    width: 490px;
    float: left;
}
.article-image-thumbnail {
    width: 160px;
    float: right;
}
.article-image-thumbnail img {
    border: 1px solid #ccc;
    border-radius: 7px;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    padding: 25px 0;
    border-bottom: 1px dotted #c9c9c9;
}
.first-article {
    padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
}
.article-title {
    margin: 4px 0;
}
.article-title a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.article-title a:hover {
    color: #666;
}

/* 日付 */
.article-date {
    color: #a5a8aa;
    font-size: 11px;
    margin-bottom:7px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {}
.article-meta {
    padding: 16px 0;
}
.article-social-btn {
    text-align: right;
}

/* 関連記事 */
.related-articles {
    padding: 20px 0;
    line-height: 1.3;
    border-bottom: 1px dotted #c9c9c9;
}
.related-articles h3 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.related-articles ul {
    color:#369;
    margin:0;
    padding-left:0;
    list-style: none;
}
.related-articles ul li {
    margin:4px;
}
.related-articles ul li:before {
    content: "・";
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 8px 12px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}

/* 個別記事のみ */
body.page-article .article {
    border-bottom: 0;
}
body.page-article .article-title a {
    font-size: 24px;
    font-weight: normal;
}
body.page-article .article-title a:visited {
    color: #333;
}
body.page-article .article-footer {
    border-bottom: 1px dotted #c9c9c9;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #5c5c5c;
    font-size: 14px;
}
.article-body a {
    color: #777;
}
.article-body a:hover,
.article-body a:visited {
    color: #999;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
    clear: both;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
    clear: both;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}
.article-tags a {
    text-decoration: underline;
}
dl.article-tags {
    margin: 2em 0 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
    margin-top: 20px;
}
#article-options .article-option-title {
    color:#999;
    font-size: 14px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body,
.ping-excerpt {
    color: #666;
    font-size: 14px;
    padding: 8px 0 0 0;
}
.comment-info,
.trackback-set {
    margin: 08px 0;
    padding: 12px;
    position: relative;
}
.comment-set:nth-child(odd) {
    background-color: #f9f9f9;
}
.comment-author {
    color: #666;
}
.comment-author a {
    color: #000;
}
.comment-rating-icon {
    position: absolute;
    top: 12px;
    right: 12px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    border-radius: 2px;
    padding: 0 9px;
    line-height: 25px;
}
ul.index-navigator li.current span {
    background-color: #e8e8e8;
    color: #666;
}
ul.index-navigator a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}
ul.index-navigator a:visited {
    color: #999;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
  border-bottom: 1px dotted #c9c9c9;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 20px;
}
ul.article-pager li.prev {
    float: left;
}
ul.article-pager li.next {
    float: right;
}
.article ul.article-pager li,
.article ul.archives-pager li {
    margin: 0;
}
.article ul.article-pager li a,
.article ul.archives-pager li a {
    display: inline;
    color: #7e7cb4;
    padding: 0;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
  background-color: transparent;
  text-decoration: underline;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    background-color: #ededed;
    color:#a5a8aa;
    padding: 40px;
    text-shadow: 0 1px 0 #fff;
}
#blog-footer a {
    color:#a5a8aa;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 8px;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 15px;
}
.sidewrapper .sidetitle a {
    color: #666;
}
.sidewrapper .side .sidebody {
    border-bottom: 1px dotted #c9c9c9;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 2px;
}
table.caltblday td {
    border-radius: 3px;
}
table.caltblday .caloff {
    background-color: #fff;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    background-color: #e2e2e2;
    border: none;
}
table.caltblday td .calendar,
table.caltblday td a {
    color:#666;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
}
table.caltblday td a:hover {
    background-color: #edeeef;
    border:1px solid #edeeef;
}

/* ギャラリー */
ul.galleryThumbnail {
    padding: 0 20px;
}
ul.galleryThumbnail li {
    display:inline-block;*display:inline;*zoom:1;
    margin: 2px 3px;
}
ul.galleryThumbnail li img {
    border: 0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid #000;
    color: #333;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.archives-header h1 {
    font-weight: bold;
}
.archives-header a {
    color: #333;
}

/* 記事下広告 */
#ad2 {
    border-bottom: 1px dotted #c9c9c9;
}
#ad2 a.addescription {
    color:#666;
}

/* ページトップへ */
.to-pagetop {
    bottom: -104px;
}
.to-pagetop a {
  background:url(https://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 9;
}

/* 画像マウスオーバー時の効果 */
ul.galleryThumbnail li a:hover img,
.article-image-thumbnail a img {
  opacity: 1;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
ul.galleryThumbnail li a:hover img,
.article-image-thumbnail a:hover img {
  opacity: 0.8;
}