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

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


/* 全体のレイアウト
----------------------------------------------- */
body {
//    background-color: #fdfdfc;
    background-color: #fee;
}
body.meiryo {
    font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
}
#wrapper {
//    padding-top: 60px;
}
#container {
    margin: 0 auto;
    padding: 0 10px;
    width: 90%;
    width:1200px;
}
#content {
    position: relative;
}
#main {}
#sidebar {
    position: absolute;
    top: 0;
    right: 0;
}
#sidebar-right {
    width:220px;
    position:absolute;
}

/* 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;
    margin: 0 10px;
    width: 220px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
    margin-top: -20px;
}
body.layout-2col #main {
//    width: 100%;
//    margin-right: -250px;
//    position: absolute;
    top: 0;
//    left: 220px;
}
body.layout-2col #main-inner {
    margin-right: 230px;
    margin-left: 230px;
}
body.layout-2col #sidebar {
    padding: 0;
    width: 220px;
}
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;
}

/* 左サイドバー */
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;
}

/* かんたん背景画像 */
body.show-bg-image {
    background-attachment: fixed;
    background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #333333;
    font: 14px/1.2 Verdana,sans-serif;
}
a {
    color: #f33;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #ff;
}
a:hover {
    color: #3366cc;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
#blog-header {
    zoom:100%;
    text-align: center;
}
#blog-header-inner {
    float: left;
//    width: 50%;
    width: 100%;
    background-color:#fff;
}
#blog-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
#blog-title a {
    color: #000;
}

#blog-title a:hover {
    text-decoration: underline;
}

#blog-description {
    color: #333333;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
display:block;
max-width:640px;
text-align:left;
margin:auto;
}
#blog-description a {
    color: #000;
}

#blog-description a:hover {
    text-decoration: underline;
}


/* ナビ
----------------------------------------------- */
.ldb_menu-list {
//    float: right;
    width: 100%;
    zoom: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f66;
    border-radius: 8px;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list li {
    text-align: center;
    display:inline-block;*display:inline;*zoom:1;
    line-height: 30px;
    width: 10.5%;
}
.ldb_menu-list li a {
    color: #fff;
    font-size: 15px;
//    border-bottom: 1px dotted #c5c5c5;
    display: inline-block;
    width: 100%;
}
.ldb_menu-list li a:hover {
//    background-color: #888;
    color: #fce;
}
.ldb_menu-list .ldb_menu-item-current a,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
//    color: #f9c;
    text-decoration: none;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    margin-top: 30px;
    background-color:#fff;
//    padding:12px;
    border-radius:8px;
    overflow: hidden;
}
.first-article {
    margin-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
    background-color: #f66;
}
.article-title {
    margin: 0 6px;
    padding: 6px 0;
}
.article-title a {
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.article-title a:hover {
    text-decoration: underline;
}

/* 続きを読む (上書き)*/
.article-continue {
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
    float: right;
}
.article-continue a {
    font-size: 14px;
    font-weight: normal;
    color: #fff !important;
    display: inline-block;
    padding: 5px 10px;
    background-image: none;
    background: #f66;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    border-radius:4px;
}
.article-continue a:hover {
    background: #faa;
}

/* 日付 */
.article-date {
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding-top: 6px;
    padding-right: 6px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    margin-top: 10px;
    border-top: 1px solid #c5c5c5;
}
.article-meta {
    padding: 16px 0;
}
.article-social-btn {
    margin-bottom: -1px;
    float: right;
}
.article-social-btn > span {
    margin:4px 0;
}

/* 関連記事 */
.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 {
    margin:0;
    padding-left:0;
    list-style-type:none;
}
.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 {
    border-top: 1px dotted #c5c5c5;
    border-bottom: 1px dotted #c5c5c5;
    color: #888;
    line-height: 1.6;
    margin: 30px 0 0 0;
    padding: 15px 0;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #555555;
    font-size: 14px;
    line-height:1.5;
    padding: 0 12px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.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 2px 5px rgba(0, 0, 0, 0.1);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 16px;
    color: #666;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

.comment-set,
.trackback-set {
    border-bottom: 1px dotted #C5C5C5;
}

.comment-set:last-child,
.trackback-set:last-child {
    border-bottom: none;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #ffaaaa;
    font-weight: normal;
    color: #fefefe;
    border-radius: 4px;
}
ul.index-navigator li.current span {
    background-color: #ff6666;
}
ul.index-navigator a:hover {
    color: white;
    background-color: #ff3333;
}
ul.index-navigator a:visited {
//    color: #999;
}

/* 記事ページ、月別アーカイブページ */
.pager {
    margin-top: 60px;
}
ul.article-pager li a,
ul.archives-pager li a {
    background-color: #ff6666;
    font-weight: normal;
    color: #fefefe;
    border-radius:4px;
}
ul.article-pager li a:hover, ul.archives-pager li a:hover {
    background-color: #ffaaaa;
    text-decoration: none;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#666;
    padding: 40px;
}
#blog-footer a {
    color:#666;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
    margin-top: 0;
}
.sidewrapper:first-child .sidetitle {
//    margin: 8px 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    position: relative;
    margin: 24px 0;
    background-color:#fff;
    border-radius:8px;
}
.sidewrapper:after{
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}
.sidewrapper .sidetitle {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.7em;
    padding:6px;
//    border-bottom: solid 1px #ccc;
    background-color:#f66;
}
.sidetitle:first-letter {
    font-size: 1.7em;
}
.sidebody {
    padding-left: 10px;
    color: #666;
//    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_blanco_2c/arrow.gif) no-repeat left 4px transparent;
}
.sidebody a:hover,
.side a:hover {
//    color: #3366cc;
    text-decoration: underline;
}

.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
    background: none;
}

.sidewrapper .side .sidebody.category-child a {
//    color: #ff6699;
}

.sidewrapper .side .sidebody.category-child:before {
    content:"- ";
}


.side {
    font-size: 13px;
    color: #666;
    padding: 0 4px 0 4px;
}

.side form {
    padding-bottom:30px !important;
}

/* カレンダー */
.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: #666;
    border-collapse: separate;
    border-spacing: 1px;
}
table.caltblday .caloff {
    background-color: #fff;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    border: none;
}
table.caltblday .calon a {
    background-color: #dedede;
    color:#666;
    height: 23px;
    line-height: 23px;
}
table.caltblday .calon a:hover {
    color: #fff;
    background-color: #3366cc;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.archives-header h1 {
    font-weight: bold;
}

/* 記事下広告 */
#ad2 {
    margin: 30px;
}
#ad2 a.addescription {
    color:#666;
}

#ad2 a {
color: #333;
}

#ad2 a:hover {
color: #3366cc;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
    border-radius: 4px 4px 0 0;
}
#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(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;
  outline: 0;
}
.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;
}

.elog-ch {
    text-align: center;
    margin-top: 40px;
}

/* Let's get this party started */
body ::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
body ::-webkit-scrollbar-track {
//    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color:#eee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(200,200,200,0.8); 
//    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
body ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(200,200,200,0.4); 
}

.side ul.tagcloud a {
    font-size: 14px !important;
    border: solid 1px #ccc;
    display: inline-block;
    padding: 4px;
    margin-top: 4px !important;
    color: #666;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}


// 固定
#content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#sidebar, #sidebar-right, #sidebar-inner-right, #sidebar-inner{
    height: 100%;
}

.side-ad{
    text-align:center;
    margin-top:12px;
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
}
