@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".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {}
#wrapper {}
#container {
    margin: 0 auto;
    width: 1040px;
}
#content {
    position: relative;
    padding: 58px 0 100px;
}
#main {
    padding: 0 40px 0 0;
}
#sidebar {}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 680px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    width: 300px;
}
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: #333;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    text-decoration:none;
}
a:link {
    color: #000;
}
a:visited {
    color: #999;
}
a:hover {
    color: #e31010;
    text-decoration:underline;
}
a:active {
    color: #e31010;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-header.show-image #blog-header-inner {
    position: static;
}
#blog-header-image {
    height: 400px;
    width: 100%;
    background-color: #f1f1f1;
}
#blog-title {
    padding: 54px 0 0;
    font-size: 36px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    line-height: 45px;
    font-weight: nomal;
    text-align: center;
}
#blog-title a {
    color: #000;
    text-decoration: none;
}
#blog-title a:hover {
    color: #e31010;
    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{
    margin-top: 53px;
}

/* メニューバー
----------------------------------------------- */
.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: #e31010;
    text-decoration: none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-body {
    padding-top: 15px;
}
.article {
    padding-top: 20px;
    padding-bottom: 43px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}
.first-article {
    padding-top: 0;
}
.article-rating {
    margin-bottom: 10px;
    display: block;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    position: relative;
}
.article-title {
    font-size: 28px;
    line-height: 38px;
    color: #000;
    padding-bottom: 20px;
}
.article-title a {
    color: #000;
}
.article-title a:hover {
    color: #e31010;
}
.article-body-inner img.pict {
    margin: 55px 0;
}

/* 日付 */
.article-date {
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 5px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.article-footer-inner {
    zoom:100%;
    margin-top: 45px;
}
.article-footer-inner a:link,
.article-footer-inner a:visited,
.article-footer-inner a:active  {
    color: #666;
}
.article-footer-inner a:hover {
    color: #e31010;
    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 {
    padding: 5px 0 0;
}
.article-meta li {
    margin: 0;
    float: none;
}
.article-category dt {
    text-indent: 0;
    float: left;
    width: 67px;
    height: 20px;
    background: none;
}
.article-category dd.article-category1 ,
.article-comment-count dd {
    padding: 0 8px 0 0;
}
.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;
}
.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;
    padding-left: 12px;
    font-size: 16px;
    line-height: 28px;
}
.article-body .related-articles ul li a {
    text-decoration: none;
}
.article-body .related-articles ul li a:hover {
    text-decoration: underline;
}

/* 続きを読む */
.article-continue {
    text-align: right;
    margin: 30px 0 5px;
}
.article-continue a:link,
.article-continue a:visited {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 14px 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: normal;
}
.article-continue a:hover {
    background: #e31010;
    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: 16px;
}
.article-body-inner h1{
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 22px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h2 {
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    color: #000;
}
.article-body-inner h4 {
    font-size: 16px;
    color: #000;
}
.article-body-inner blockquote {
    background-color:#f7f7f7;
    border: 1px solid #fff;
    padding: 24px 25px 25px 75px;
    color: #666;
}
.article-body-inner blockquote:before {
    color: #000 !important;
    font-size: 58px;
    top: 23px;
    left: 25px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 40px;
}
#comment-form {
    font-size: 14px;
    margin: 42px 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;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
    margin: 30px 0 10px;
}
ul.index-navigator li a,
ul.index-navigator li.current span,
.paging-number{
    background-color: none;
    color: #e31010;
    font-weight: normal !important;
}
ul.index-navigator li.current span {
    background-color: #e31010;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #e31010;
    text-decoration: none;
    color: #FFF;
}
ul.index-navigator a:visited {
    color: #e31010;
}
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://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat center !important;
}
.paging-next a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat center !important;
}
.paging-first a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev_end.png) no-repeat center !important;}
.paging-last a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next_end.png) 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;
    border-bottom: 1px solid #E4E4E4
}
ul.article-pager li ,
ul.archives-pager li {
    margin: 0;
}
ul.article-pager li.prev{
    float: left;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat left 4px;
    padding-left: 10px;
}
ul.article-pager li.next {
    float: right;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) 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: #e31010;
}

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


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 14px;
    overflow: hidden;
    padding: 30px 0 20px;
    position: relative;
}
.side a {
    color: #666;
}
.side a:hover {
    color: #e31010;
    text-decoration:none;
}
.sidewrapper .sidetitle {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 21px;
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidebody {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 7px;
    padding-left: 10px;
}

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


/* カレンダー */
.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: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
}
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
    color: #000;
}

/* 記事下広告 */
#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;
}


/*////////////////////////////////////////////////////////////////////////////////////////
カスタムCSS
////////////////////////////////////////////////////////////////////////////////////////*/
/* layout ######################################*/
body{font-family: メイリオ,Meiryo,ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,ＭＳ Ｐゴシック, MS P Gothic,Osaka, Verdana,Arial, Helvetica, sans-serif !important;}
#wrapper{
    background: url(img/bg_wrapper.png) repeat-x,#F5F5F5;
}
#container{
    background: #F5F5F5;
    width: 1200px;
    overflow: hidden;
}
#content{
    width: 1051px;
    margin: auto;
    padding: 20px 0 100px;
}
body.layout-2col #main{
    width: 728px;
    padding: 0;
}

/* common ######################################*/
.listWithImage{
    margin-bottom: 20px;
}

/*RSS*/
.rss_area{
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 25px;
border:1px dotted;
}

.rss-tile{
font-size:16px;
color:#FF0000;
}

.blogroll-channel{
    overflow-y: auto;
    height: 180px;
    padding-right: 15px;
}
.blogroll-list{
    border-bottom: solid 1px #ccc;
    padding: 10px 5px;
}
.blogroll-list:first-of-type {
    border: none;
    padding: 0;
    margin: 0;
}
.blogroll-list:first-of-type img{
    display: none;
}
.blogroll-list img{
    margin-right: 1rem;
}
.blogroll-list a{
    color: #09f;
}
.blogroll-list a:hover{
    color: #09f;
}
.blogroll-ad-default a {
    display: none;
}
.blogroll-ad-text a {
    display: none;
}

/*スクロールメニュー*/
.scroller{
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    list-style: none;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    width: 72px;
    overflow: hidden;
}
.scroller li{}
.scroller li a{
    display: block;
    height: 72px;
    border-bottom: solid 1px rgba(0,0,0,0.5);
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #000;
}
.scroller li a:hover{
    text-decoration: none;
    color: #FE7B23;
}
.scroller li a[href="#"]{}
.scroller li a[href="#"]:before{
    content:"";
    height: 0;
    width: 0;
    border: transparent solid;
    border-bottom-color: #000;
    border-width: 0px 15px 25px 15px;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.scroller li a[href="#"]:hover:before{
    border-bottom-color: #FE7B23;
}
.scroller li a[href="#"]:after{}
.scroller li a[href="#comments"]{}
.scroller li a[href="#comments"]:before{
    content:"";
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 25px;
    background: #000;
    border-radius: 50%;
}
.scroller li a[href="#comments"]:after{
    content:"";
    height: 0;
    width: 0;
    border: transparent solid;
    border-top-color: #000;
    border-width: 20px 5px 0px 5px;
    position: absolute;
    bottom: 23px;
    right: 22px;
    margin: auto;
    transform: rotate(-30deg);
}
.scroller li a[href="#comments"]:hover:before{
    background: #FE7B23;
}
.scroller li a[href="#comments"]:hover:after{
    border-top-color: #FE7B23;
}
.scroller li a[href="#blog-footer"]{
    border: none;
}
.scroller li a[href="#blog-footer"]:before{
    content:"";
    height: 0;
    width: 0;
    border: transparent solid;
    border-top-color: #000;
    border-width: 25px 15px 0px 15px;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.scroller li a[href="#blog-footer"]:hover:before{
    border-top-color: #FE7B23;
}
.scroller li a[href="#blog-footer"]:after{}

/* header ######################################*/
#blog-header{
}
#blog-title{
    padding: 0;
}
#blog-title a{
    display: block;
    background: url(img/top.png);
    height: 200px;
    text-indent: -9999px;
}
#blog-title a:hover{
    opacity: 0.7;
}

/* navi ######################################*/
#header_navi{
    background: #000;
    overflow: hidden;
    padding: 0 74px;
    box-shadow: 0 -3px 10px 5px rgba(0,0,0,0.5);
}
.ldb_menu{
    float: left;
}
.ldb_menu-list{
    width: inherit;
    background: transparent;
}
.ldb_menu-list li{}
.ldb_menu-list .ldb_menu-item-current,.ldb_menu-list .ldb_menu-item-current a, .ldb_menu-list li:hover, .ldb_menu-list li a:hover{
    background: #FE7B23;
    color: #000;
}
.ldb_menu-list li a{
    padding: 0 21px;
    line-height: 52px;
}
.navi_inner{
    float: right;
}
.navi_inner a{
    display: inline-block;
    padding: 13px 10px;
}
.navi_inner a:hover{
    opacity: 0.7;
}
.navi_inner a img{}

/* footer ######################################*/
#blog-footer{
    font-size: 16px;
}

/* side ######################################*/
body.layout-2col #sidebar-inner{
    padding-top: 13px;
}
.sidewrapper{
    background: #fff;
    margin-bottom: 25px;
    padding: 0;
    overflow: inherit;
}
.sidewrapper .sidetitle{
    background: #FE7B23;
    position: relative;
    padding: 5px 5px 5px 60px;
    margin: 0;
}
.sidewrapper .sidetitle:before{
    content:"";
    position: absolute;
    width: 50px;
    height: 44px;
    background: url(img/icn.png) no-repeat;
    background-size: contain;
    top: -13px;
    left: 5px;
}
.sidewrapper .side{
    padding: 15px;
    overflow: hidden;
}
.sidewrapper .side a{
    color: #09f;
}
.sidewrapper .side a:hover{
    text-decoration: underline;
}
.plugin-calendar_default{
    width: inherit;
    padding: 15px 0;
}
ul.galleryThumbnail br{
    display: none;
}
.sidewrapper .side .sidebody {
    border-bottom: solid 1px #ccc;
    padding: 0 5px 5px 10px;
}
.sidewrapper input.sf{
    width: 210px;
}


/* 記事一覧 ######################################*/
ul.kiji_list{
    list-style: none;
}
ul.kiji_list li{
    overflow: hidden;
    margin-bottom: 25px;
}
ul.kiji_list li .kiji_img{
    width: 180px;
    height: 180px;
    display: block;
    float: left;
    margin-right: 14px;
    text-indent: -9999px;
    background-size: cover;
    background-position: center;
   /* border: solid 5px #000;*/
}
ul.kiji_list li .kiji_img:hover{opacity: 0.5;}
ul.kiji_list li .kiji_img.no_img{
    position: relative;
    background: #eee;
}
ul.kiji_list li .kiji_img.no_img:before{
content:"no image";position: absolute;text-indent: 0;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;vertical-align: middle;color: #999;font-weight: bold;}
ul.kiji_list li time{
    font-size: 15px;
    /* color: #999; */
    margin-right: 5px;
}
ul.kiji_list li h2{
    padding: 0 10px 0 0px;
    height: 90px;
    /*background: linear-gradient(24deg, #FE5912, #FE5912 82px, #FE7B23 0, #FE7B23 100%);*/
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 70%;
}
ul.kiji_list li h2 a{
    vertical-align: middle;
    display: inline-block;
    /*color: #fff;*/
    font-weight: bold;
    font-size: 21px;
}
ul.kiji_list li h2:before{
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
ul.kiji_list li h2:after{
    content:"";
    position: absolute;
    width: 120px;
    height: 100px;
    top: -16px;
    left: 2px;
   /* background: url(img/icn.png)no-repeat;*/
    background-size: cover;
}
ul.kiji_list li .cate_tag{
   /* padding-left: 130px;*/
    margin-bottom: 5px;
}
ul.kiji_list li .cate_tag a{
    font-size: 15px;
    color: #09f;
    line-height: 1.2;
    margin-right: 5px;
}
ul.kiji_list li .cate_tag a:hover{
    text-decoration: none;
    opacity: 0.5;
}
.list_inner{
    background: #fff;
    padding: 15px;
    overflow: hidden;
   position:relative;
}
.kiji_body{
    margin-left: 180px;
    height: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kiji_body img{
    display: none;
}
.kiji_body *{
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    white-space: normal !important;
}
.kiji_body br + br,.kiji_body div + br{
    display: none;
}
.list_sns{
    margin-left: 180px;
    padding-top: 1rem;
    overflow: hidden;
    position:absolute;
    bottom: 5px;
    right: 5px;
}
.list_more{
    float: right;
    margin-top: -10px;
}
.list_more a{
    color: #FE7B23;
    background: #000;
    line-height: 40px;
    width: 185px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.list_more a:hover{
    color: #000;
    background: #FE7B23;
    text-decoration: none;
}
/*ページ送り*/
ul.index-navigator {margin: 0;}
ul.index-navigator li.current span {background-color: #FE7B23;/* color: #FFF !important; */}
ul.index-navigator li a, ul.index-navigator li.current span, .paging-number {color: #09f;}
ul.index-navigator a:visited {color: #09f;}
ul.index-navigator a:hover {background-color: #FE7B23;}

.paging-prev a {background: transparent !important;height: 100%;position: relative;}
.paging-prev a:before {content: "";position: absolute;width: 6px;height: 6px;top: 0;bottom: 0;left: 11px;margin: auto;border-top: solid 1px;border-left: solid 1px;transform: rotate(-45deg);}
.paging-prev a:hover{background: #FE7B23 !important;}

.paging-next a {background: transparent !important;height: 100%;position: relative;}
.paging-next a:before {content: "";position: absolute;width: 6px;height: 6px;top: 0;bottom: 0;right: 11px;margin: auto;border-top: solid 1px;border-right: solid 1px;transform: rotate(45deg);}
.paging-next a:hover{background: #FE7B23 !important;}

.paging-first a {background: transparent !important;height: 100%;position: relative;}
.paging-first a:before {content: "";position: absolute;width: 6px;height: 6px;top: 0;bottom: 0;left: 13px;margin: auto;border-top: solid 1px;border-left: solid 1px;transform: rotate(-45deg);}
.paging-first a:after {content: "";position: absolute;height: 9px;top: 0;bottom: 0;left: 8px;margin: auto;border-right: solid 1px;}
.paging-first a:hover{background: #FE7B23 !important;}

.paging-last a {background: transparent !important;height: 100%;position: relative;}
.paging-last a:before {content: "";position: absolute;width: 6px;height: 6px;top: 0;bottom: 0;right: 13px;margin: auto;border-top: solid 1px;border-right: solid 1px;transform: rotate(45deg);}
.paging-last a:after {content: "";position: absolute;height: 9px;top: 0;bottom: 0;right: 8px;margin: auto;border-right: solid 1px;}
.paging-last a:hover{background: #FE7B23 !important;color: #09f !important;}

/* アーカイブ ######################################*/
.archives-header{
    border: none;
    background: #000;
    color: #FE7B23;
    padding: 20px;
}
.archives-header h1{
    font-weight: bold;
}
.archives-header h1 a{
    color: #FE7B23 !important;
}
.archives-header h1 a:hover{}

/* 個別記事 ######################################*/
.article{
    padding: 0;
    border: none;
    margin-bottom: 40px;
}
.article time{
    font-size: 12px;
    margin-right: 5px;
}
.article .cate_tag{
    padding-left: 130px;
    margin-bottom: 5px;
}
.article .cate_tag a{
    font-size: 12px;
    color: #09f;
    line-height: 1.2;
    margin-right: 5px;
}
.article .cate_tag a:hover{
    text-decoration: none;
    opacity: 0.5;
}
.article-header{}
.article-title{
    padding: 0 10px 0 130px;
    height: 90px;
    background: linear-gradient(24deg, #FE5912, #FE5912 82px, #FE7B23 0, #FE7B23 100%);
    display: block;
    position: relative;
    box-sizing: border-box;
}
.article-title:before{
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
.article-title:after{
    content: "";
    position: absolute;
    width: 120px;
    height: 100px;
    top: -16px;
    left: 2px;
    background: url(img/icn.png)no-repeat;
    background-size: cover;
}
.article-title a{
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}
.article-body{
    background: #fff;
    padding: 20px 35px;
}
.related-articles{
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 1px;
    margin-top: 40px;
}
.related-articles h3{
    background: #FE7B23;
    position: relative;
    padding: 10px 10px 10px 70px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.related-articles h3:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 44px;
    background: url(img/icn.png) no-repeat;
    background-size: contain;
    top: -7px;
    left: 5px;
}
.related-articles ul{
    list-style: none;
    margin: 20px 35px;
}
.related-articles ul li{}
.related-articles ul li a{
    color: #09f;
    font-size: 16px;
    line-height: 1.6;
}
#comments{
    background: #fff;
}
#article-options .article-option-title{
    background: #FE7B23;
    position: relative;
    padding: 10px 10px 10px 70px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
#article-options .article-option-title:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 44px;
    background: url(img/icn.png) no-repeat;
    background-size: contain;
    top: -7px;
    left: 5px;
}
#comments-list{
    margin: 0 35px;
}
#comment-form{}

/*side-navi top*/
div.side-navi {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 100;
}

div.side-navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.side-navi ul li {
    margin: 0;
    padding: 0;
    line-height: 70px;
    text-align: center;
}

div.side-navi ul li.sn-next a {
    background: #000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_next.gif) no-repeat 50% 25%;
}

div.side-navi ul li.sn-prev a {
    background: #000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}

div.side-navi ul li.sn-top a {
    background: #000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_top.gif) no-repeat 50% 25%;
}

div.side-navi ul li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    background: #000000;
    border: solid #f0f0f0;
    border-width: 0 1px 1px 1px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

div.side-navi ul li.sn-comment {
    line-height: 21px;
}

 div.side-navi ul li.sn-top a {
    /*height: 35px; 
    padding-top: 10px;*/
}

div.side-navi ul li.sn-prev a, div.side-navi ul li.sn-next a, div.side-navi ul li.sn-top a {
 {
    height: 35px; 
    padding-top: 10px;
}

div.side-navi ul li.sn-comment {
    line-height: 15px;
}

div.side-navi ul li.sn-comment a {
     height: 37px; 
    padding-top: 8px;
}

div.side-navi ul li.sn-prev a {
    background: #000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}


