@charset "EUC-JP";
@import url(https://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_yk_tenpo01";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-07-11";
 :release [:revision "1.01"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/29018126.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {}
#container {
    margin: 0 auto;
    width: 980px;
}
#content {
    position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
    background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
    background-color: #f8f8f8;
    padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 20px 0;
    margin: 0 10px;
    width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 780px;
}
body.layout-2col #main-inner {
    overflow: hidden;
}
body.layout-2col #sidebar {
    width: 180px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
    background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: right;
    padding-left: 20px;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
    background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
    padding-right: 20px;
}

/* かんたん背景画像 */
body.show-bg-image {
    background-attachment: fixed;
    background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #080000;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    color: #444;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #999;
}
a:hover {
    color: #999;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#container #blog-header #blog-header-inner {
    position: relative;
    padding: 40px 0;
}
#blog-header {
    position: relative;
    min-height: 120px;
}
#blog-title {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 8px;
    letter-spacing: 0.2%;
    width: 780px;
}
#blog-title a {
    color: #333;
}
#blog-description {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
#blog-description a {}
#blog-header .header-menu {
    position: absolute;
    top: 10px;
    right: 0;
    overflow: hidden;
    zoom: 1;
}
#blog-header .header-menu li {
    float: left;
    list-style-type: none;
}
#blog-header .header-menu li a {
    font-size: 12px;
}
#blog-header .header-menu li a:visited {
    color: #444;
}
#blog-header .header-menu li a:hover {
    color: #999;
}
#blog-header #header-search {
    position: absolute;
    right: 0;
    top: 34px;
    width: 200px;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
}
.article-title {
    margin: 4px 0;
}
.article-title a {
    font-size: 30px;
    letter-spacing: 1px;
    text-decoration: none;
}

/* 日付 */
.article-date {
    color: #999;
    font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    margin-top: 1em;
    border-bottom: 1px dotted #cecece;
    overflow: hidden;
    zoom: 1;
}
.article-meta {
    padding: 16px 0;
}
.article-social-btn {
    float: right;
    margin-bottom: -1px;
}

/* 関連記事 */
.article-body .related-articles {
    margin:4em 0;
    line-height:1.3
}
.article-body .related-articles h3 {
    font-size: 14px;
    font-weight: bold;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    margin:4px 0;
    padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    background-color: #f5f5f5;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0!important;
    overflow: hidden;
    padding: 20px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #434343;
    font-size: 13px;
}
.article-body a:hover {
    background: #000000;
    color: #ffffff;
}
.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{
    height: auto;
}

/* トップページ */
body.page-index .autopagerize_page_element ,
body.page-category .autopagerize_page_element ,
body.page-monthly .autopagerize_page_element {
    margin-left: -20px;
    overflow: hidden;
}
body.page-index .article ,
body.page-category .article ,
body.page-monthly .article {
    float: left;
    width: 180px;
    margin-left: 20px;
}
body.page-index .article:nth-of-type(4n+1) ,
body.page-category .article:nth-of-type(4n+1) ,
body.page-monthly .article:nth-of-type(4n+1) {
    clear: both;
}
body.page-index .article-body-inner a ,
body.page-category .article-body-inner a ,
body.page-monthly .article-body-inner a {
    text-decoration: none;
}
body.page-index .article-body-inner dl dd a ,
body.page-category .article-body-inner dl dd a ,
body.page-monthly .article-body-inner dl dd a {
    display: block;
    background: #ffffff;
}
body.page-index .article-body-inner a:hover img ,
body.page-category .article-body-inner a:hover img ,
body.page-monthly .article-body-inner a:hover img {
     filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
body.page-index .article-body-inner dl dt a ,
body.page-category .article-body-inner dl dt a ,
body.page-monthly .article-body-inner dl dt a {
    display: block;
    max-height: 5.1em;
    overflow: hidden;
}
body.page-index .article-body-inner dl dt a:hover ,
body.page-category .article-body-inner dl dt a:hover ,
body.page-monthly .article-body-inne dl dt a:hover {
    background: #000000;
    color: #ffffff;
}
body.page-index .article-body-inner dl ,
body.page-category .article-body-inner dl ,
body.page-monthly .article-body-inner dl {
    margin: 0;
}
.article-body-inner dl dt {
    margin-bottom: 1em;
    font-size: 13px;
}
body.page-index .article-body-inner dl dd ,
body.page-category .article-body-inner dl dd ,
body.page-monthly .article-body-inner dl dd {
    margin: 0;
    width: 180px;
    height: 246px;
    background: #cccccc;
    overflow: hidden;
    text-align: center;
}
body.page-index .article-body-inner .no-image ,
body.page-category .article-body-inner .no-image ,
body.page-monthly .article-body-inner .no-image {
    background: url(https://parts.blog.livedoor.jp/img/usr/ver06_yk_tenpo01_2c/contents_bg.gif);
    color: #999999;
    margin: 0;
    height: 246px;
    width: 180px;
    text-align: center;
    line-height: 246px;
}
body.page-index .article-body-inner a dl dt ,
body.page-category .article-body-inner a dl dt ,
body.page-monthly .article-body-inner a dl dt {
    margin: 10px 0;
    line-height: 1.5;
}
body.page-index #main h2 ,
.archives-header h1 ,
.archives-header h1 a {
    background: url(https://parts.blog.livedoor.jp/img/usr/ver06_yk_tenpo01_2c/arrow.gif) 0 2px no-repeat;
    color: #333;
    margin: 20px 0 10px 0;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}
.archives-header h1 a {
    padding-left: 0;
    background-image: none;
}

/* 個別記事ページ */
body.page-article .cover-image {
    height: 180px;
    overflow: hidden;
}
body.page-article .article-category {
    float: left;
    margin-bottom: 23px;
    width: 50%;
    overflow: hidden;
    zoom: 1;
}
body.page-article .article-category li {
    float: left;
    font-size: 12px;
    color: #999;
    list-style-type: none;
}
body.page-article .article-date {
    float: right;
    margin-bottom: 23px;
    width: 50%;
    text-align: right;
}
body.page-article .article-title {
    clear: both;
    padding: 10px;
    background: url(https://parts.blog.livedoor.jp/img/usr/ver06_yk_tenpo01_2c/contents_bg.gif);
    font-size: 28px;
    color: #000;
}
body.page-article .article-title a {
    color: #000;
}
body.page-article .related-articles {
    padding-bottom: 18px;
    border-bottom: 1px dotted #cecece;
}
body.page-article .related-articles h3 {
    margin: 20px 0;
    font-size: 12px;
    color: #999;
}
body.page-article .related-articles ul {
    padding: 0 10px;
    list-style-position: inside;
}
body.page-article .related-articles ul li {
    margin-bottom: 5px;
}
body.page-article .related-articles ul li a {
    color: #333;
}

/* 専用ページャー */
ol.original-pager {
    padding: 11px 0;
    border-bottom: 1px dotted #cecece;
}
ol.original-pager li {
    list-style-type: none;
    margin: 7px 0;
    font-size: 12px;
    color: #999;
}
ol.original-pager li a {
    color: #333;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    color: #666;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}
#comments .comment-list li ul {
    padding: 10px;
    background: #f9f9f9;
}
#comments .comment-list li:nth-child(even) ul {
    background: #ffffff;
}
#comments .comment-list li .comment-author ,
#comments .comment-list li .comment-date {
    padding: 0;
    font-size: 12px;
    color: #666;
}
#comments .comment-list li .comment-date {
    border: none;
}
#comments .comment-list li .comment-rating {
    float: right;
    width: 70px;
}
#comments .comment-list li .comment-body {
    clear: both;
    padding: 10px 0;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 9px;
    line-height: 20px;
    padding: 0;
    width: 20px;
    color: #555;
}
ul.index-navigator li.current span {
    background-color: #000;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #eee;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
    color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#555;
    padding: 40px;
}
#blog-footer a {
    color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper:after{
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}
.sidewrapper .sidetitle {
    color: #9e9e9e;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0 0 7px 0;
}

/* カテゴリ一覧 */
.sidewrapper .side .sidebody.category-parent {
    color: #333;
    font-weight: bold;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidewrapper .side .sidebody.category-child:before {
    content: '-';
    color: #666;
}
.sidewrapper .side .sidebody.category-child a {
    padding-left: 5px;
}


/* 人気記事ランキング */
div.popularArticlesWithImage div.noimage {
    width: 60px;
    height: 60px;
    background: #eee;
}
div.popularArticlesWithImage div.title {
    padding-left: 70px;
}

/* タグクラウド */
.plugin-tag_cloud ul.tagcloud {
    padding: 10px;
    background: #eee;
}

/* カレンダー */
.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: 1px;
}
table.caltblday .caloff {
    background-color: #fff;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    background-color: #000;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon:hover ,
table.caltblday td a:hover {
    background-color: #999999;
}

/* 写真ギャラリー */

ul.galleryThumbnail li {
    float: left;
    height: 60px;
    width: 60px;
    margin: 0 10px 10px 0;
}
ul.galleryThumbnail li img {
    border-radius: 0;
}

/* その他のパーツ
----------------------------------------------- */

#article-options {
    padding-top: 20px;
}
#article-options .article-option-title {
    margin-bottom: 15px;
    font-size: 12px;
    color: #999;
}

/* 記事下広告 */
#ad2 {
    clear: both;
}
#ad2 a.addescription {
    color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {

}
#main-inner #blog-header-image {
    width: 100%;
    margin-bottom: 20px;
}
#main-inner .no-title-image {
    display: block;
    width: 780px;
    height: 320px;
    background: url(https://parts.blog.livedoor.jp/img/usr/ver06_yk_tenpo01_2c/main_bg.png) repeat-x left top;
}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}

/* ページトップへ */
.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;
}