@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_contrastive_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-02-03";
 :release [:revision "1.00"; :created "2014-02-03"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */

html {
overflow: auto;
}






body {

background-color:#f9f9f9;
overflow: hidden;

}
#wrapper {}
#container {
    margin: 0 auto;
    
}
#content {
    position: relative;
    padding: 10px 0 100px 0 ;
width: 1140px;
margin: auto;


}
#main {
    padding: 0 0px 0 10px;

}
#sidebar {
background-color: #fff;
border-top: solid 1px #b7b7b7;
border-bottom: solid 1px #b7b7b7;
}


#header-title {

background-color:#000;
margin-right: auto;
　　margin-left: auto;
height: 60px;
    width: 100%;

}

.itemscope {

font-size: 10px;

}

#photo {
position: relative;
 left: 200px;
 width: 250px;
}

#photo:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


 .post-thumbnail {
    display: block;
    float: left;
    margin: 1em 1.5em 1em 0;
    width: 120px;
    height: 120px;
    overflow: hidden;

}
.post-thumbnail{
 width: 150px !important;
    height: 150px !important;
    overflow: hidden;
 border:solid 1px #ccc;
box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

 .post-thumbnail img {
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
margin-top: 0px;


}

/* カテゴリページ */



/* 2カラムレイアウトのとき */
body.layout-2col #content {

}
body.layout-2col #main {
    width: 810px;
}
body.layout-2col #main-inner {
margin : 0em 0em 2em 1em ;
padding : 0em ; 


}
body.layout-2col #sidebar {
    width: 300px;
}
body.layout-2col #sidebar-inner {
margin : 2em 0 0 1em ;
padding : 0.5em ; 

}

/* 右サイドバー */
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: #333;
    font: 7px/1.2 Helvetica,Verdana,sans-serif;
  letter-spacing: 1.0px;

}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    text-decoration:none;
　
}
a:link {
    color: #0b188c;
}
a:visited {
    color: #0b188c;
}
a:hover {
    color: #14b8ce;
    text-decoration:none;
}
a:active {
    color: #e31010;
}




.sample-box-3 {
    border: 4px double #ddd;
    margin: 1em 0;
    padding: 1em;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
width: 100%;
}



#blog-header-inner {}
#blog-header.show-image #blog-header-inner {
    position: static;
}

#blog-title {
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    line-height: 45px;
    font-weight: nomal;
    text-align: left;
background-color:#000;
margin-right: auto;
　　margin-left: auto;
display:none;
}


#blog-title a {
    color: #000;
    text-decoration: none;
display:none;
}
#blog-title a:hover {
    color: #14b8ce;
    text-decoration:underline;
}
#blog-description {
    padding: 33px 0 0;
    font-size: 16px;
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    line-height: 24px;
    text-align: center;
}
#blog-description a {
    text-decoration: underline;
}
#blog-description a:hover {
    text-decoration: none;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    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 #blog-header-image{
  
}




/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list {
    zoom:100%;
    width: 1040px;
    margin: 0 auto;
    background: #000;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 30px;
    line-height: 1;
    display: block;
    font-size: 16px;
    color: #fff;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
    background: #00cce8;
    text-decoration: none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.pan a {
font-siza: 10px;

}

.article-body {
    
　padding: 5px 5px 5px 5px;
}
.article {
    border-top: 1px solid #b7b7b7; 
border-bottom: 1px solid #b7b7b7;
    padding: 30px 40px 10px 40px; /* 枠線と文字がくっつかないように */
     margin: 15px 0px 15px 0px;
   background-color: #fff;
　width:480px; 
    
}
.first-article {
    padding-top: 30px;
margin: 0px 0px 15px 0px
}
.article-rating {
    margin-bottom: 10px;
    display: block;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    position: relative;
}
.article-title {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    padding: 0 5px 1px 5px;
font-weight: bold;
background: transparent;/*背景透明に*/


}
.article-title a {
    color: #000;
}
.article-title a:hover {
    color: #1b8391;
}
.article-body-inner img.pict {
    margin: 15px 0;
}

/* 日付 */
.article-date {
    font-size: 13px;
    color: #fff !important;
    margin-bottom: 5px;
 background-color: #5d6b82;
padding: 4px;
border-radius: 5px 5px 5px 5px;
font-weight: bold;
width: 85px; 
height: 15px;
 text-align: center;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.article-footer-inner {
    zoom:100%;
    margin-top: 15px;
}
.article-footer-inner a:link,
.article-footer-inner a:visited,
.article-footer-inner a:active  {
    color: #000;
}
.article-footer-inner a:hover {
    color: #00cce8;
    text-decoration:underline;
}
.article-tags {
    padding: 5px 0 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
}
dl.article-tags dt {
    background: none;
    float: left;
    text-indent: 0;
    width: 45px;
    padding: 4px 0;
    font-size: 12px;
}
.article-tags dd {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin-left: 0 !important;
    border-left: 1px solid #e4e4e4;
}
.article-tags dd a {
    line-height: 1;
    padding: 0 8px;

}
.article-tags dt + dd {
    border-left: none;
}
.article-tags dt + dd a {
    padding: 0 8px 0 0;
}
.article-meta {
    margin: 3px 0px 0px 0px;
padding: 5px 5px 5px 5px;


　　
}
.article-meta li {
    margin: 0px 3px 1px 1px;
   float: left;
color: #000;
}

.ninja_onebutton {

margin-top: 20px;

}

 .facebook:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

 .hatena:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

 .twitter:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.line:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.omt_share:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}


.article-category1 a {
color: #000;
font-size: 12px;
 background-color: #e2e2e2;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
margin: 2px 2px 2px 2px;
   padding: 4px;

}

.article-category1 a:hover {
    text-decoration: none;
   background-color: #77aaba;
color: #fff;
}

.article-category dd ,
.article-comment-count dd {
   padding: 4px 4px 4px 4px;
margin: 0px 0px 0px 3px;
　
}
.article-category dd.article-category2 {
    border-left: 1px solid #e4e4e4 !important;

}
.article-social-btn {
    margin: 10px 0 0;
}

/* 関連記事 */
.article-body .related-articles {
    margin-top: 50px;
padding: 0px 0px 0px 20px; 
}
.article-body .related-articles  h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
    border-bottom: none;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;

}
.article-body .related-articles ul li {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 10px;
   font-weight:bold; 
font-size: 14px;
    line-height: 19px;
display: inline-block;
width: 320px;
height: 90px;
 border-bottom:1px solid #dddddd;
margin: 0px;
}
.article-body .related-articles ul li a {
    text-decoration: none;
    color: #666;


}
.article-body .related-articles ul li a:hover {
    text-decoration: underline;
　color: #fff;
}

.related-articles.with-image .related-article-image img{
border: 1px #dddddd solid;

}


/* 続きを読む */
.article-continue {
    text-align: right;
    margin: 30px 0 5px;
}
.article-continue a:link,
.article-continue a:visited {
    font-size: 15px;
    color: #fff;
    background: #5d6b82;
    padding: 14px 15px;
    line-height: 1;
    text-decoration: none;
   font-weight: bold;
border-radius: 5px 5px 5px 5px;
}
.article-continue a:hover {
    background: #3a4351;
    text-decoration: none;
    color: #fff;
}

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

/* メッセージボード */
.message-board {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 2px solid #000;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #333;
    font-size: 15px;
 
}



.article-body-inner h5 {
 margin: 0 0 1.5em;
    padding: .25em 0 .25em .75em;
  border-left: 6px solid #dddddd;
    weight:　lighter;
font-size: 18px;
}
.article-body-inner h4 {
  border-bottom: solid 3px #c4c4c4;
position: relative;
font-size: 22px;
}

.article-body-inner h4:after{
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #212121;
bottom: -3px;
width: 20%;


}

.article-body-inner blockquote {
    background-color:#e2e2e2;
    border: 1px solid #fff;
    padding: 10px 10px 10px 10px;
    color: #333;
margin: 0px;
}
.article-body-inner blockquote:before {
    color: #8c8c8c !important;
    font-size: 58px;
    top: 5px;
    left: 5px;
content: none;
}



/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
padding: 10px 0px 5px 10px;
background-color: #fff;
 border-top: 1px solid #b7b7b7; 
 border-bottom: 1px solid #b7b7b7; 

}
.article-option-title {
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0px 10px 20px;

}
#comment-form {
    font-size: 14px;
    margin: 10px 0;
}
.comment-info,
.trackback-set {
    padding-top: 30px;
    border-top: 1px dashed #DBDBDB;
}
.comment-info:first-child,
.trackback-set:first-child {
    padding-top: 0;
    border-top: none;
}
.comment-author,
.ping-title {
    padding-right: 3px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #666;
    color: #999;
    padding: 0 6px;
}
.comment-author a:link,
.comment-author a:visited {}
.comment-body {
    color: #484848;
    margin-top: 2px;
    line-height: 21px;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

#comment-form dt {
    width: 8%;
}
#comment-form dd {
    margin: 0 11%;
}
div.article-option ol {
    margin: 35px 0 0 0;
}
.comment-info, .trackback-set {
    font-size: 14px;
}
.commentEvaluation {
    float: right;
    display: block;
    margin-top: -27px;
}

.side .recent-comment .recent-comment-author {
color: #000000;

}

.side .recent-comment .recent-comment-title {
color: #1599c4 !important;


}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
    margin: 30px 0 10px;
}
ul.index-navigator li a,
ul.index-navigator li.current span,
.paging-number{
    background-color: none;
    color: #145b72;
    font-weight: normal !important;
font-size: 18px;
}
ul.index-navigator li.current span {
    background-color: #145b72;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #145b72;
    text-decoration: none;
    color: #FFF;
}
ul.index-navigator a:visited {
    color:#145b72;
}
ul.index-navigator a:visited:hover {
    color: #FFF;
}

.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    display: block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: middle;
    text-indent: -9999px;
    *text-indent: 0;
    *line-height: 9999px;
}

.paging-prev a {background: url(http://livedoor.4.blogimg.jp/tesu38-oseikatu/imgs/8/c/8cbe52ec.gif) no-repeat center !important;
}
.paging-next a {background: url(http://livedoor.4.blogimg.jp/tesu38-oseikatu/imgs/a/5/a5787755.gif) no-repeat center !important;
}
.paging-first a {background: url(http://livedoor.4.blogimg.jp/tesu38-oseikatu/imgs/2/b/2b307d2c.gif) no-repeat center !important;}
.paging-last a {background: url(http://livedoor.4.blogimg.jp/tesu38-oseikatu/imgs/0/9/09ef8deb.gif) no-repeat center !important;}


/* 記事ページ、月別アーカイブページ */
ul.article-pager:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
ul.article-pager {
    zoom:100%;
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 30px;
   
}
ul.article-pager li ,
ul.archives-pager li {
    margin: 0;
}
ul.article-pager li.prev{
    float: left;
    background: url(http://livedoor.4.blogimg.jp/tesu38-oseikatu/imgs/c/a/ca6c717d.gif) no-repeat left 4px;
    padding-left: 10px;
}
ul.article-pager li.next {
    float: right;
    background: url(http://livedoor.4.blogimg.jp/tesu38-oseikatu/imgs/8/0/80293a13.gif) no-repeat right 4px;
    padding-right: 10px;
}
ul.article-pager li a,
ul.archives-pager li a {
    font-size: 16px;
    padding: 0;
}
ul.article-pager li a:visited,
ul.archives-pager li a:visited {
    color: #6c9399;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background: none;
    text-decoration: underline;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    
    padding: 31px;
    font-size: 12px;
    background-color:#000;
bottom: 0;

   
}
#blog-footer a {
    color: #fff;
font-size: bold;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 30px 0 20px;
    position: relative;
}
.side a {
    color: #666;
}
.side a:hover {
    color: #00cce8;
    text-decoration:none;
}
.sidewrapper .sidetitle {
margin: 0em 0.5em 2em 0.2em;padding:  0.5em;
background: #5d6b82;
color: #fff;
font-weight: bold;
}

.side ul.recent-article-image li{
font-weight:bold;

}

.sidewrapper .sidetitle a {
    color: #ffffff;
　　font-weight: bold;
}
.sidewrapper .side .sidebody {
    line-height: 21px;
    margin: 0 0 7px 0;
　
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
float: left;

clear: both;
}
.sidebody {
    
    overflow: hidden;
　　float: left;
  
}


div.plugin-categorize div.sidebody{
 float: left;

}


/*  カテゴリkokoko */
.category-parent ,
.category-child {

     float: left;
  
    list-style-type: none;
   
 
   


}
.category-parent a ,
.category-child a {
color: #fff;
font-size: 12px;
 background-color: #8b9496;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
margin: 2px 2px 2px 2px;
   padding: 4px;

}

.category-parent a:hover {
    text-decoration: none;
   background-color: #1bb7d1;
color: #fff;
}


.archives-header a:link, .archives-header a:visited, .archives-header a:hover, .archives-header a:active{

color: #fff;
font-size: 15px;
 background-color: #a1adaf;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
margin: 2px 2px 2px 2px;
   padding: 4px;

}




/* カレンダー */
.plugin-calendar_default {
    width: 280px;
}
.table.caltbl.calendartable{
    margin-top: 17px !important;
    margin-bottom: 0 !important;
}
table.caltbl {
    line-height: 1.8;
    margin: 17px auto;
    margin-bottom: 0 !important;
    width: 100%;
}
.calendarhead{
    font-weight: normal;
    font-size: 15px;
}
.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited{
}
table.caltblwk {
    width: 280px;
}
table.caltblwk .weekday {
    color: #000;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #000;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 13px;
    max-width: 280px;
    font-family : Arial,sans-serif ;
    width: 280px;
}
table.caltblday .caloff {
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    border: 1px solid #e4e7e8;
}
table.caltblday td a {
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #E31010;
}
table.caltblday td a:hover {
    text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
    max-width: 270px;
}


/*検索フォーム*/
.sidewrapper input.sf{
    background-color: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: 240px;
    height: 28px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    outline: 0;
}

.sidewrapper input.sfbtn {
    border-left: 0;
    border-radius: 0;
    float: right;
    text-shadow: none;
    width: 55px;
    background: #bbb;
    color: #fff;
    outline: 0;
    border: none;
}

.sidewrapper input.sfbtn {
    width: 55px;
    height: 28px;
    line-height: 28px;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sidewrapper input.sfbtn:hover {
    color: #FFF;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    margin-top: 0px !important;
    margin-bottom: 7px !important;
    padding-bottom: 5px;
    
    color: #000;
    line-height: 31px;
    overflow: hidden;
    font-size: 14px;
}
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
   
    color: #fff;
font-size: 20px;
 background-color: #a1adaf;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
margin: 2px 2px 2px 2px;
   padding: 4px;
}

/* 記事下広告 */
#ad2 {
    padding: 40px 0 35px !important;
}
#ad2 a.addescription {
    color:#000;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop {
  bottom: -74px;
}
.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;
}