@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "SAKURA";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-03-31";
 :release [:revision "1.00"; :created "2014-03-31"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background: #fbdfde url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_contentbg.gif') repeat-y left top;
    font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
#wrapper {
    position: relative;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_bgfixed.png') no-repeat right bottom;
}
#container {
    overflow: hidden;
    zoom: 1;
}
#content {
    padding: 30px 30px 30px 564px;
    min-width: 506px;
}
/* only for IE7 */
*+html #content {
    padding: 30px;
}
#sidebar {
    float: left;
    padding: 30px;
    width: 194px;
}

/* かんたん背景画像 */
body.show-bg-image {
    background-attachment: fixed;
    background-size: cover;
}

/* メニューバー
----------------------------------------------- */

.ldb_menu {
}
.ldb_menu-list {
    padding: 60px 0;
}
.ldb_menu-list li {
    margin-bottom: 10px;
    list-style: none;
    text-align: center;
}
.ldb_menu-list li a{
    color: #e25854;
    text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current a,
.ldb_menu-list li a:hover {
    color: #ea7572;
    text-decoration: underline;
}
.ldb_menu-list li a:visited {
    color: #996666;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #080000;
    font-size: 14px;
    line-height: 1.2;
}
a {
    color: #e25854;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #723c94;
}
a:hover {
    color: #e25854;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    float: left;
    padding: 30px;
    width: 220px;
}
#blog-header.show-image {
}
#blog-header.show-image #blog-header-inner {
    position: relative;
}
#blog-header-inner {
    padding-bottom: 30px;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_leftborder.gif') repeat-x left bottom;
}
#blog-title {
    margin: -10px 0 30px 0;
    color: #3b2901;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
}
#blog-title a {
    color: #3b2901;
}
#blog-description {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #666666;
}
#blog-description a {
    color: #777777;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    padding: 30px 0 150px 0;
    overflow: hidden;
    zoom: 1;
}
.first-article {
    padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 5px;
    position: relative;
}
.article-title a {
    color: #3b2901;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-decoration: none;
}
.article-title a:hover {
    color: #3b2901;
    text-decoration: underline;
}
/* 日付 */
.article-date {
    color: #666666;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.article-body-inner {
    margin-bottom: 60px;
    color: #333333;
    line-height: 1.6;
}
.article-body-inner img.pict {
    display: block;
    margin: 15px 0;
    line-height: 1;
}
.article-continue {
    margin: 15px 0;
}
dl.article-tags {
    margin: 1em 10px;
}
dl.article-tags dt {
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/icon_tag.png') no-repeat center center;
}
dl.article-tags dd a {
    font-size: 12px;
    color: #333333;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    border-top: 1px solid #faaba9;
    border-bottom: 1px solid #faaba9;
}
.article-meta {
    padding: 20px 0;
}
.article-meta li {
    float: none;
}
.article-meta li a {
    color: #333333;
}
.article-category dt {
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/icon_category.png') no-repeat center center;
}
.article-comment-count dt {
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/icon_comment.png') no-repeat center center;
}
.article-social-btn {
    padding: 5px 0;
    margin-bottom: -1px;
    border-top: 1px solid #faaba9;
    text-align: right;
}

/* 関連記事 */
.article-body .related-articles {
    margin-bottom: 30px;
    line-height:1.3
}
.article-body .related-articles h3 {
    margin-bottom: 15px;
    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-bottom: 10px;
    padding-left: 16px;
}
.article-body .related-articles ul li a {
    padding-left: 10px;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_listmark.gif') no-repeat left center;
    color: #eb7a77;
}

/* 共通テーマ */
/* メッセージボード */
/* プライベートモード、コメントにログインが必要な場合のメッセージ */
dl.common-theme ,
.message-board ,
div.private-mode-announcement,
div.comment-auth-announcement {
    background: #fff8f8;
    border: 1px solid #fdd9d9;
    border-radius: 6px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 15px;
    box-shadow: none;
}

/* 記事本文
----------------------------------------------- */
.article .cover-image {
    float: right;
    width: 100px;
    height: 100px;
    margin: 25px 0 0 30px;
    border-radius: 50% 50%;
    overflow: hidden;
}
.article .cover-image img {
    height: 100px;
}
.article-body {
    color: #080000;
    font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2 {
    padding: 5px 0;
    border-bottom: solid 1px #faaba9;
    position: relative;
}
.article-body-inner h1:after,
.article-body-inner h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background: #ffffff;
}
.article-body-inner h3 {
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
    clear: both;
}
.article-body-inner blockquote {
    padding: 15px 15px 15px 60px;
    background-color:#fff8f8;
    border: 1px solid #fdd9d9;
    border-radius: 6px;
}
.article-body-inner blockquote:before {
    font-family: Century ,serif;
    font-size: 60px;
    color: #333333;
    top: 5px;
    left: 15px;
}
.article-body-inner a {
    color: #e25854;
    text-decoration: none;
    cursor: pointer;
}
.article-body-inner a:hover {
    color: #ea7572;
    text-decoration: underline;
}
.article-body-inner a:visited {
    color: #996666;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    margin: 30px 0;
    font-size: 13px;
    color: #666666;
}
#article-options li.comment-set ,
#article-options li.trackback-set {
    border-bottom: dotted 1px #faaba9;
}
.comment-info, 
.trackback-set {
    margin: 20px 0;
    font-size: 13px;
}
.comment-author {
    padding-right: 3px;
}
.comment-date {
    padding: 0 5px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    padding-bottom: 0px;
    line-height: 1.6;
    color: #333333;
}
.comment-body img {
    vertical-align: middle;
}
.comment-body img.commentEvaluation {
    float: right;
    margin-top: -22px;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}
#comment-form {
    margin-bottom: 0;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
    margin: 30px 0 0 0;
    height: auto;
}
ul.index-navigator li {
    color: #eb7a77;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    background: #f9d2d0;
    border-radius: 50% 50%;
    font-size: 12px;
    color: #eb7a77;
}
ul.index-navigator li.current span {
    background: #eb7a77;
    color: #ffffff;
}
ul.index-navigator .paging-first a {
    display: block;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_pg_prevmax.gif') no-repeat center center;
    text-indent: -9999px;
}
ul.index-navigator .paging-prev a {
    display: block;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_pg_prev.gif') no-repeat center center;
    text-indent: -9999px;
}
ul.index-navigator .paging-next a {
    display: block;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_pg_next.gif') no-repeat center center;
    text-indent: -9999px;
}
ul.index-navigator .paging-last a {
    display: block;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_pg_nextmax.gif') no-repeat center center;
    text-indent: -9999px;
}

/* アーカイブページ */
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;
}

/* 記事ページ */
ul.article-pager {
    padding: 30px 0;
    overflow: hidden;
    zoom: 1;
}
ul.article-pager li.prev {
    float: left;
    margin: 0;
}
ul.article-pager li.next {
    float: right;
    margin: 0;
}
ul.article-pager li.prev a ,
ul.article-pager li.prev a:hover {
    padding-left: 15px;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_pg_prev.gif') no-repeat center left;
}
ul.article-pager li.next a ,
ul.article-pager li.next a:hover {
    padding-right: 15px;
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_pg_next.gif') no-repeat center right;
}
ul.article-pager li a {
    padding: 0;
    font-size: 12px;
    color: #eb7a77;
}
ul.article-pager li a:hover {
    background: none;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#999999;
    padding: 60px;
}
#blog-footer a {
    color:#999999;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 14px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    color: #3b2901;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.side a {
    color: #333333;
}
.side a:active ,
.side a:hover {
    color: #333333;
    text-decoration: underline;
}
.side a:visited {
    color: #996666;
}

/* カレンダー */
.calendartable {
    font-size: 13px;
}
.calendarhead {
    font-weight: bold;
    text-align: center;
}
.calendarhead a {
    font-size: 10px;
    color: #eb7a77;
}
table.caltblwk .weekday {
    color: #666666;
}
table.caltblwk .sun {
    font-weight: bold;
    color: #e55d5a;
}
table.caltblwk .sat {
    color: #4873de;
}
table.caltblday {
    color: #666666;
}
table.caltblday .calon {
    background-color: #eb7a77;
    border-radius: 50% 50%;
    border: none;
}
table.caltblday td {
    height: 26px;
}
table.caltblday td a {
    color:#fff;
    line-height: 23px;
}

/* ギャラリー */

ul.galleryThumbnail {
    text-align: center;
}
ul.galleryThumbnail li {
    display: inline-block;
    width: 60px;
}
/* only for IE7 */
*+html ul.galleryThumbnail li {
    display: inline;
}
.side ul.recent-article-image li img ,
ul.galleryThumbnail li img {
    border: none;
    border-radius: 50% 50%;
}

/* 最新記事(画像付き) */

.side ul.recent-article-image {

}
.side ul.recent-article-image li {
    display: table;
    margin: 15px 0 0 0;
    height: 40px;
    padding: 0;
}
.side ul.recent-article-image li:first-child {
    margin: 0;
}
.side ul.recent-article-image li a {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 1.6;
    word-break: break-all;
}
.side ul.recent-article-image li a:last-child {
    padding: 0;
    width: 100%;
}

/* 月別アーカイブ */

.sidewrapper .side .year ,
.sidewrapper .side .month a {
    background: url('http://parts.blog.livedoor.jp/img/usr/ver06_km_sakura_3c/km_sakura_listmark.gif') no-repeat center left;
    padding-left: 10px;
    line-height: 1;
}
.sidewrapper .side .month {
    margin: 0 0 15px 10px;
}
.sidewrapper .side .month div {
    padding-top: 5px;
}
.sidewrapper .side .month div a {
    color: #666666;
}

/* 記事検索 */

.sidewrapper input.sf {
    width: 130px;
    padding: 7px;
    height: auto;
    background: #ffffff;
    color: #333333;
    border: solid 1px #e4e4e4;
    border-radius: 0;
    box-shadow: none;
}
.sidewrapper input.sfbtn {
    padding: 9px;
    width: 56px;
    height: auto;
    background: #bbbbbb;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-shadow: none;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    margin-bottom: 30px;
}
.archives-header h1 {
    color: #eb7a77;
    font-size: 18px;
    font-weight: bold;
}
.archives-header a {
    color: #3b2901;
}

/* 記事下広告 */
#ad2 {
    overflow: hidden;
    zoom: 1;
}
#ad2 a.addescription {
    color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
    height: 220px;
    width: 220px;
    border-radius: 50% 50%;
    margin-bottom: 30px;
}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    height: 280px;
    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;
}
#blog-header.hide-text #blog-header-inner, 
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.ldb_menu {
    position: relative;
    z-index: 20;
}

/* ページトップへ */
.to-pagetop {
    right: 20px;
    bottom: 20px;
}
.to-pagetop a {
  background:url(http://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: 0.9;
}