@charset "EUC-JP";
@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;
}

a.keyword:link
, a.keyword:visited{
    color: #000;
}
a.keyword:link
, a.keyword:hover
, a.keyword:active{
	text-decoration: none;
	border-bottom: dotted 1px #696969;
       }


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#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;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    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: 10px;
}

.article-body-inner blockquote.a {
color: #666;
margin:5px;
line-height:150%;
padding: 15px 15px 15px 20px;
background:#f7f7f7;
word-break: break-all;
}

.article-body-inner blockquote.a:before {
    content: none;
}





/* コメント・トラックバック一覧
----------------------------------------------- */
#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
######################################################*/
body {
font-family: メイリオ,Meiryo,ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,ＭＳ Ｐゴシック, MS P Gothic,Osaka, Verdana,Arial, Helvetica, sans-serif;
background: #F6F6F6 !important;
}



/*ページUPボタン*/
.to-pagetop {
bottom: 5px;
position: fixed;
right: 5px;
}

.gnavi{
    overflow: hidden;
    background: #000;
}
.gnavi_inner{
    width: 1248px;
    margin: 0 auto;
    overflow: hidden;
}
.gnavi_inner .ldb_menu{
    float: left;
}
.gnavi_inner .ldb_menu .ldb_menu-list{
width: auto;
margin: 0;
}
.gnavi_inner p{
    float: right;
    color: #fff;
    font-size: 10px;
    line-height: 34px;
}
.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: #CB0201;
    color: #000;
}
.ldb_menu-list li a {
padding: 0 20px;
font-size: 16px;
line-height: 34px;
}
.blog_header{
    overflow: hidden;
    background: #fff;
}
.blog_header_inner{
    width: 1248px;
    margin: 20px auto 10px;
    overflow: hidden;
}
.blog_header h1{
    float: left;
    margin-top: 10px;
}
.blog_header h1 a{
    background: url(http://jnews1.com/img/k-logo.png)no-repeat;
    display: block;
    width: 227px;
    height: 68px;
    text-indent: -9999px;
}
.blog_header h1 a:hover{
    opacity: 0.5;
}
.blog_header .adsbygoogle{
    float: right;
}


#container {
margin: 0 auto;
width: 1248px;
overflow: hidden;
}
#content {
position: relative;
padding: 10px 0 100px;
overflow: hidden;
}
body.layout-2col #main {
width: 928px;
padding: 0;
}

.new_goods{
    background:#000;
}
.new_goods h2{
    background: url(http://jnews1.com/img/k-mark.png)no-repeat left center;
    line-height: 35px;
    padding: 0 0 0 125px;
    color: #fff;
    margin-left: 5px;
}
.new_goods h2 a{
    color: #fff;
}
.new_goods h2 a:hover{
}
.new_goods .message-board-outer {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: 160px;
    overflow-y: auto;
}
.new_goods .message-board-outer-2 {
}
.new_goods .message-board-outer-3 {
}
.new_goods .message-board {
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 0 !important;
}

.sidewrapper {
background: #fff;
padding: 0;
margin-bottom: 20px;
}
.sidewrapper .sidetitle {
background: #656565;
color: #fff;
font-size: 14px;
padding: 7px 10px;
font-weight: normal;
margin: 0;
}
.sidewrapper .side {
padding: 15px;
}
.plugin-calendar_japanese {
padding: 15px 0;
}

body.layout-2col #main-inner{
    overflow: hidden;
}

.side_pr{
    width: 180px;
    float: left;
    background: #fff;
}
.side_pr_ttl{
    background: #656565;  color: #fff;  font-size: 14px;  padding: 7px 10px;  font-weight: normal;  margin: 0;
}
.side_pr_inner{
    padding: 15px 10px;
}

.main-inner_cnt{
    width: 728px;
    float: right;
}




.cnt_list{
	height: 200px;
	background: #fff;
	margin: 0 0 20px 0;
	position: relative;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.cnt_list a.cnt_list_link {
	height: 194px;
	width: 728px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.cnt_list:hover{
	/* background: #ddd; */
}
.cnt_list a.cnt_list_img {
	display: block;
	width: 170px;
	height: 170px;
	border: 1px solid #A4A4A4;
	position: absolute;
	top: 11px;
	left: 11px;
	background-size: cover;
	text-indent: -9999px;
	background-position: center;
	/* outline: solid 2px #EAEAEA; */
}
.cnt_list a.cnt_list_img:hover {
	opacity: 0.8;
}
.cnt_list abbr {
	color: #CBCBCB;
	font-size: 12px;
	display: block;
	/* position: absolute; */
	/* top: 25px; */
	/* left: 195px; */
	float: left;
	line-height: 23px;
}
.cnt_list .cnt_list_cate {
	display: block;
	/* position: absolute; */
	/* top: 24px; */
	/* left: 320px; */
	float: left;
	/* margin-right: 10px; */
}
.cnt_list .cnt_list_cate a {
	color: #fff !important;
	font-size: 12px;
	background: #CB0201;
	border-radius: 5px;
	padding: 0 7px;
	line-height: 23px;
	display: block;
	float: left;
	margin-right: 10px;
}
.cnt_list h2 {
	/* position: absolute; */
	/* top: 60px; */
	/* left: 200px; */
	/* width: 510px; */
	margin-bottom: 10px;
}
.cnt_list h2 a {
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	display: block;
}
.cnt_list .ninja_onebutton {
	position: absolute;
	bottom: 19px;
	left: 195px;
}
.cnt_list .cnt_list_cmt {
display: block;
position: absolute;
top: 10px;
right: 15px;
z-index: 1;
/* background: #1b1b1b; */
/* padding: 2px 20px 2px 30px; */
color: #989898;
/* min-width: 50px; */
font-weight: bold;
}
.cnt_list .cnt_list_cmt a {
color: #989898 !important;
font-size: 32px;
margin-right: 3px;
}
.cnt_list a.cnt_more{
	position:absolute;
	bottom: 15px;
	right: 15px;
	display:block;
	width: 112px;
	background: #000;
	line-height: 25px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
}
.cnt_list a.cnt_more:hover{
	opacity: 0.5;
	text-decoration: none;
}
.cnt_list .cnt_body{
    /* position: absolute; */
    /* left: 200px; */
    /* top: 121px; */
    /* width: 500px; */
    height: 15px;
    overflow: hidden;
    color: #656565;
}
.cnt_list .cnt_body img{
display: none;
}
.cnt_list .cnt_cate-day{
    position: absolute;
    top: 15px;
    left: 200px;
}
.cnt_list .cnt_ttl-body{
    position: absolute;
    top: 60px;
    left: 200px;
    width: 510px;
}
.cnt_list .cnt_sns{
    position: absolute;
    bottom: 20px;
    left: 200px;
}

ul.index-navigator li.current span {
background-color: #CB0201;
}
ul.index-navigator a:hover {
background-color: #CB0201;
}


.head_pop .popularArticlesWithImage.A ul {
text-align: left;
}
.head_pop .popularArticlesWithImage.A div.retweet,
.head_pop .popularArticlesWithImage.A div.comment,
.head_pop .popularArticlesWithImage.A div.pv {
background: #CB0201 !important;
color: #fff !important;
border-radius: 5px;
font-weight: normal;
text-shadow: none;
line-height: 24px;
padding: 0 10px;
position: absolute;
top: -10px;
left: -3px;
right: inherit;
}
.head_pop .popularArticlesWithImage.A div.retweet:after,
.head_pop .popularArticlesWithImage.A div.comment:after,
.head_pop .popularArticlesWithImage.A div.pv:after {
content:'';
height:0;
width:0;
display:block;
border:10px transparent solid;
border-bottom-width:0;
border-right-width:0;
border-top-color:#CB0201;
position:absolute;
bottom:-10px;
right:10px;
}
.head_pop .popularArticlesWithImage.A ul li a {
border: none;
height: 75px !important;
display: block;
overflow: hidden;
}
.head_pop .popularArticlesWithImage.A ul li {
width: 180px;
background: #fff;
border-radius: 5px;
margin: 0 0 0 1px;
height: 124px;
box-sizing: border-box;
padding: 10px 15px;
}
.head_pop .popularArticlesWithImage.A div.title {
background: inherit !important;
color: #000 !important;
width: 150px !important;
font-weight: normal;
opacity: 1;
font-size: 11px;
height: 30px;
padding: 0;
margin: 0;
left: 15px;
bottom: 5px;
}
.head_pop .popularArticlesWithImage.A {
margin-bottom: 20px;
padding-left: 3px;
}
.head_pop .popularArticlesWithImage.A li div.image.noimage {
background-image: url("http://jnews1.com/img/k-noimage.png");
height: 75px;
width: 150px;
background-size: cover;
background-position: center;
}
.archives-header {
border: none;
margin-bottom: 20px !important;
padding: 10px !important;
background: #000;
color: #fff;
}
.archives-header h1 {
font-weight: bold;
}
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active{
color: #fff;
}


/*######################################################
個別記事用CSS
######################################################*/
.article {
border: none;
padding: 0;
background: #fff;
}
.article-header {
padding: 28px;
border-bottom: solid 1px #CBCBCB;
}

.article .article_cate-day{
    position: absolute;
    top: 30px;
    left: 20px;
}
.article abbr {
	color: #CBCBCB;
	font-size: 12px;
	display: block;
	float: left;
	line-height: 23px;
}
.article .article_cate {
	display: block;
	float: left;
}
.article .article_cate a {
	color: #fff !important;
	font-size: 12px;
	background: #CB0201;
	border-radius: 5px;
	padding: 0 7px;
	line-height: 23px;
	display: block;
	float: left;
	margin-right: 10px;
}
.article .article_cmt {
display: block;
position: absolute;
top: 15px;
right: 20px;
z-index: 1;
color: #989898;
font-weight: bold;
}
.article .article_cmt a {
color: #989898 !important;
font-size: 32px;
margin-right: 3px;
}
.article-title {
margin-top: 50px;
padding: 0;
font-size: 24px;
}
.article-body {
padding: 30px;
}

.related_new {
background: #fff;
margin-bottom: 20px;
}
.related_new h3 {
background: #656565;
color: #fff;
font-size: 14px;
padding: 7px 10px;
font-weight: normal;
}
.related_new ul {
padding: 20px 30px 20px 45px;
}
.related_new li {
padding: 8px 0;
}

.article_sns {
overflow: hidden;
margin: 15px 0;
}
.article_koukoku {
float: left;
}
.article_sns_inner {
float: right;
width: 301px;
}
.article_sns_inner a {
    display: block;
    margin-bottom: 11px;
}
.article_sns_inner a:hover {
    opacity: 0.5;
}
.foot_pop{
margin-bottom: 20px;
}
.foot_pop_ttl{
background: #656565;
color: #fff;
font-size: 14px;
padding: 7px 10px;
font-weight: normal;
margin-bottom: 20px;
}
.foot_pop .popularArticlesWithImage.A ul {
text-align: left;
}
.foot_pop .popularArticlesWithImage.A div.retweet,
.foot_pop .popularArticlesWithImage.A div.comment,
.foot_pop .popularArticlesWithImage.A div.pv {
background: #CB0201 !important;
color: #fff !important;
border-radius: 5px;
font-weight: normal;
text-shadow: none;
line-height: 24px;
padding: 0 10px;
position: absolute;
top: -10px;
left: -3px;
right: inherit;
}
.foot_pop .popularArticlesWithImage.A div.retweet:after,
.foot_pop .popularArticlesWithImage.A div.comment:after,
.foot_pop .popularArticlesWithImage.A div.pv:after {
content:'';
height:0;
width:0;
display:block;
border:10px transparent solid;
border-bottom-width:0;
border-right-width:0;
border-top-color:#CB0201;
position:absolute;
bottom:-10px;
right:10px;
}
.foot_pop .popularArticlesWithImage.A ul li a {
border: none;
height: 75px !important;
display: block;
overflow: hidden;
}
.foot_pop .popularArticlesWithImage.A ul li {
width: 176px;
background: #fff;
border-radius: 5px;
margin: 0 0 20px 1px;
height: 124px;
box-sizing: border-box;
padding: 10px 15px;
}
.foot_pop .popularArticlesWithImage.A div.title {
background: inherit !important;
color: #000 !important;
width: 148px !important;
font-weight: normal;
opacity: 1;
font-size: 11px;
height: 30px;
padding: 0;
margin: 0;
left: 15px;
bottom: 5px;
}
.foot_pop .popularArticlesWithImage.A {
margin-bottom: 20px;
padding-left: 3px;
}
.foot_pop .popularArticlesWithImage.A li div.image.noimage {
background-image: url("http://jnews1.com/img/k-noimage.png");
height: 75px;
width: 148px;
background-size: cover;
background-position: center;
}
.foot_goods {
margin-bottom: 20px;
}
.foot_goods_ttl {
background: #656565;
color: #fff;
font-size: 14px;
padding: 7px 10px;
font-weight: normal;
}
.foot_goods table{
}
.foot_goods table th,
.foot_goods table td{
width: 25%;
box-sizing: border-box;
font-weight: normal;
padding: 10px;
vertical-align: top;
text-align: center;
}
.foot_goods table th img,
.foot_goods table td img{
margin-bottom: 10px;
}
.foot_goods table th{
background: #fff;
}
.foot_goods table td{
background: #EFEFEF;
}

ul.article-pager {
padding: 0;
margin: 0;
border: none;
}
.pager {
border: solid 1px #CBCBCB;
background: #EFEFEF;
padding: 20px 10px;
margin-bottom: 20px;
overflow: hidden;
}
ul.article-pager li.prev,
ul.article-pager li.next {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
width: 45%;
background-position-y: center;
}

ul.article-pager li.prev{
    text-align: left;
    padding-left: 20px;
}
ul.article-pager li.next {
    text-align: right;
    padding-right: 20px;
}

#article-options {
background: #fff;
}
#article-options .article-option-title {
background: #656565;
color: #fff;
font-size: 14px;
padding: 7px 10px;
font-weight: normal;
}
.article-option {
padding: 0 20px;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-top { margin:0px; text-align:right; }
.google-user-ad-728 { margin:0px; }
.google-user-ad-side { margin-left:-5px; }
.ad-center { text-align:center; }

