@charset "utf-8";

/* -------------------------------------------------
カラーコード（このサイトで使用する色）
#000 = 黒
#838383 = グレー
#d1d1d1 = 薄いグレー
#233b71 = 濃いブルー
#3b5ba1 = 中間（差し色）のブルー
#b3bfd5 = 薄いブルー
#80b899 = 薄いグリーン
#b30000 = 深い赤

Googleフォント
font-family: 'Anton', sans-serif; = ランキングの数字
---------------------------------------------------- */

/* -------------------------------------------------
リセット
---------------------------------------------------- */
*{margin:0;padding:0;}
body,input{font-family: 'Meiryo', 'メイリオ', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;line-height:1.4;}
input[type="text"]{outline: none;}
img{border: 0;vertical-align:bottom;}
ul,li{list-style:none;}

/* -------------------------------------------------
サイト全体に共通の指定
---------------------------------------------------- */

/* -- ▼ リンク ▼ -- */
a:link{text-decoration:none;color:#000;}
a:visited{color:#777;}
a:hover{text-decoration:underline;color:#000;}
a.block{display:block;}

/* -- ▼ 文字を隠す ▼ -- */
.hide{overflow:hidden;white-space:nowrap;text-indent:100%;}

/* -- ▼ float指定 ▼ -- */
.left{float:left;}
.right{float:right;}
.center{text-align:center}


/* -- ▼ 解除 ▼ -- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -- ▼ アイコン ▼ -- */
.icon{display:block;position:relative;}

/* -- ▼ スプライト画像 ▼ -- */
.img,.img a{
    background:url(/common/images/v1/common/common.png) no-repeat;
    display:block;
    background-size: 250px 2100px;
    -webkit-background-size: 250px 2100px;
    -moz-background-size: 250px 2100px;
}

/* -------------------------------------------------
レイアウトの指定
---------------------------------------------------- */
#wrapper{min-width: 1160px; overflow: hidden;}
#wrapper.print{padding:10px;}

.inner-section{width:1160px;margin:0 auto;overflow: hidden;position: relative;}
#main-contents{overflow:hidden;margin:30px auto;position: relative;}
#main-contents::after,
#main-contents::before {
  content: '';
  display: table;
}
#main-contents::after {
  clear: both;
}

#main-column{width:768px;}
#main-column.print{width:auto;}
#sub-column{width:376px;}
#contents-bottom{clear: both;}

#main-column .section,
#sub-column .section{margin-bottom:40px;}
#sub-column #information{clear: both;}
/* 20160105追加 */
#main-column .section.member{margin-bottom:18px;}

/* 20150715 */
#article-body{/* overflow: hidden; */ margin-bottom: 30px;}
#article-body .non-kanban h2{font-weight: normal;font-size:28px;color:#233b71;margin-bottom:15px;}
#article-body .non-kanban h2 a{color:#fff;text-decoration:none;}
/* 20150713追加　中東通信 */
#ikeuchi-article-body #article-body{overflow: visible;}
/* 20151117追加 イタリック対応 */
#article-body article em{font-family: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;line-height:1.4;font-style:italic;}

/* 20180910 検索テキストラベル */
#article-body .article-search-text {
  background-color: #9bdfff;
  padding: 0 3px;
}
/* 20190521 書評用スタイル追加 */
#article-body h3.bookworm {
  font-size: 22px;
  font-weight:bold;
  line-height: 1.8 !important;
  margin-bottom: 1em;
}
#article-body h4.bookworm {
  font-size: 20px;
  font-weight:bold;
  line-height: 1.8 !important;
  margin-bottom: 0;
  background:none;
  padding:0;
}
#article-body p span.bookworm {
  color: #696969;
  font-weight:bold;
}
#article-body p span.bookwormtitle {
  font-size: 20px;
  font-weight:bold;
  line-height: 1.8 !important;
  margin-bottom: 0;
  background:none;
  padding:0;
}



/* ブロックサイズ */
.wd376{width: 376px;}
.wd248{width: 248px;}
.wd186{width: 186px;}
.wd180{width: 180px;}
.wd120{width: 120px;}
/* 20171225 */
.wd228{width: 228px;}

/* -------------------------------------------------
検索窓 202006 右カラムに移動
---------------------------------------------------- */
.search{margin:14px 0 20px 0;}
.search-author input{border-style: none;}
.search-author span{font-size:13px;padding-left:10px;}

.search-box{overflow: hidden;}
.search-box input{
    -webkit-appearance: none;
    border-style: none;
}
.search-box .inputtext{
  height: 30px;
  line-height:30px;
  float:left;
  width: 320px;
  padding: 0 10px;
}
.search-box .search-btn{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width:30px;
    height:30px;
    display: block;
    float: left;
    font-size: 0;
    cursor: pointer;
}
.search-box .inputtext{background-color: #dee3ef;border-radius: 3px 0 0 3px;}
.search-box .search-btn{background-position: 8px -778px;background-color: #DEE3EF;border-radius: 0 3px 3px 0;}
footer .search-box .inputtext{background-color: #8795b2;border-radius: 3px;}
footer .search-box .search-btn{background-position: -128px -778px;}

#main-column .search{margin:30px 0;}
#main-column .search .search-box .inputtext{background-color: #dee3ef;border-radius: 3px 0 0 3px;}
#main-column .search .search-box .search-btn{background-position: 8px -778px;background-color: #DEE3EF;border-radius: 0 3px 3px 0;}

/* 202006 */
.search-box-detail {
    border: solid 1px #aeaeae;
    border-radius: 4px;
    padding: 8px;
    width: 356px;
    background-color: #dee3ef;
}
.search-box .detailopen{float: right;margin-top: 10px;color:#000;}
.search-box .detailopen a:visited {color: #000;}
.search .detailclose{text-align: right;margin-top: 15px;color:#000;}
.search .detailclose a:visited {color: #000;}
.search-row {display: flex;margin-bottom: 6px;}
.search-th {min-width: 82px;letter-spacing: 1px;font-size: 15px;padding: 6px 0px 0px;text-align: left;}
.search-th.period{min-width: 42px;} 
.search-td {padding: 2px 5px;}
.search-td .inputtext{width: 260px;}
.search-td input[type="text"] {padding: 2px 5px;}
.search-td select {padding: 2px 5px;width: 134px;font-size:14px;}
.search-td select.period-year {padding: 2px;width: 56px;}
.search-td select.period-month {padding: 2px;width: 38px;}
.search-td span{font-size: 14px;}
.search-td .search-fromto {display: inline-block;padding: 2px 5px;width: 84px;}
.search-td .search-calendar__sup{font-size:15px;}
.search-box-detail .detail-search-btn{
  background-color:#223B71;
  text-align:center;
  margin-top: 15px;
  border-radius: 4px;
}
.search-box-detail .detail-search-btn #detail-search {
  padding: 6px;
  border-radius: 4px;
  background-color:transparent;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  cursor: pointer;
  width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border: none;
  background: url(/common/images/v1/common/common.png) no-repeat;
  background-size: 200px 1680px;
  -webkit-background-size: 200px 1680px;
  -moz-background-size: 200px 1680px;
  background-position: 218px -890px;
    
}
.search-box-detail .detail-search-btn #detail-search::after {
  content: "";
  display: inline-block;
  background: url(/common/images/v1/common/common.png) no-repeat;
  background-size: 250px 2100px;
  -webkit-background-size: 250px 2100px;
  -moz-background-size: 250px 2100px;
  background-position: -130px -780px;
  width:23px;
  height:25px;
}

/* -------------------------------------------------
ヘッダーの指定
---------------------------------------------------- */
header.print{overflow: hidden;}
.print-section{overflow: hidden;}
.print-section .print-btn,.print-section .close-btn{float: left;margin-left:15px;}
.print-section a{
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.print-section .print-btn a{
    width:35px;
    height: 33px;
    background: url(/common/images/v1/common/print.png);
    background-size: 35px 33px;
    -moz-background-size: 35px 33px;
    -webkit-background-size: 35px 33px;
}
.print-section .close-btn a{
    width:35px;
    height: 35px;
    background: url(/common/images/v1/common/close.png);
    background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
}

/* -- Gnavi ---------------------------------------- */

#gnavi{min-width: 1160px;background-color:#000;color:#fff;border-bottom:solid 4px #d1d1d1;}
#gnavi p.left{line-height: 40px;}
#gnavi a{color:#fff;}
#gnavi ul.sns{overflow: hidden;margin-left: 10px;}
#gnavi ul.sns li{width: 40px;float: left;}
#gnavi ul.sns li a{width:40px;height:40px;display: block;text-indent: 100%;overflow: hidden;white-space: nowrap;}
#gnavi ul.sns li.fb a{background-position: 12px -886px;}
#gnavi ul.sns li.tw a{background-position: 8px -927px;}
#gnavi ul.sns li.rss a{background-position: 10px -844px;}

#gnavi .gmenu span{float: left;border-left:solid 1px #fff;}
#gnavi .gmenu a{padding:0 20px;font-size: .9em;line-height: 40px;display:block;}
#gnavi .gmenu a:hover{background-color: #838383;text-decoration: none;}
#gnavi .gmenu span:last-child{margin-right: 0;border-right: solid 1px #fff;border-left:solid 1px #fff;}
#gnavi .gmenu span span.img{border-style: none;padding:0 0 0 30px;color:#fff;}
#gnavi .gmenu .guide a{padding-left: 50px;background-position: 25px -686px;}
#gnavi .gmenu .inquiry a{padding-left: 50px;background-position: 25px -602px;}
#gnavi .gmenu .regist span.img{display: inline-block;background-position: 7px -730px;float: none;}
#gnavi .gmenu .login span.img{display: inline-block;background-position: 7px -644px;float:none;}
#gnavi .gmenu .regist a{color: #92d07d;}
#gnavi .gmenu .regist a:hover{background-color:#55a739;color:#fff;}
#gnavi .gmenu .login a{color:#719ff4;}
#gnavi .gmenu .login a:hover{background-color:#223b71;color:#fff;}

/*20150324　ニックネームからリンクを削除*/
#gnavi .gmenu .mypage a,#gnavi .gmenu .logout a{background-color:#223b71;}
#gnavi .gmenu .mypage a:hover,#gnavi .gmenu .logout a:hover{background-color: #000;}
/* #gnavi .gmenu .name a{padding:0 10px;} */
#gnavi .gmenu .name{padding: 0px 10px;background-color: #223B71;padding: 0px 20px;font-size: 0.9em;line-height: 40px;display: block;color: #FFF;}
#gnavi .gmenu .logout a{background-position: -224px -643px;padding:0 10px 0 30px;}
#gnavi .gmenu .mypage,#gnavi .gmenu .logout{border-left-color: #000 !important;}

#gnavi .gmenu .messenger{padding-left: 10px;}
#gnavi .gmenu .messenger a{
    background-color: #000000;
    background-image: url(/common/images/v1/common/header_fm.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size:20px 20px;
    padding-left: 22px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
}


/* -- Header --------------------------------------- */
header .logo{margin: 12px 6px 12px 0;}
header .logo a{text-indent: 100%;overflow: hidden;white-space: nowrap;width:225px;height: 50px;background-position: 0 0;}
header .message-area{margin: 18px 6px;font-size:0.9em;color:#b30000;font-weight:bold;width:394px;}
header .sns{margin: 12px 0;width: 68px;text-align:center;}
header .sns a{display:inline-block;}
header .sns a img{width: 52px;}


/* -- SiteNavi ------------------------------------- */
.inner-section-navi{width:1160px;margin:0 auto;}

#sitenavi{
min-width:1160px;
box-shadow:rgba(209, 209, 209, 0.65) 0px 3px 4px 1px;
-webkit-box-shadow:rgba(209, 209, 209, 0.65) 0px 3px 4px 1px;
-moz-box-shadow:rgba(209, 209, 209, 0.65) 0px 3px 4px 1px;
}
#main-navi{
    background:url(/common/images/v1/common/navi-bg.png) #223b71;
    color:#fff;
    height:47px;
}
#main-navi ul.category{display:table;width:100%;}
#main-navi ul.list{display: table;width:14%;}
#main-navi li{display:table-cell;text-align:center;position: relative;}
#main-navi li a{font-size:1em;line-height:1;color:#fff;padding:15px 3px;display:block;font-weight:bold;}
#main-navi li:hover > a,#main-navi ul li.current a{background-color:#000;text-decoration: none;}
#main-navi ul.list li{border-left:solid 1px #000;border-right:solid 1px #000;}
#main-navi ul.list li:last-child{border-left-style: none;}
#main-navi ul.list li a{background-color:#3b5ba1;}
#main-navi ul.list li a:hover{background-color: #000;}
#main-navi li ul{position: absolute;top:100%;left:0;}
#main-navi li ul li{height:0;overflow:hidden;display: block;text-align: left;}
#main-navi li ul.society{background:url(/common/images/v1/common/navi-bg.png);width:146px;z-index: 10;}
#main-navi li ul.sports{background:url(/common/images/v1/common/navi-bg.png);width:156px;z-index: 11;}
#main-navi li ul.medical{background:url(/common/images/v1/common/navi-bg.png);width:100%;z-index: 12;}
#main-navi li ul.culture{background:url(/common/images/v1/common/navi-bg.png);width:100%;z-index: 13;}
#main-navi li ul.security{background:url(/common/images/v1/common/navi-bg.png);width:124px;z-index: 14;}
#main-navi li:hover ul li{text-decoration: none;overflow:visible;height: 47px;}
#main-navi li ul li:hover{background-color:#000;}
#main-navi ul li ul.society li a {background:url(/common/images/v1/common/navi-bg.png);color:#fff;font-size: 0.9em;line-height: 1;padding: 16px 3px;display: block;}
#main-navi ul li ul.society li:hover > a,#main-navi ul li ul.society li.current a{background-image:none;background-color:#000;text-decoration: none;}
#main-navi ul li ul.sports li a {background:url(/common/images/v1/common/navi-bg.png);color:#fff;font-size: 0.9em;line-height: 1;padding: 16px 3px;display: block;}
#main-navi ul li ul.sports li:hover > a,#main-navi ul li ul.sports li.current a{background-image:none;background-color:#000;text-decoration: none;}
#main-navi ul li ul.medical li a {background:url(/common/images/v1/common/navi-bg.png);color:#fff;font-size: 0.9em;line-height: 1;padding: 16px 3px;display: block;}
#main-navi ul li ul.medical li:hover > a,#main-navi ul li ul.medical li.current a{background-image:none;background-color:#000;text-decoration: none;}
#main-navi ul li ul.culture li a {background:url(/common/images/v1/common/navi-bg.png);color:#fff;font-size: 0.9em;line-height: 1;padding: 16px 3px;display: block;}
#main-navi ul li ul.culture li:hover > a,#main-navi ul li ul.culture li.current a{background-image:none;background-color:#000;text-decoration: none;}
#main-navi ul li ul.security li a {background:url(/common/images/v1/common/navi-bg.png);color:#fff;font-size: 0.9em;line-height: 1;padding: 16px 3px;display: block;}
#main-navi ul li ul.security li:hover > a,#main-navi ul li ul.security li.current a{background-image:none;background-color:#000;text-decoration: none;}

#sub-navi{background:url(/common/images/v1/common/subnavi-bg.png) #b3bfd5;color:#fff;height: 47px;padding-left: 76px;}
#sub-navi ul.area{margin-right: 20px; padding: 0 25px 0 0; width:70%;}
#sub-navi ul.area .slick-prev{
  display: none !important;
}
#sub-navi ul.area .slick-next{
  background-color: initial;
}
#sub-navi ul.list.column{display: table;width:15%;}
#sub-navi ul.list.expert{display: table;width:10%;}
/* 20200615 */
#sub-navi ul.list.tags{display: table;width:8%;}

/* #sub-navi ul.list{display: table;width:10%;} */
#sub-navi ul.list li{display:table-cell;text-align:center;}
#sub-navi ul li{display:table-cell;text-align:center;}
#sub-navi ul li.area{color:#233b71;padding:0 30px 0 40px;background-position: 100px -420px;}
#sub-navi ul li a{font-size:1em;line-height:1;color:#fff;padding:16px 10px;display:block;font-weight:bold;}
#sub-navi ul li a:hover,#sub-navi ul li.current a{background-color:#000;text-decoration: none;}
/* #sub-navi ul.list li{border-left:solid 1px #000;border-right:solid 1px #000;} */
#sub-navi ul.list li a{background-color:#3b5ba1;padding:10px 2px;margin-top:5px;}
#sub-navi ul.list.column li a{border-right: solid 1px #fff;}
#sub-navi ul.list li a:hover{background-color: #000;}
#sub-navi ul.list li.current a{background-color:#000;text-decoration: none;}

/* 20210721 */
#sub-navi ul.area li a{font-size:1em;line-height:1;color:#000;padding:16px 10px;display:block;font-weight:bold;}
#sub-navi ul.area li a.--red{
  color:#b30000;
}
#sub-navi ul.area li a:hover,#sub-navi ul li.current a{background-color:#fff;text-decoration: none;}

/* -------------------------------------------------
フッタの指定
---------------------------------------------------- */

/* back to top */
/*
footer .backtotop{padding-top:90px;}
footer .backtotop-btn{margin-bottom: 14px;position: absolute;right:0;top:0;text-align: center;}
footer .backtotop-btn a{padding-top:60px;background-position: 0 -2006px;color:#838383;font-size:11px;width:60px;font-weight: bold;letter-spacing: -1px;}
footer .backtotop-btn a:hover{text-decoration: none;}
*/

.backtotop {
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: none;
}
/* .backtotop .backtotop-btn { */
    /* bottom: 16px; */
/*     bottom: 30px;
     margin: 0;
     padding: 0;
     position: fixed;
*/
    /* right: 16px; */
/*     right: 46px;
 } 
*/
#backtotop-btn {
    /* bottom: 16px; */
    bottom: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    /* right: 16px; */
    right: 30px;
    display: none;
}
#move-page-top {
    border-radius: 4px;
    color: #fff;
    display: block;
    transition: all 0.3s ease 0s;
    /* text-indent: -2000em; */
    white-space: nowrap;
padding-top: 60px;
background-position: 0 -2006px;
color: #838383;
font-size: 11px;
width: 60px;
font-weight: bold;
letter-spacing: -1px;
}


.footer-menu{min-width:1160px;background-color:#233b71;color:#fff;padding:40px 0;}
.footer-menu a{color:#fff;}

.footer-menu .top{overflow: hidden;}
.footer-menu .top .logo{margin-right:63px;}
.footer-menu .top .logo a{width:158px;height:52px;overflow: hidden;white-space: nowrap;text-indent: 100%;background-position: 0 -65px;}

.footer-menu .top ul.sns{overflow: hidden;}
.footer-menu .top ul.sns li{float: left;margin-right:40px;}
.footer-menu .top ul.sns li:last-child{margin-right: 0;}
.footer-menu .top ul.sns li.forum a{
    background-color:#4c5f88;
    border:solid 2px #596c95;
    border-radius: 3px;
    padding:3px 0;
    background-position: 8px -170px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width:140px;
}
.footer-menu .top ul.sns li.fb a,
.footer-menu .top ul.sns li.tw a,
.footer-menu .top ul.sns li.hatena a,
.footer-menu .top ul.sns li.gplus a,
.footer-menu .top ul.sns li.rss a{
    width:32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}
.footer-menu .top ul.sns li.fb a{background-position: 8px -1253px;}
.footer-menu .top ul.sns li.tw a{
  background: url('/common/images/v1/common/icon_x_white.svg') 0 0 no-repeat;
  background-size: 100% auto;
}
.footer-menu .top ul.sns li.hatena a{background-position: 0 -1410px;}
.footer-menu .top ul.sns li.gplus a{background-position: 0 -1356px;}
.footer-menu .top ul.sns li.rss a{background-position: 0 -1197px;}

.footer-menu .middle{margin: 50px 0 10px 0;display: table;width: 100%;}
.footer-menu .middle .menu{display: table-cell;vertical-align: top;overflow: hidden;line-height: 1.8;width:25%;}
.footer-menu .middle .menu ul{border-left:solid 2px #4d618d;padding-left:20px;margin-left:20px;}

.footer-menu .middle .menu .regist,.footer-menu .middle .menu .login{overflow: hidden;}
.footer-menu .middle .menu .regist ul,.footer-menu .middle .menu .login ul{border-style: none;padding:0;margin-left:10px;}

.footer-menu .middle .menu .btn{background-color: #63759b;width:100px;height:100px;text-align: center;padding:10px;}
.footer-menu .middle .menu .btn a{text-decoration: none;}

.footer-menu .middle .menu .regist{margin-bottom: 10px;padding-bottom:10px;border-bottom:solid 2px #4d618d;font-size:14px;display:table;width:100%;}
.footer-menu .middle .menu .regist span.img{font-size:.8em;padding-top:50px;background-position: 34px -990px;}
.footer-menu .middle .menu .login{font-size:14px;display:table;width:100%;}
.footer-menu .middle .menu .login span.img{font-size:.8em;padding-top:50px;background-position: -100px -990px;}
.footer-menu .middle .menu .regist .btn,.footer-menu .middle .menu .regist ul,
.footer-menu .middle .menu .login .btn,.footer-menu .middle .menu .login ul{display: table-cell;vertical-align: middle;}
.footer-menu .middle .menu .regist ul,.footer-menu .middle .menu .login ul{padding-left:20px;}

footer .bottom{overflow: hidden;padding:30px 0;}
footer .bottom .company-logo a{width:62px;height:20px;overflow: hidden;text-indent: 100%;white-space: nowrap;background-position: 0 -130px;}
footer .bottom .menu ul{overflow: hidden;}
footer .bottom .menu ul li{float: left;border-right:solid 1px #333;}
footer .bottom .menu ul li:last-child{border-style:none;}
footer .bottom .menu ul li a{padding:0 10px;font-size:13px;color:#333;line-height:1.3;display: block;}
footer .bottom .menu ul li:first-child a{padding-left:0;}
footer .bottom .copyright{color: #a9a9a9;font-size:12px;clear: both;padding-top:10px;}
footer .bottom .copyright address{font-style: normal;}

.footer-abj {
  clear: both;
}
.footer-abj__img {
  float: left;
  margin-left: -10px;
}
.footer-abj__img img {
  width: 100px;
}
.footer-abj__txt {
  font-size: 0.6em;
  width: 540px;
  padding-top: 20px;
}
.footer-abj__link {
  line-height: 1;
  margin-top: -3px;
}
.footer-abj__link a {
  font-size: 0.6em;
  color: #000;
}

/* -------------------------------------------------
ヘッダのキャンペーン
---------------------------------------------------- */
#campaign{z-index: 999;position: relative;}
#campaign .heading{margin-bottom:30px;border-top: solid 3px #b30000;border-bottom: solid 3px #b30000;font-weight:normal;font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
#campaign .heading-inner{overflow: hidden;background-color: #b30000;text-align: center;color: #fff;margin:2px 0;padding:5px 100px;cursor: pointer;}
#campaign .heading-inner .title{
    display: inline-block;
    background: url(/common/images/v1/common/arrow-tri-whitex3.png) no-repeat left;
    background-size:43px 12px;
    -webkit-background-size:43px 12px;
    -moz-background-size:43px 12px;
    padding-left:60px;
}
#campaign .heading-inner .more{float: right;display: inline-block;line-height:25px;}
#campaign .detail{margin-top:2px;border-right:solid 3px #b30000;border-left:solid 3px #b30000;border-bottom:solid 3px #b30000;padding:20px;text-align: center;background-color: #fff;position: absolute;left:0;top:44px;width:1114px;display: none;}
#campaign .detail p{margin-bottom: 1em;font-size:1em;line-height: 1.6;}
#campaign .detail .regist .regist-btn{display: block;margin:1em 0;}
#campaign .detail .regist .regist-btn a{background-color: #b30000;color:#fff;padding:5px 30px;text-align: center;border-radius: 4px;display: inline-block;font-size:1.2em;}
#campaign .detail .regist .regist-btn a:hover{text-decoration: none;}
#campaign .detail .regist ul{display: inline-block;}
#campaign .detail .regist ul li{
    font-size:12px;
    background: url(/common/images/v1/common/arrow-tri-black.png) no-repeat left;
    background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    padding-left: 15px;
    display: block;
    margin-bottom: .5em;
}
#campaign .detail .close{color: #b30000;text-align: right;cursor: pointer;}

.bn-campaign__header{
  width: auto;
  max-width: 310px;
  height: 70px;
  margin: 0 0 0 25px;
}
.bn-campaign__header .bn-campaign{
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* -------------------------------------------------
領収書発行ボタン headerに移動　202006
---------------------------------------------------- */
header #receipt-issue.section{margin: 18px auto;width:376px;height:41px;float: right;}
header #receipt-issue a{
    display: block;
    background-position:-78px -1935px;
    background-color: #fff;
    border:solid 1px #c20900;
    color:#c20900;
    border-radius: 6px;
    text-align: center;
    font-size:15px;
    line-height: 15px;
}
header #receipt-issue a div{
    display: inline-block;
    background-position:335px -544px;
    padding:7px;
    border-radius: 5px;
    border:solid 1px #c20900;
    margin:4px;
    width:350px;
}
header #receipt-issue a:hover{
    display: block;
    background-position:-193px -1935px;
    background-color: #c20900;
    border:solid 1px #c20900;
    color:#fff;
    border-radius: 6px;
}
header #receipt-issue a:hover div{
    display: inline-block;
    background-position:100px -576px;
    border:solid 1px #fff;
}


/* -------------------------------------------------
サブカラムの指定
---------------------------------------------------- */

/* 領収書発行ボタン */
/*
#receipt-issue a{
    display: block;
    background-position:-78px -1935px;
    background-color: #fff;
    border:solid 1px #c20900;
    color:#c20900;
    border-radius: 6px;
    text-align: center;
    font-size:15px;
    line-height: 15px;
}
#receipt-issue a div{
    display: inline-block;
    background-position:335px -544px;
    padding:7px;
    border-radius: 5px;
    border:solid 1px #c20900;
    margin:4px;
    width:350px;
}
#receipt-issue a:hover{
    display: block;
    background-position:-193px -1935px;
    background-color: #c20900;
    border:solid 1px #c20900;
    color:#fff;
    border-radius: 6px;
}
#receipt-issue a:hover div{
    display: inline-block;
    background-position:100px -576px;
    border:solid 1px #fff;
}
#receipt-issue.section{margin-bottom:15px;}
*/

/* ランキング */
#ranking .heading{/* border-style:none; */margin-bottom:.5em;}
#ranking .ranking-tab ul{width:100%;display: table;}
#ranking .ranking-tab ul li{display: table-cell;cursor: pointer;text-align: center;width:33.3%;}
#ranking .ranking-tab ul li span{background-color: #fff;color:#b3bfd5;padding:2px 0;display: block;border:solid 2px #b3bfd5;}
#ranking .ranking-tab ul li.sns span{
    background: url(/common/images/v1/common/ranking-sns.png) no-repeat center;
    background-size:31px 18px;
    -webkit-background-size:31px 18px;
    -moz-background-size:31px 18px;
    text-indent: 100%;
    white-space: nowrap;
}
#ranking .ranking-tab ul li.current span,#ranking .ranking-tab ul li:hover span{background-color:#233b71;color:#fff;border:solid 2px #233b71;}
#ranking .ranking-tab ul li:nth-child(2) span{margin:0 2px;}
#ranking .ranking-tab ul li:hover.sns span,#ranking .ranking-tab ul li.sns.current span{
    background: url(/common/images/v1/common/ranking-sns-hover.png) no-repeat center #233b71;
    background-size:31px 18px;
    -webkit-background-size:31px 18px;
    -moz-background-size:31px 18px;
    text-indent: 100%;
    white-space: nowrap;
}

#ranking .list-articles ul li{overflow: hidden;padding:2px 0;}
#ranking .list-articles ul li .rank{font-size:36px;float:left;font-family: 'Anton', sans-serif;color:#b3bfd5;width:15%;text-align: center;}
#ranking .list-articles ul li a{float: left;width:85%;}
#ranking .list-articles ul li .comment{background-position: -226px -1568px;}

#ranking .ranking-list-articles ul li {overflow: hidden;padding: 2px 0px;}
#ranking .ranking-list-articles ul li .rank {font-size: 36px;float: left;font-family: "Anton",sans-serif;color: #B3BFD5;width: 15%;text-align: center;}
#ranking .ranking-list-articles ul li a {float: left;width: 85%;}
#ranking .ranking-list-articles ul li {border-bottom: 1px dotted #000;}
#ranking .ranking-list-articles a {display: block;}
#ranking .ranking-list-articles .title {color: #000;font-size: 14px;}
#ranking .ranking-list-articles a:visited .title{color:#777;}
#ranking .ranking-list-articles ul li .comment{background-position: -226px -1568px;}
#ranking .ranking-list-articles .comment {padding-left: 30px;display: inline-block;/* margin-left: 10px; */}
/* 20180315 */
#ranking .ranking-list-articles ul li a .title .rock{display: inline-block;}
#ranking .ranking-list-articles ul li a .title .rock img{
    height: 15px;
    display: block;
}


/* 20180129 */
.article-list-header.ranking h2{
  font-weight: normal;
  font-size:36px;
  margin-bottom:15px;
  text-align: center;
}
#main-column .article-index-list ul li .rank {
  font-size: 40px;
  float: left;
  font-family: "Anton",sans-serif;
  color: #B3BFD5;
  width: 8%;
  text-align: center;
  margin-top: -5px;
}
#main-column #ranking-menu {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: solid 2px #223b71;
    position: relative;
    margin-top: 30px;
}
#main-column #ranking-menu ul.article li {
    float: left;
    margin-right: 1px;
    width: 150px;
}
#main-column #ranking-menu ul.article li a {
    display: block;
    background-color: #d1d1d1;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}
#main-column #ranking-menu ul.article li.current {
    background-color: #223B71;
    color: #fff !important;
    text-align: center;
    /* padding: 5px 10px; */
    display: block;
}
#main-column #ranking-menu ul.article li.current a {
    text-decoration: none;
    background-color: #223B71;
    color: #fff;
}
#main-column #ranking-menu ul.article li a:hover{
    background-color: #223B71;
    color: #fff !important;
    text-decoration: none;
}



/* サブカラム　コメントタブ */
/* #subcolum-comment .heading{border-style:none;margin-bottom:.5em;} */
#subcolum-comment .comment-tab ul{width:100%;display: table;}
#subcolum-comment .comment-tab ul li{display: table-cell;cursor: pointer;text-align: center;width:33.3%;}
#subcolum-comment .comment-tab ul li span{background-color: #fff;color:#b3bfd5;padding:2px 0;display: block;border:solid 2px #b3bfd5;}
#subcolum-comment .comment-tab ul li.current span,#subcolum-comment .comment-tab ul li:hover span{background-color:#233b71;color:#fff;border:solid 2px #233b71;}
#subcolum-comment .comment-tab ul li:nth-child(2) span{margin:0 2px;}
#subcolum-comment .comment-tab ul li:nth-child(3) span{margin:0 2px;}
#subcolum-comment .heading .more a {background-position: 84px -317px;}
/*
#subcolum-comment .comment-list-articles ul li {overflow: hidden;padding: 2px 0px;border-bottom: 1px dotted #000;}
#subcolum-comment .comment-list-articles ul li .rank {font-size: 36px;float: left;font-family: "Anton",sans-serif;color: #B3BFD5;width: 15%;text-align: center;}
#subcolum-comment .comment-list-articles a {display: block;}
#subcolum-comment .comment-list-articles .title {color: #000;font-size: 14px;}
#subcolum-comment .comment-list-articles a:visited .title{color:#777;}
#subcolum-comment .comment-list-articles ul li .comment{background-position: -226px -1568px;}
#subcolum-comment .comment-list-articles .comment {padding-left: 30px;display: inline-block;margin-left: 10px;}
*/
#subcolum-comment .comment-list-articles .list-articles {margin-top:8px;}
#subcolum-comment .comment-list-articles .list-articles ul li{padding:5px 0;overflow: hidden;border-bottom: 1px dotted #000;}
#subcolum-comment .comment-list-articles .list-articles ul li .title{display: block;font-size:13px;margin-top:5px;padding-left:15px;}
#subcolum-comment .comment-list-articles .list-articles ul li .user-comment{
    display:block;
    font-size:14px;
    font-weight: bold;
    background: url(/common/images/v1/common/arrow-tri-gray.png) no-repeat 0 4px;
    background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    padding-left:15px;
}
#subcolum-comment .comment-list-articles .ranking {margin-top:8px;}
#subcolum-comment .comment-list-articles .ranking ul li {border-bottom: 1px dotted #000;display: table;width: 100%;}
#subcolum-comment .comment-list-articles .ranking ul li .rank {
  font-size: 36px;
  font-family: "Anton",sans-serif;
  color: #B3BFD5;
  width: 15%;
  text-align: center;
  display: table-cell;
  width:15%;
  vertical-align: middle;
}
#subcolum-comment .comment-list-articles .ranking ul li a {display: table-cell;width: 85%;vertical-align: middle;line-height: 152%;}
#subcolum-comment .comment-list-articles .ranking ul li a .title {color: #000;font-size: 14px;}
#subcolum-comment .comment-list-articles .ranking ul li a:visited .title{color:#777;}
#subcolum-comment .comment-list-articles .ranking ul li a .comment{background-position: -226px -1568px;padding-left: 30px;display: inline;margin-left: 10px;}
#subcolum-comment .comment-list-articles .ranking ul li a .comment.img {display: inline;}
#subcolum-comment .comment-list-articles .ranking ul li a .yes{background-position: 0px -1820px;padding: 8px 0px 0px 32px;display: inline;margin-left: 10px;}
#subcolum-comment .comment-list-articles .ranking ul li a .yes.img {display: inline;}


/* コメント数ランキング */
#comment-ranking{margin-top:15px;}
#comment-ranking p{margin-left:10px;}
#comment-ranking .ranking-list-articles{margin-top:15px;}
#comment-ranking .ranking-list-articles ul li {overflow: hidden;padding: 10px 0px;}
#comment-ranking .ranking-list-articles ul li .rank {font-size: 50px;float: left;font-family: "Anton",sans-serif;color: #B3BFD5;width: 15%;text-align: center;}
#comment-ranking .ranking-list-articles ul li .title a {float: left;width: 85%;padding-top:10px;}
#comment-ranking .ranking-list-articles ul li {border-bottom: 1px dotted #000;}
#comment-ranking .ranking-list-articles .title {color: #000;font-size: 20px;}
#comment-ranking .ranking-list-articles a:visited .title{color:#777;}
#comment-ranking .ranking-list-articles ul li .comment{background-position: -226px -1568px;}
#comment-ranking .ranking-list-articles .comment {padding-left: 30px;display: inline-block;font-size:18px;}
#comment-ranking .ranking-list-articles ul li .date {font-size: 16px;margin-left:15px;}
#comment-ranking .ranking-list-articles ul li .author {font-size: 16px;}
#comment-ranking .ranking-list-articles ul li .comment-text {font-size: 16px;margin:20px 0 0 15px;width:85%;float:right;}
#comment-ranking .ranking-list-articles ul li span.yes {width: 30px;height: 30px;display: inline-block;background-position: 0px -1820px;white-space: nowrap;padding:10px 0 0 34px;}


/* ご利用ガイド */
.bnr{text-align: center;margin-bottom: 1em;}
#guide .regist{border:solid 3px #b30000;border-radius: 6px;}
#guide .regist a{background-color: #ebebeb;border:solid 2px #fff;display: block;border-radius: 6px;padding:5px 10px;text-align: center;background-position: 333px -530px;}
#guide .regist a:hover{text-decoration: none;}
#guide .regist .title{
    display: block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size:1.1em;
    color:#b30000;
    text-shadow: 1px 1px 1px #ccc;
}
#guide .regist .price{font-size: .9em;}
#guide .list-articles ul{margin:1em 0 0;}
#guide .list-articles ul li{
    padding:0 0 5px 15px;
    background: url(/common/images/v1/common/arrow-tri-red.png) no-repeat 0 4px;
    background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    border-style: none;
}
#guide .corporation-btn{border-radius: 4px;border:solid 2px #000;padding:3px 10px;margin-bottom:.5em;}
#guide .corporation-btn a{display: block;color:#000;background-position: 335px -314px;font-size:.9em;}
#guide .receipt-btn{border-radius: 4px;border:solid 2px #868686;padding:3px 10px;}
#guide .receipt-btn a{display: block;color:#868686;background-position: 335px -354px;font-size:.9em;}
#guide .receipt-btn a:hover,#guide .corporation-btn a:hover{text-decoration: none;}

/* キャリア決済バナー　2090619 */
#sub-column .bnr a img{width:100%;}


/* 無料の記事 */
#free-articles .heading{border-color: #80b899;}
#free-articles .heading .more a{background-position: 84px -508px;padding-top:5px;}
#free-articles .articles ul li{margin-right:8px;}
#free-articles .articles ul li:last-child{margin-right:0;}
#free-articles .articles ul li .thumb{width:120px;height:68px;overflow: hidden;}

/* お知らせ */
#information .heading .more a{background-position: 84px -312px;padding-top:5px;}
#information .list-articles ul li{padding:5px;}

/* 更新情報 */
#update .list-articles ul li{padding:5px;}
#update .heading .more a{background-position: 84px -312px;padding-top:5px;}

/* 20180130 ランキング */
#sub-column #ranking .more{font-weight: normal;font-size: 13px;float: right;}
#sub-column #ranking .more a{background-position: 96px -312px;padding-top:5px;color: #000;padding-right: 20px;}

/* 専門家の部屋 */
#expert-room .heading .more a{background-position: 114px -312px;padding-top:5px;}


/* Foresight Forum */
#forum .heading{border-color: #b30000;}
#forum .heading .logo{width:168px;height:32px;display:block;background-position: 0 -230px;text-indent: 100%;overflow: hidden;white-space: nowrap;float: left;}
#forum .heading .more a{background-position: 153px -552px;font-size:11px;margin-top:10px;}
#forum .list-articles ul li{padding:7px 5px;}
#forum .list-articles ul li a:hover{text-decoration: none;}
#forum .list-articles ul li .title{font-weight:bold;display:block;margin-bottom:.5em;}
#forum .list-articles ul li a:hover .title{text-decoration: underline;}
#forum .list-articles ul li .summary{font-size:14px;}
#forum .list-articles ul li .comment{background-position: 0 -1568px;padding-left:22px;display: inline-block;margin-left:5px;}

/* 新着コメント */
#latest-comment .heading .more a{background-position: 84px -317px;}
#latest-comment ul{overflow: hidden;}
#latest-comment ul li{padding:5px 0;}
#latest-comment ul li .title{display: block;font-size:13px;margin-top:5px;padding-left:15px;}
#latest-comment ul li .user-comment{
    display:block;
    font-size:14px;
    font-weight: bold;
    background: url(/common/images/v1/common/arrow-tri-gray.png) no-repeat 0 4px;
    background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    padding-left:15px;
}

/* アーカイブ */
#archives .list-articles ul{padding:5px 0;width:100%;;}
#archives .list-articles ul li{padding:5px 0;float:left;width:33%;margin-bottom: 10px}
#archives .selector{display:block;margin-top:10px;}
#archives .selector form{display: inline;}
#archives .selector #archive-search{float:right;background-position: 0 -782px;cursor: pointer;width:20px;height:20px;display: inline-block;text-indent: 100%;overflow: hidden;white-space: nowrap;}
#archives .selector .custom{
    border:solid 1px #d1d1d1;
    text-align: center;
    font-size:15px;
    line-height:15px;
    background: url(/common/images/v1/common/arrow-down-black.png) no-repeat right;
    background-size: 15px 10px;
    -webkit-background-size: 15px 10px;
    -moz-background-size: 15px 10px;
    padding:5px 24px 5px 4px;
    cursor: pointer;
    display: inline-block;
}
#archives .selector .custom:nth-child(2),#archives .selector .custom:nth-child(7){background-position: 60px 7px;min-width:53px;}
#archives .selector .custom:nth-child(4),#archives .selector .custom:nth-child(9){background-position: 40px 7px;min-width:25px;}
#archives .heading ul{display:inline-block;font-weight:normal;font-size:16px;float:right;}
#archives .heading ul li{float:left;border-left: 1px solid rgb(0, 0, 0);}
#archives .heading ul li a{display: block;background-color:#fff;padding: 0px 14px;}
#archives .heading ul li a:hover{background-color: #233B71;color:#fff;text-decoration: none;}

/* -------------------------------------------------
見出し共通
---------------------------------------------------- */
.heading{border-bottom:solid 4px #d1d1d1;font-size:18px;font-weight:bold;overflow: hidden;margin-bottom: 10px;}
.main-heading{margin-bottom: 10px;padding-bottom:5px;font-size:18px;font-weight: bold;}
.heading .more,.main-heading .more{font-weight: normal;font-size:13px;float: right;}
.heading .more a,.main-heading .more a{color: #000;padding-right:20px;}

/* -------------------------------------------------
パンくずリスト
---------------------------------------------------- */
#breadcrumb{font-size:12px;margin-bottom:10px;}
#breadcrumb a{color: #000;}

/* -------------------------------------------------
記事ラインナップ共通
---------------------------------------------------- */
.articles a{color: #000;}
.articles ul{overflow: hidden;}
.articles .thumb{display: block;margin-bottom:.5em;}
.articles .title{display: block;color:#000;font-size:13px;}
.articles .comment{padding-left:30px;display: inline-block;margin-left:10px;}

.list-articles a{display:block;}
.list-articles ul li{border-bottom:dotted 1px #000;}
.list-articles .title{color:#000;font-size:14px;}
.list-articles a:visited .title{color:#777;}
/* 20150415修正 */
.list-articles .comment{padding-left:30px;display: inline-block;margin-left:6px;}
.list-articles .commenttext{font-size:16px;display: block;margin-left:12px;}
.list-articles .forumlabel{font-size:16px;font-weight: bold;margin-top:10px;background-color:#838383;padding: 8px 0 5px 3px;color:#fff;}
.list-articles .topicdate{font-size:12px;display: inline-block;}

.list-articles ul.basic li.wd248 .comment{margin-left:0px;}

.list-articles ul.basic li{font-size:14px;padding:5px 0;border-color:#d1d1d1;overflow: hidden;}
.list-articles ul.basic li a,.list-articles ul.basic li span{display: inline-block;}
.list-articles.noimage ul.basic li a {position: relative;padding-left:24px;}
.list-articles.noimage ul.basic li a::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #d1d1d1 2px solid;
  border-right: #d1d1d1 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* 20180316 */
#article-end .list-articles.noimage ul.basic li a .rock,#article-end .list-articles-thumb a .title .rock{display: inline-block;}
#article-end .list-articles.noimage ul.basic li a .rock img,#article-end .list-articles-thumb a .title .rock img{
  height: 15px;
  display: block;
}

.list-articles ul.basic li .category{margin:0 30px;color:#838383;font-size:13px;}
.list-articles ul.basic li .free{font-size:13px;margin-left:10px;}
.list-articles ul.basic li .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;}
.list-articles ul.basic li.wd248 .free{font-size:13px;margin-left:2px;}
.list-articles ul.basic li.wd248 .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;}
.single-article-temp .article-single-index-list .article-single-list .article-single-header .free{font-size:13px;margin-left:10px;}
.single-article-temp .article-single-index-list .article-single-list .article-single-header .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;}
#sub-column #meast-column .inner .list ul li .free{font-size:14px;margin-left:10px;display:inline;}
#sub-column #meast-column .inner .list ul li .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;}

.list-articles-wrap{overflow: hidden;}
.list-articles.left{width:565px;margin-left:15px;}
.list-articles.left.wd376{width:376px;}
.list-articles.thumb ul.basic li .icon{display: block;margin-bottom:5px;text-align: center;width:248px;height:140px;overflow:hidden;}
.list-articles.thumb ul.basic li .icon a img{width:100%; height: auto;}

/* 20160531追加 */
.list-articles.thumb ul.basic li .specialicon{display: block;margin-bottom:5px;text-align: center;width:248px;height:165px;overflow:hidden;}
.list-articles-thumb .title{font-size:14px;}
.list-articles.thumb ul.basic li{border-style: none;margin-right:8px;}
.list-articles.thumb ul.basic li:nth-child(4n){margin-right:0;}
.related-articles .list-articles.thumb ul.basic li .icon{display: block;margin-bottom:5px;text-align: center;width:186px;height:105px;overflow:hidden;}
.related-articles .list-articles-thumb .icon{display: block;margin-bottom:5px;text-align: center;overflow:hidden;width: 186px;height:105px;}
/* 20180312 */
.list-articles.left.wd376 ul li .rock{display: inline-block;}
.list-articles.left.wd376 ul li .rock img{
    height: 15px;
    margin-top: -3px;
    display: block;
}



/* 20170511追加 */
#special-articles .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;overflow: hidden;}
#special-articles .articles ul li a .thumb img{display: block;margin-bottom:5px;text-align: center;width:180px;overflow:hidden;}
#special-articles .articles ul li {margin-right: 8px;}
#special-articles .articles ul li:last-child {margin-right: 0;}

.article-index-list ul li{padding:15px 0;border-bottom:dotted 1px #000;overflow: hidden;}
.article-index-list.arealist ul{margin-bottom: 10px;}
.article-index-list.arealist ul li{padding:5px 15px;border-bottom:dotted 1px #000;}
.article-index-list.arealist h2{font-size:20px;margin: 15px 0;}
.article-index-list.arealist .non-kanban h2{
    background: #3B5BA1; /* Old browsers */
    background: -moz-linear-gradient(top,  #3B5BA1 0%, #3B5BA1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B5BA1), color-stop(100%,#3B5BA1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3B5BA1 0%,#3B5BA1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3B5BA1 0%,#3B5BA1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3B5BA1 0%,#3B5BA1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B5BA1', endColorstr='#3B5BA1',GradientType=0 ); /* IE6-9 */
    color:#fff;
    padding:2px 10px;
}


.article-index-list.arealist .more {font-weight: normal;font-size: 16px;float: right;}
.article-index-list.arealist .more a {
    background: url(/common/images/v1/common/arrow.png) no-repeat right;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
.article-index-list.arealist .more a {color: #000;padding-right: 20px;}

.article-index-list ul li .icon{display: table-cell;vertical-align: top;text-align:center;width:186px;height:105px;overflow:hidden;}
.article-index-list ul li .icon a img{width:100%; height: auto;}
.article-index-list ul li .text{display: table-cell;vertical-align: top;}
.article-index-list ul li .icon a{width: 186px;height:105px;overflow: hidden;display: block;}
.article-index-list ul li .text{width:550px;padding-left:20px;}
.article-index-list ul li .text .title{margin-bottom:10px;}
.article-index-list ul li .text .title a{display: block;font-size:18px;font-weight: bold;color: #000;}
.article-index-list ul li .text .title a:visited{color:#777;}
.article-index-list ul li .full-size-text{width:750px;display: block;margin-left: 15px;}
.article-index-list ul li .full-size-text .title{margin-bottom:10px;}
.article-index-list ul li .full-size-text .title a{display: block;font-size:18px;font-weight: bold;color: #000;}
.article-index-list ul li .article-summary{display: block;font-size:14px;color: #000;width:738px;margin: 10px 0 0 15px;}
.article-index-list ul li .date,
.article-index-list ul li .author,
.article-index-list ul li .free,
.article-index-list ul li .comment{font-size:14px;margin-right:10px;}
.article-index-list ul li .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;}
.article-index-list ul li .comment{background-position: 0 -1485px;padding-left:23px;display:inline-block;}
.article-index-list ul li .comment a{background-image: none;}
.article-index-list ul li .keywords{display: block;padding-left:0;margin-top:10px;}
.article-index-list ul li .subcate{display: block;padding-left:0;margin-top:3px;font-size: 14px;}
.article-index-list ul li .area{display: block;padding-left:0;margin-top:3px;font-size: 14px;}
/* 20191016 */
.article-index-list ul li .tag{display: block;padding-left:0;margin-top:3px;font-size: 14px;}
.article-index-list ul li .tag span a{
  display: inline-block;
  font-size: 12px;
  background-color:#3b5ba1;
  color:#fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: normal;
  margin: 1px 2px 1px 0;
}
.article-index-list ul li .expert{display: inline-block;padding-left:0;margin-top:3px;}
.article-index-list ul li .subcate span a{display: inline-block;font-size:12px;background-color: #3b5ba1;color:#fff;padding:2px 4px;border-radius: 3px;font-weight: normal;margin: 1px 2px 1px 0;}
.article-index-list ul li .area span a{display: inline-block;font-size:12px;background-color: #b3bfd5;color:#fff;padding:2px 4px;border-radius: 3px;font-weight: normal;margin: 1px 2px 1px 0;}
.article-index-list ul li .expert a{font-size:12px;background-color: #3b5ba1;color:#fff;padding:2px 4px;border-radius: 5px;font-weight: normal;margin-right: 2px;}
.article-index-list ul li .keywords span a{font-size:12px;background-color: #b3bfd5;color:#fff;padding:3px 5px;border-radius: 3px;font-weight: bold;margin-right: 2px;}
.article-index-list ul li .constitution-theme{font-size:0.8em;}
/* 20190403 */
/* .article-index-list ul li.arctic .text a{} */
.article-index-list ul li.arctic .text a:visited{color:#777;}
.article-index-list ul li.arctic .text a .title{display: block;font-size:18px;font-weight: bold;color: #000;}
.article-index-list ul li.arctic .text a .summary{display: block;font-size:16px;margin-bottom:6px;}



.article-index-list.column ul li{border-top:solid 3px #d1d1d1;border-bottom:none;padding:10px 0 15px;}
.article-index-list.column ul li h4{font-weight: normal;font-size:20px;}
.article-index-list.column ul li h4 a:visited{color:#777;}
.article-index-list.column ul li .author{display: block;margin:.5em 0;}
.article-index-list.column ul li .latest-article{display: block;color:#838383;margin:.5em 0 0;}
.article-index-list.column ul li .text{padding:0 20px 0 0;}
.article-index-list.column ul li .icon{width:320px;height:90px;display: table-cell;vertical-align: top;text-align:center;overflow:hidden;}
.article-index-list.column ul li .icon a{width:320px;height:90px;overflow: hidden;display: block;}
.article-index-list.column ul li .new-columnarticle{display: block;color:#838383;}
.article-index-list.column ul li .new-columnarticle ul li{
    border:none;
    padding:0 0 0 15px;
    margin: 0 0 5px 15px;
    font-size: 0.9em;
    background: url("/common/images/v1/common/arrow-tri-gray.png") no-repeat scroll 0px 4px / 10px 12px transparent;
 }
/* 20180316 */
.article-index-list.column ul li a .rock{display: inline-block;}
.article-index-list.column ul li a .rock img{
    height: 15px;
    display: block;
}

.article-index-list ul li .text .column{font-size: 0.8em;}
.article-index-list ul li .full-size-text .column{font-size: 0.8em;}
/* 20180312 */
.article-index-list ul li .text .rock{display: inline-block;}
.article-index-list ul li .text .rock img{
    height: 15px;
    display: block;
}
.article-index-list ul li .text .comment.img{margin-right:0;}


/* キーワード */
/*
.keywords{background-position:-219px -1679px;padding-left:40px;margin:20px 0 0;}
.keywords a{background-image: none;display: inline-block;margin-right:10px;font-size:14px;font-weight: bold;text-decoration: none !important;}
.keywords a:hover{text-decoration: underline !important;}
.tags{background-position:-219px -1679px;margin:20px 0 0;}
.tags a{background-image: none;display: inline-block;margin-right:10px;font-size:14px;font-weight: bold;text-decoration: none !important;}
.tags a:hover{text-decoration: underline !important;}
*/


/* -------------------------------------------------
記事ページ
---------------------------------------------------- */
#article-body a{text-decoration:underline;color:#233b71;}
#article-body a:hover{text-decoration:none;}
.article-body a{text-decoration:underline;color:#233b71;}
.article-body a:hover{text-decoration:none;}
#article-body a.backtoikeuchi{text-decoration:none;color:#989898;}
#article-body a.backtoikeuchi:hover{text-decoration:underline;color:#000;}


#kanban{text-align: center;margin-bottom:15px;}
#signage{border-bottom:solid 5px #000;padding:0 5px 15px 5px;margin-bottom:30px;}
#signage h1{font-size:32px;line-height:1.6;}
#signage h1 a{text-decoration:none;}
#signage h1 a:hover{text-decoration:underline;}
/* 201504151100追加 */
#signage .column {font-size: 20px;}
#article-body #signage .constitution-theme{font-size:1.2em;}

.article-detail{
  overflow: hidden;
  /* display: table; */
  width:100%;
  margin:20px 0;
}
.article-detail .author-photo{display: table-cell;vertical-align: middle;;width:60px;padding-right:20px;}
.article-detail .author-photo img{width:60px;height:60px;border-radius: 60px;}
.article-detail .text{
  display: table-cell;
  vertical-align: middle;
  font-size:14px;
  /* width:668px; */
}
.article-detail .author{margin-right:20px;}
.article-detail .author a{font-weight: bold;text-decoration: none !important;}
.article-detail .author a:hover{text-decoration: underline !important;}
.article-detail .text .subcate{display: block;padding-left:0;margin-top:3px;}
.article-detail .text .area{display: block;padding-left:0;margin-top:3px;}
#article-body #signage .article-detail .text .subcate span a {display: inline-block;font-size: 12px;background-color: #3b5ba1; color: #FFF;padding: 2px 4px;border-radius: 3px;font-weight: normal;margin-right: 2px;text-decoration:none;}
#article-body #signage .article-detail .text .area span a {display: inline-block;font-size: 12px;background-color: #B3BFD5; color: #FFF;padding: 2px 4px;border-radius: 3px;font-weight: normal;margin-right: 2px;text-decoration:none;}
#article-body #signage .catearea-text{font-size: 14px;margin-bottom: 20px;}
#article-body .subcate{display: block;padding-left:0;margin-top:3px;}
#article-body .area{display: block;padding-left:0;margin-top:3px;}
#article-body .subcate span a {display: inline-block;font-size: 12px;background-color: #3B5BA1; color: #FFF;padding: 2px 4px;border-radius: 3px;font-weight: normal;margin-right: 2px;text-decoration:none;}
#article-body .area span a {display: inline-block;font-size: 12px;background-color: #B3BFD5; color: #FFF;padding: 2px 4px;border-radius: 3px;font-weight: normal;margin-right: 2px;text-decoration:none;}
#article-body #signage .article-detail .text .free{font-size:12px;margin-left:10px;}
#article-body #signage .article-detail .text .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;text-decoration:none;}
#article-body #signage .article-detail .text .free a:hover{text-decoration:underline;}
#article-body.print{margin-bottom: 0;}
#article-body .single-article-temp .article-single-header .free{font-size:12px;margin-left:10px;}
#article-body .single-article-temp .article-single-header .free a{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;text-decoration:none;}
#article-body .single-article-temp .article-single-header .free a:hover{text-decoration:underline;}
.article-detail .text .tag span a{
  display: inline-block;
  font-size: 12px;
  background-color:#3b5ba1;
  color:#fff !important;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: normal;
  margin: 1px 2px 1px 0;
  text-decoration: none !important;
}
.catearea-text .tag span a{
  display: inline-block;
  font-size: 12px;
  background-color:#3b5ba1;
  color:#fff !important;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: normal;
  margin: 1px 2px 1px 0;
  text-decoration: none !important;
}
#article-end .subcate {font-size: 14px;width:82%;margin: 0 auto 30px;}
#article-end .subcate span a{
  display: inline-block;
  font-size: 12px;
  background-color:#3b5ba1;
  color:#fff !important;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: normal;
  margin: 1px 2px 1px 0;
  text-decoration: none !important;
}

.article-tools ul li{float:left;display: block;font-size:.85em;margin-right:12px;}
.article-tools ul li:last-child{margin-right:0;}
.article-tools ul li a{color: #000 !important;text-decoration: none !important;}
.article-tools ul li.fb,.article-tools ul li.tw,.article-tools ul li.hatena{line-height:1em;vertical-align: baseline;}
.article-tools ul li.fb .fb-like span{width:100px;}
.article-tools.ikeuchi ul li.fb {
  margin-right: 0;
}
.article-tools ul li.tw a{
  position: relative;
  display: block;
  visibility: visible;
  width: 77px;
  height: 20px;
  box-sizing: border-box;
  padding: 3px 2px 2px 30px;
  background: #000 url("/common/images/v1/common/icon_x_white.svg") 0 0 no-repeat;
  background-size: 10px 10px;
  background-position: 14px center;
  color: #fff !important;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}
.article-tools ul li.tw a:hover {
  background-color: #333;
}
.article-tools ul li.comment a{background-position: 0 -1486px;padding-left:20px;}
.article-tools ul li.bookmark a{background-position: 0 -1626px;padding-left:12px;}
.article-tools ul li.print a{background-position: -231px -1626px;padding-left:22px;}
/* 20150713追加  */
.article-tools.ikeuchi ul li{float:left;display: block;font-size:.85em;margin-right:18px;}


article{clear:both;width:640px;margin:0 auto 40px;}
#ikeuchi-article-body article{margin-bottom:10px;}

article.print{width:auto;border-bottom: solid 1px #ccc;margin-bottom:0;}
/* 20180417 */
article.print .mypage-notice{
  font-size: 0.9em;
  background-color: #b30000;
  color: #fff;
  padding: 8px 12px;
  margin: 30px 0;
  width:50%;
}
article.print .mypage-notice a{
  color: #fff !important;
  text-decoration: underline;
}

article#forum-topic{width:auto;margin:0 auto 40px auto;padding:0 20px;line-height:1.8;}
article p{margin-bottom:1em;line-height:1.8 !important; /* text-indent: 1em; */}
article p.noindent{text-indent:unset;}
article h4{
  /* clear: both; */
    background: url(/common/images/v1/common/h4-border.png) repeat-y left;
    font-size:1.25em;
    margin-bottom:1em;
    padding:3px 15px 3px 30px;
}
article.print h4{background-image: none;border-left:solid 15px #000;padding-left:20px;}

.article-body p{margin-bottom:1em;line-height:1.8 !important;}
.article-body h4{
  clear: both;
    background: url(/common/images/v1/common/h4-border.png) repeat-y left;
    font-size:1.25em;
    margin-bottom:1em;
    padding:3px 15px 3px 30px;
}
.article-body.print h4{background-image: none;border-left:solid 15px #000;padding-left:20px;}
article div.notindent p{text-indent:unset;}


/* 記事中の画像 */
.figure-left{float:left;margin:0 10px 20px;}
.figure-right{float:right;margin:0 0 10px 20px;}
.figure-center{margin:0 auto 10px auto;}
.caption{color: #666;margin-top:5px;font-size:14px;}
.summary-in__article{
  display: block;
  margin: 2em 0 1em;
  padding: 10px;
  line-height: 2em;
  font-size: 12px;
  font-weight:700;
  border: 1px solid #9d9d9d;
  border-radius: 4px;
  box-shadow: 5px 5px 1px #d1d1d1;
}

#article-body article .image-area img.img-border{border:solid 1px #000;}
.image-area .figure-expand {
  display: inline-block;
  position: relative;
}

/* 記事中の動画 */
//.video{text-align: center;}
.article-body .video {
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 56.25% !important;
}
.article-body .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 引用の囲み */
.quote{background-color:#f9f9f9;padding:15px 15px 5px 15px;font-size:14px;margin-bottom:15px;border:1px dotted #666;}

/* 記事用ログインパーツ */
#article-login .login-info{text-align: center;}
#article-login{border:solid 5px #d9dee9;border-radius: 6px;padding:20px;margin:15px 0;overflow: hidden;clear:both;}
#article-login .login-form{background-color: #d9dee9;padding:10px;border-radius: 4px;margin:15px 0;}
#article-login h5{font-size:18px;font-weight: normal;text-align: center;margin-bottom:1em;}
/*
#article-login .login-form input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
}
*/
#article-login .login-form input.text{width:240px;padding:10px;margin-bottom:.5em;display:block;}
#article-login .login-form span{font-size:12px;margin-left:10px;}
#article-login .login-form input.btn{
    display:block;
    background-color: #b30000;
    color:#fff;
    text-align: center;
    font-size:18px;
    line-height:18px;
    padding:10px 70px;
    border-radius: 4px;
    margin:20px auto;
    box-shadow: 1px 1px 2px #999;
    cursor: pointer;
}
#article-login .login-form .regist{text-align: center;}
#article-login .login-form .regist a{
    display:inline-block;
    background-color: #233b71;
    color:#fff;
    text-align: left;
    font-size:18px;
    line-height:18px;
    padding:10px 70px;
    border-radius: 4px;
    margin:20px auto;
    box-shadow: 1px 1px 2px #999;
    text-decoration: none;
}
#article-login .member{float: left;width:280px;}
#article-login .nonmember{float:right;width:280px;}
#article-login .nonmember .login-form p{text-align: center;font-size:14px;margin:40px 0;}

#article-login .user-info{text-align: center;}
#article-login .user-info a{color:#000;text-decoration: none;}
#article-login .user-info a:hover{text-decoration: underline;}
#article-login .member .user-info a{font-size:12px;background-position: 245px -316px;padding-right:20px;}
#article-login .nonmember .user-info a{font-size:13px;background-position: 174px -316px;}
/* 20160630 */
#article-login-v2{border:solid 5px #d9dee9;border-radius: 6px;padding:20px 20px 0px 20px;margin:15px 0 30px;overflow: hidden;clear:both;}
#article-login-v2 .login-info{text-align: center;font-size: 18px;font-weight:bold;}
#article-login-v2 .nonmember-v2 .login-form{background-color: #ffffff;padding:10px 10px 0 10px;border-radius: 4px;}
#article-login-v2 .nonmember-v2 .login-form .regist{text-align: center;}
#article-login-v2 .nonmember-v2 .login-form .regist a{
    display:inline-block;
    background-color: #b30000;
    color:#fff;
    text-align: center;
    font-size:18px;
    line-height:24px;
    padding:10px 126px;
    border-radius: 12px;
    margin:20px auto;
    box-shadow: 1px 1px 2px #999;
    text-decoration: none;
    font-weight:bold;
}
#article-login-v2 .nonmember-v2 .memberlogin{text-align: center;font-size:16px;margin-top:20px;}
#article-login-v2 .nonmember-v2 .memberlogin a{font-weight:bold;}
#article-login-v2 .nonmember-v2 .login-form .regist a span{font-size:14px;margin-top:5px;}
#article-login-v2 .nonmember-v2{width:100%;}
#article-login-v2 .nonmember-v2 .login-form p{font-size:14px;margin:10px 0;}
/* 20180314 */
#article-login-v2 .login-info .rock{display: inline-block;}
#article-login-v2 .login-info .rock img{height: 16px;margin-right: 3px;display: block;}
.carrier-bn a img{width:100%;}

/* 20210907 */
.article-nonmember-yahoocharge {width:100%;text-align:right;margin: 12px 0;}
.article-nonmember-yahoocharge a{
  display: inline-block;
  background-color: #b30000;
  color: #fff !important;
  text-align: center;
  font-size: 1em;
  line-height: 24px;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 1px 1px 2px #999;
  text-decoration: none !important;
  font-weight: bold;
}

/* -------------------------------------------------
記事下のSNS
---------------------------------------------------- */
article .article-end-sns{border:solid 5px #d9dee9;border-radius: 6px;padding:20px 20px 0px 20px;margin:24px 0;overflow: hidden;clear:both;}
article .article-end-sns .sns-info {text-align: center;font-size: 18px;font-weight: bold;}
article .article-end-sns .sns-info-sub {text-align: center;font-size: 16px;margin-top: 10px;}
article .article-end-sns .sns-button{text-align: center;margin:24px 0 10px 0;}
article .article-end-sns ul {display: inline-block;}
article .article-end-sns ul li {float: left;display: block;font-size: .85em;}
article .article-end-sns ul li.fb, article .article-end-sns ul li.tw {line-height: 1em;vertical-align: baseline;}
article .article-end-sns ul li.fb{margin-right: 50px;}
article .article-end-sns ul li span{font-size: 16px;font-weight: bold;display: block;}
article .article-end-sns-tools{border-radius: 6px;padding-top:15px;margin:20px 0;overflow: hidden;background-color: #d9dee9;text-align: center;}
article .article-end-sns-tools ul {display: inline-block;margin-top:12px;}
article .article-end-sns-tools ul li {float: left;display: block;font-size: .85em;}
article .article-end-sns-tools ul li.fb,article .article-end-sns-tools ul li.fb2,article .article-end-sns-tools ul li.tw{margin-right: 40px;}
article .article-end-sns-tools ul li.fb a,article .article-end-sns-tools ul li.tw a,article .article-end-sns-tools ul li.hatena a{position: relative;}
article .article-end-sns-tools ul li.fb a div.fb-count-wrap,
article .article-end-sns-tools ul li.tw a div.tw-count-wrap,
article .article-end-sns-tools ul li.hatena a div.b-count-wrap{
  position: absolute;
  top: -26px;
  left: 47%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article .article-end-sns-tools ul li.tw a div.tw-count-wrap{background: #2a8fe6;}
article .article-end-sns-tools ul li.fb a div.fb-count-wrap{background: #243d6d;}
article .article-end-sns-tools ul li.hatena a div.b-count-wrap{background: #019ccb;}
article .article-end-sns-tools ul li.tw a div.tw-count-wrap span.tw-count{color: #a4eaff;padding: 5px;font-size: 12px;line-height: 18px;}
article .article-end-sns-tools ul li.fb a div.fb-count-wrap span.fb-count{color: #779ee8;padding: 5px;font-size: 12px;line-height: 18px;}
article .article-end-sns-tools ul li a img{border-radius: 6px;}
article .article-end-sns-tools ul li.hatena a div.b-count-wrap span.b-count{color: #a4eaff;padding: 5px;font-size: 12px;line-height: 18px;}
article .article-end-sns-tools .tools-info {text-align: center;font-size: 18px;font-weight: bold;}

/* 20180220 */
#article-end .article-end-sns{
  border:solid 5px #d9dee9;
  border-radius: 6px;
  padding-top:20px;
  margin:24px auto;
  overflow: hidden;
  clear:both;
  width: 82%;
}
#article-end .article-end-sns .sns-info {text-align: center;font-size: 18px;font-weight: bold;}
#article-end .article-end-sns .sns-info-sub {text-align: center;font-size: 16px;margin-top: 10px;}
#article-end .article-end-sns .sns-button{text-align: center;margin:24px 0 10px 0;}
#article-end .article-end-sns ul {display: inline-block;}
#article-end .article-end-sns ul li {float: left;display: block;font-size: .85em;}
#article-end .article-end-sns ul li.fb, article .article-end-sns ul li.tw {line-height: 1em;vertical-align: baseline;}
#article-end .article-end-sns ul li.fb{margin-right: 50px;}
#article-end .article-end-sns ul li.tw a {
  position: static;
  display: block;
  visibility: visible;
  width: 185px;
  height: 28px;
  box-sizing: border-box;
  padding: 4px 2px 5px 20px;
  background: #000 url(/common/images/v1/common/icon_x_white.svg) 0 0 no-repeat;
  background-size: 13px 13px;
  background-position: 12px center;
  color: #fff !important;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
#article-end .article-end-sns ul li.tw a:hover {
  background-color: #333;
}

#article-end .article-end-sns ul li span{font-size: 16px;font-weight: bold;display: block;}
#article-end .article-end-sns-tools{
  border-radius: 6px;
  padding-top:15px;
  margin:20px auto 50px;
  overflow: hidden;
  background-color: #d9dee9;
  text-align: center;
  width: 83%;
}
#article-end .article-end-sns-tools ul {display: inline-block;margin-top:12px;}
#article-end .article-end-sns-tools ul li {float: left;display: block;font-size: .85em;}
#article-end .article-end-sns-tools ul li.fb,
#article-end .article-end-sns-tools ul li.fb2,
#article-end .article-end-sns-tools ul li.tw{margin-right: 40px;}
#article-end .article-end-sns-tools ul li.fb a,#article-end .article-end-sns-tools ul li.tw a,#article-end .article-end-sns-tools ul li.hatena a{position: relative;}
#article-end .article-end-sns-tools ul li.fb a div.fb-count-wrap,
#article-end .article-end-sns-tools ul li.tw a div.tw-count-wrap,
#article-end .article-end-sns-tools ul li.hatena a div.b-count-wrap{
  position: absolute;
  top: -26px;
  left: 47%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#article-end .article-end-sns-tools ul li.tw a div.tw-count-wrap{background: #2a8fe6;}
#article-end .article-end-sns-tools ul li.fb a div.fb-count-wrap{background: #243d6d;}
#article-end .article-end-sns-tools ul li.hatena a div.b-count-wrap{background: #019ccb;}
#article-end .article-end-sns-tools ul li.tw a div.tw-count-wrap span.tw-count{color: #a4eaff;padding: 5px;font-size: 12px;line-height: 18px;}
#article-end .article-end-sns-tools ul li.fb a div.fb-count-wrap span.fb-count{color: #779ee8;padding: 5px;font-size: 12px;line-height: 18px;}
#article-end .article-end-sns-tools ul li a img{border-radius: 6px;}
#article-end .article-end-sns-tools ul li.hatena a div.b-count-wrap span.b-count{color: #a4eaff;padding: 5px;font-size: 12px;line-height: 18px;}
#article-end .article-end-sns-tools .tools-info {text-align: center;font-size: 18px;font-weight: bold;}


/* -------------------------------------------------
記事下の指定
---------------------------------------------------- */
#article-end .related-articles{clear:both;}
#article-end .related-articles .list-articles.thumb{overflow: hidden;}
#article-end .section{clear:both;margin-bottom:40px;}
#article-end #regist{text-align: center;}
/* 20180316 */
#article-end .related-articles .list-articles-wrap .list-articles ul.basic li a .rock{display: inline-block;}
#article-end .related-articles .list-articles-wrap .list-articles ul.basic li a .rock img{
    height: 15px;
    display: block;
}
/* 20180312 */
#article-end #author-articles .list-articles ul.basic li a .rock{display: inline-block;}
#article-end #author-articles .list-articles ul.basic li a .rock img{
    height: 15px;
    display: block;
}


/* コメント */
/* 20150714　fbのコメント欄表示のためhiddenをなしに */
/* #feed-comment{overflow: hidden;} */
/* 20171225 */
#feed-comment{clear: both;}
.comment-num{margin-bottom: 35px;overflow: hidden;}
.comment-num span.num{font-size:24px;padding:0 10px;color:#233b71;line-height: 42px;}
.comment-num span.comment-ico{
    background-position: -200px -1358px;
    display: inline-block;
    width:50px;
    height: 42px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    float: left;
}


.comment-form{display: table;width:90%;margin-bottom:50px;}
.comment-form .icon,.comment-form .comment-table{display: table-cell;vertical-align: top;}
.comment-form .icon span{width:50px;height:50px;display:block;border-radius: 4px;}
.comment-form .icon.master span{background-color: #838383;background-position:15px -1755px;text-indent: 100%;white-space: nowrap;overflow: hidden;}
.comment-form .comment-table{padding-left:15px;}
.comment-form .comment-table #usernickname{font-size: 14px;}

/* forumページのコメントテーブル */
.comment-form .topic-preview-btn{margin-top:10px;}
.comment-form .topic-preview-btn input{
    border-style: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    font-size:16px;
}
.comment-form .topic-preview-btn input#preview_btn{background-color: #818181;padding:5px 40px;}
.comment-form .topic-preview-btn input#add_btn{background-color: #b30000;padding:5px 100px;}
.comment-form .topic-preview-btn input#addtopic_close_btn{background-color: #818181;padding:5px 40px;float:right;}
.comment-form .topic-form-table{background-color:#d9dee9;padding:14px;}
.comment-form .topic-form-table th{font-weight: normal;padding:5px;}
#topic-form-box{border:solid 2px #d9dee9;padding:20px;}
#topic-form-box .comment-form{margin-bottom: 0;width:100%;}

.comment-form .topic-form-table input#topictitle{width:550px;}
/* forumページのコメントテーブルここまで */

#feedback_comment{width:100%;}
/* 20150714 */
.comment-bottom .fb .fb-like iframe,.article-tools .fb .fb-like iframe {z-index: 9999;}

#topic-user-preview{margin:0 0 20px 0;padding:10px 0;border-top:solid 1px #d1d1d1;border-bottom:solid 1px #d1d1d1;}
#topic-user-preview .preview-image{font-size:13px;line-height:13px;color:#fff;background-color: #838383;padding:5px;display: inline-block;margin-bottom:1em;}
#topic-user-preview .preview-title{border-bottom:solid 3px #000;padding-bottom:10px;font-size:32px;font-weight:bold;}
#topic-user-preview .preview-text{margin: 10px 20px;line-height:1.8;}

.comment-caution{display: table;width:100%;margin-top:10px;}
.comment-caution .attention{display: table-cell;vertical-align: top;width:70%;}
.comment-caution .attention ul li{font-size:16px;color:#666;}
.comment-caution .login{display: table-cell;vertical-align: top;}
.comment-caution .login .login-btn{float: right;display: block;margin-bottom: 10px;}
.comment-caution .login .login-btn a{color: #233b71;background-position: -226px -1570px;padding-left:30px;}
.comment-caution .login .post-comment{background-color: #233b71;color:#fff;text-align: center;cursor: pointer;display: block;border-radius: 4px;padding:10px 20px;clear: right;}
.comment-caution .login .post-comment:hover{background-color:#b3bfd5 ;color:#fff;text-align: center;cursor: pointer;display: block;border-radius: 4px;padding:10px 20px;clear: right;}
.comment-caution.topic .login .post-comment{background-color: #b30000;color:#fff;text-align: center;cursor: pointer;display: block;border-radius: 4px;padding:10px 20px;clear: right;}
.comment-caution.topic .login .post-comment:hover{background-color: #fccfcc;color:#fff;text-align: center;cursor: pointer;display: block;border-radius: 4px;padding:10px 20px;clear: right;}

/* .member-comment{display: table;width:100%;margin-bottom:50px;} */
#feedbacks{margin-bottom:40px;}
#feedbacks .member-comment{background: url("/common/images/v1/common/border-gray-double.png") repeat-x scroll center top transparent;padding-top: 20px;}
.member-comment .icon,.member-comment .comment-text{display: table-cell;vertical-align: top;}
.member-comment .icon span{width:50px;height:50px;display:block;border-radius: 4px;font-family: 'Montserrat', sans-serif;color:#fff;font-size:32px;text-align: center;line-height:50px;font-weight: 700;}
.member-comment .icon span.blue{background-color: #233b71;}
.member-comment .icon span.green{background-color: #80b899;}
.member-comment .icon span.red{background-color: #b30000;}
.member-comment .icon span.gray{background-color: #838383;}
.member-comment .comment-text{padding-left:15px;}
.member-comment .comment-text .comment-header{font-size:12px;color:#666;margin-bottom:15px;}
.member-comment .comment-text .comment-header .date{margin-left:10px;}
#feedbacks .member-comment .comment-text.topic a.commentmore{color: #B30000;display: inline-block;float: right;background: url("/common/images/v1/common/arrow-down-red.png") no-repeat scroll 5px 7px / 12px 10px transparent;padding: 3px 5px 3px 20px;border: 1px solid #B30000;border-radius: 4px;font-size: 13px;}
.member-comment .comment-text .comment-header .article-title{display:block;font-size:16px;color:#666;margin-bottom:4px;}
/* 20150717追加 */
#feedbacks .member-comment .comment-text .comment-header .article-title{font-size:20px;}
.member-comment .comment-text .comment-header .name{display:inline-block;font-size:14px;color:#666;}
.member-comment .comment-text .comment-header .date{display:inline-block;font-size:14px;color:#666;}
.more-comments{float:right;color: #233b71;background: url(/common/images/v1/common/arrow-down.png) no-repeat left;background-size: 12px 10px;-webkit-background-size: 12px 10px;-moz-background-size: 12px 10px;font-size:13px;padding-left:15px;cursor: pointer;}
#article-end #feed-comment #feedbacks a#more-comments{background-color: #233B71;color:#fff;border-radius: 4px;padding: 10px 20px;width: 30%;display: block;text-align: center;}
#article-end #feed-comment #feedbacks a#more-comments:hover{background-color: #B3BFD5;color:#fff;border-radius: 4px;padding: 10px 20px;width: 30%;display: block;text-align: center;}

#feedbacks .member-comment .comment-text a.commentmore {
    color: #233B71;
    display: inline-block;
    float: right;
    background: url("/common/images/v1/common/arrow-down.png") no-repeat scroll 5px 7px / 12px 10px transparent;
    padding: 3px 5px 3px 20px;
    border: 1px solid #233B71;
    border-radius: 4px;
    font-size: 13px;
}

/* 無料記事 */
#free-articles {margin-bottom: 100px;}
#free-articles .main-heading{background: url(/common/images/v1/common/heading-w-green.png) no-repeat bottom;}
#free-articles .main-heading .more {font-size: 16px;}
#free-articles .main-heading .more a {background-position: 70px -312px;padding:3px 20px 0 0;}
#article-body #free-articles .main-heading .more a {text-decoration:none;}
#article-body #free-articles .main-heading a {text-decoration:none;}
#article-body #free-articles .list-articles ul.basic li a{text-decoration:none;}
#article-body .backtotop a,#article-end .backtotop a,#free-articles .backtotop a  {
  text-decoration: none;
  font-size: 18px;
  float:right;
  background-position: 130px -310px;
  padding: 3px 20px 0px 0px;
  margin-top:32px;
}
#free-articles .related-articles .list-articles.thumb{overflow: hidden;}

/* article-end #free-articles {margin-bottom: 0;} */

/* 20171222 */
#article-end #free-articles .related-articles .main-heading {
  margin-bottom: 5px;
}
#article-end #free-articles .related-articles .list-articles.thumb {
  padding: 8px 0;
  background-color: #d8e9e1;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic {
  padding-left:10px;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic li.wd228 {
  background-color: #fff;
  padding: 8px;
  margin-right: 8.1px;
  min-height: 234px;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic li.wd228 .title {
  font-size: 15px;
  font-weight:bold;
  padding: 0 3px;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic li.wd228 .author {
  font-size: 13px;
  display:block;
  padding: 0 3px;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic li.wd228 .date {
  font-size: 13px;
  padding: 0 3px;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic li.wd228 .icon {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  width: 228px;
  height: 128px;
  overflow: hidden;
}

#article-end #free-articles .related-articles .list-articles.thumb ul.basic li .comment a {
    background-position: -230px -1572px;
    padding-left: 25px;
    display: inline-block;
    font-size: 13px;
}
#article-end #free-articles .related-articles .list-articles.thumb ul.basic li .comment {
  padding-left: 0px;
}

/* 執筆者プロフィール */
#article-author-info .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;}
#article-author-info .author-data{overflow: hidden;padding:0 10px;}
#article-author-info .author-data .photo{width:60px;float:left;padding-right:20px;}
#article-author-info .author-data .photo img{width:60px;height:60px;border-radius: 60px;}
#article-author-info .author-data .text{float: left;font-size:14px;width:668px;}
#article-author-info .author-data .text .name{display: block;margin:6px 20px 10px 0;float:left;font-size:16px;}
#article-author-info .main-heading.noline{background: none;}
/* 20170110 */
#article-author-info .author-books{margin: 20px 0 0 90px;}
#article-author-info .author-books ul li{
  float: left;
  margin-right: 21px;
  max-width: 116px;
}
#article-author-info .author-books ul li a img{width: 100%;}

#article-author-info .author-books:after{content:" ";clear:both;display:block;}
/* 20170306 */
#article-author-info .author-data .text .profile{display: block;clear:both;}
#article-author-info .author-data .text ul.sns {height:40px;}
#article-author-info .author-data .text ul.sns li{float:left;margin-right:15px;}

#article-author-info .author-data .text ul.sns li.fb a {
  background-position: 8px -1253px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #4c5f88;
}

/* 20171225 */
/* 記事下ランキング */
#article-end #ranking {display:block;}
#article-end #ranking .main-heading {
    background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;
}
#article-end #ranking .ranking-list-articles-end ul {width:49%;}
#article-end #ranking .ranking-list-articles-end ul:first-child {float:left;}
#article-end #ranking .ranking-list-articles-end ul:last-child {float:right;}
#article-end #ranking .ranking-list-articles-end ul li {
  display: table;
  width: 100%;
  height: 52px;
  border-bottom: 1px dotted #000;
  overflow: hidden;
  padding: 2px 0px;
}
#article-end #ranking .ranking-list-articles-end ul li .rank {
    font-size: 22px;
    /* float: left; */
    float: none !important;
    font-family: "Anton",sans-serif;
    width: 8%;
    text-align: center;
    display:table-cell;
    color:#000000;
    vertical-align: middle;
}
#article-end #ranking .ranking-list-articles-end ul li a {
    /* float: left; */
    float: none !important;
    width: 92%;
  display:table-cell;
  vertical-align: middle;
}
#article-end #ranking .ranking-list-articles-end ul li a .title .rock{display: inline-block;}
#article-end #ranking .ranking-list-articles-end ul li a .title .rock img{
    height: 15px;
    display: block;
}
#article-end #ranking .ranking-list-articles-end .title {
    color: #000;
    font-size: 14px;
}
#article-end #ranking .main-heading .more {
    font-size: 16px;
}
#article-end #ranking .main-heading .more a {
    background-position: 70px -312px;
    padding: 3px 20px 0 0;
}

/* 20171225 */
/* 記事下最新記事 */
#article-end #latest {display:block;}
#article-end #latest .main-heading {
    background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;
}
#article-end #latest .main-heading .more {
    font-size: 16px;
}
#article-end #latest .main-heading .more a {
    background-position: 70px -312px;
    padding: 3px 20px 0 0;
}
#article-end #latest .latest-articles-wrap .list-articles.left {
  margin-left:0;
}
/* 20171225 */
/* 記事下クローズアップ */
#article-end #top-column-list .list-articles.thumb ul.basic li .specialicon {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    width: 182px;
    overflow: hidden;
    height:auto;
}
#article-end #top-column-list .list-articles.thumb ul.basic li {
    margin-right: 13px;
    margin-bottom: 0;
}
#article-end #top-column-list .list-articles.thumb ul.basic li:nth-child(3n+1) {
    clear: none;
}
#article-end #top-column-list .list-articles.thumb ul.basic li:nth-child(3n) {
    margin-right: 13px;
}
/* 記事下専門家の部屋 */
#article-end #top-expert-list .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;overflow: hidden;}
#article-end #top-expert-list .main-heading .more {font-size:16px;}
#article-end #top-expert-list .main-heading .more a {background-position: 38px -312px;padding: 3px 20px 0 0;}
#article-end #top-expert-list .expert-list-articles {display: inline-block;background-color: #ececec;width:100%;}
#article-end #top-expert-list .expert-list-articles .slick-prev{top: 274px;left:0;height: 25px;}
#article-end #top-expert-list .expert-list-articles .slick-prev::before{left: 8px;}
#article-end #top-expert-list .expert-list-articles .slick-next{top: 274px;right: 0;height: 25px;}
#article-end #top-expert-list .expert-list-articles .slick-next::before{left: 4px;}
#article-end #top-expert-list .expert-list-articles ul {margin:16px 3px;width: 374px;}
#article-end #top-expert-list .expert-list-articles ul li{width: 100%;margin-bottom: 12px;margin-left: 8px;min-height: 124px;}
/* #article-end #top-expert-list .expert-list-articles ul li{width: 48%;margin-bottom: 12px;float:left;margin-left: 8px;min-height: 124px;} */
#article-end #top-expert-list .expert-list-articles ul li .expert-title{
  display: block;
  background-color: #ffffff;
  margin-bottom: 6px;
  padding: 6px 4px 4px 6px;
  color:#233b71;
  font-size:16px;
  border: solid 2px #d1d1d1;
  width: 358px;
}
#article-end #top-expert-list .expert-list-articles ul li .expert-title a{color:#233b71;font-weight:bold;}
#article-end #top-expert-list .expert-list-articles ul li > a {display: table;margin-left: 3px;}
#article-end #top-expert-list .expert-list-articles ul li a .left-content{display:table-cell;vertical-align: top;width:33%;}
#article-end #top-expert-list .expert-list-articles ul li a .right-content{display:table-cell;vertical-align: top;width:65%;font-weight:bold;}
#article-end #top-expert-list .expert-list-articles ul li a .left-content .icon{height:67px;overflow: hidden;width:120px;}
#article-end #top-expert-list .expert-list-articles ul li a .left-content .icon img{width:120px;}
#article-end #top-expert-list .expert-list-articles ul li a .right-content .title{font-size:14px;line-height: 1.1;}
#article-end #top-expert-list .expert-list-articles ul li a .right-content .author{display: block;font-size:13px;}
#article-end #top-expert-list .expert-list-articles ul li a .right-content .date{display: block;font-size:13px;}
/* 20180316 */
#article-end #top-expert-list .expert-list-articles ul li a .right-content .title .rock{display: inline-block;}
#article-end #top-expert-list .expert-list-articles ul li a .right-content .title .rock img{
    height: 15px;
    display: block;
}

/* 執筆者最新記事 */
#author-articles .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;}
#author-articles .main-heading .more{font-size:16px;}
#author-articles .main-heading .more a {background-position: 70px -312px;padding:3px 20px 0 0;}

/* 関連記事系 */
.related-articles a{color: #000;}
.related-articles a:visited{color:#777;}
.related-articles .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;}
.related-articles .main-heading .more {font-size: 16px;}
.related-articles .main-heading .more a {background-position: 70px -312px;padding:3px 20px 0 0;}

/* -------------------------------------------------
一覧ページ
/---------------------------------------------------- */
/* 一覧系メニュー */
#category-common-menu{overflow: hidden;margin-bottom:60px;border-bottom:solid 2px #223b71;position: relative;}
#category-common-menu.topic{overflow: hidden;margin-bottom:60px;border-bottom:solid 2px #b30000;position: relative;}
#category-common-menu ul.article li{float:left;margin-right:1px;}
#category-common-menu ul.article li a{display: block;background-color:#d1d1d1;text-align: center;font-size:18px;padding:10px 20px;border-radius: 4px 4px 0 0;}
#category-common-menu ul.article li a:hover,#category-common-menu ul.article li.current a{text-decoration: none;background-color: #223B71;color: #fff;}
#category-common-menu ul.article li:nth-child(3){position: absolute;bottom:0;right:0;}
#category-common-menu ul.article li:nth-child(3) a{background-color: #3b5ba1;color:#fff;text-align: center;padding:5px 10px;display: block;}
#category-common-menu ul.article li:nth-child(3) a:hover{text-decoration: none;background-color: #000;}
#category-common-menu ul.article li:nth-child(4){position: absolute;bottom:0;right:0;}
#category-common-menu ul.article li:nth-child(4) a{background-color: #3b5ba1;color:#fff;text-align: center;padding:5px 10px;display: block;}
#category-common-menu ul.article li:nth-child(4) a:hover{text-decoration: none;background-color: #000;}
#category-common-menu ul.article li.current{display: block;text-decoration: none;background-color: #223B71;color: #fff;text-align: center;font-size:18px;padding:0px 10px;border-radius: 4px 4px 0 0;}
#category-common-menu ul.article.topic li:nth-child(2) a:hover{text-decoration: none;background-color: #b30000;color: #fff;}
#category-common-menu ul.article.topic li:nth-child(2).current{text-decoration: none;background-color: #b30000;color: #fff;display: block;text-align: center;font-size:18px;padding:10px 20px;border-radius: 4px 4px 0 0;}
#category-common-menu ul.article.topic li.current{display: block;text-decoration: none;background-color: #223B71;color: #fff;text-align: center;font-size:18px;padding:10px 20px;border-radius: 4px 4px 0 0;}

/* 北極冒険家メニュー */
#arctic-menu{overflow: hidden;margin-top:40px;border-bottom:solid 2px #223b71;position: relative;}
#arctic-menu.topic{overflow: hidden;margin-bottom:60px;border-bottom:solid 2px #b30000;position: relative;}
#arctic-menu ul.arctic-article li{float:left;margin-right:1px;}
#arctic-menu ul.arctic-article li a{
  display: block;
  background-color:#d1d1d1;
  text-align: center;
  font-size:18px;
  padding:6px 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
#arctic-menu ul.arctic-article li.current{
  display: block;
  text-decoration: none;
  background-color: #223B71;
  color: #fff;
  text-align: center;
  font-size:18px;
  padding:0px 10px;
  border-radius: 4px 4px 0 0;
}
#arctic-menu ul.arctic-article li.current a {
    display: block;
    text-decoration: none;
    background-color: #223B71;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}
.pagination.arctic {
    margin: 0 auto 20px;
    text-align: center;
    padding: 15px 0;
}
.pagination.arctic .prev {
    display: inline-block;
    margin-right: 25px;
    background: url(/common/images/v1/common/arrow-left.png) no-repeat bottom left;
    background-size: auto;
    background-size: 15px 23px;
    -webkit-background-size: 15px 23px;
    -moz-background-size: 15px 23px;
}
.pagination.arctic .prev a {
    white-space: nowrap;
    text-indent: 18px;
    display: inline-block;
    overflow: visible;
    font-weight: bold;
    color: #233b71;
}
.pagination.arctic .page a {
    border: none;
    display: inline-block;
    font-size: 1.1em;
    width: auto;
    height: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
}
.pagination.arctic .next {
    display: inline-block;
    padding-right: 15px;
    background: url(/common/images/v1/common/arrow-right.png) no-repeat bottom right;
    background-size: auto;
    background-size: 15px 23px;
    -webkit-background-size: 15px 23px;
    -moz-background-size: 15px 23px;
}
.pagination.arctic .next a {
    white-space: nowrap;
    text-indent: 18px;
    display: inline-block;
    overflow: visible;
    font-weight: bold;
    color: #233b71;
}


/* コメントランキングのメニュー 20150616追加 */
#comment-common-menu{overflow: hidden;margin-bottom:16px;border-bottom:solid 2px #223b71;position: relative;}
#comment-common-menu.topic{overflow: hidden;margin-bottom:16px;border-bottom:solid 2px #b30000;position: relative;}
#comment-common-menu ul.article li{float:left;margin-right:1px;}
#comment-common-menu ul.article li a{display: block;background-color:#d1d1d1;text-align: center;font-size:18px;padding:10px 8px;border-radius: 4px 4px 0 0;}
#comment-common-menu ul.article li a:hover,#category-common-menu ul.article li.current a{text-decoration: none;background-color: #223B71;color: #fff;}
#comment-common-menu ul.article li:nth-child(3){position: absolute;bottom:0;right:165px;width:160px;}
#comment-common-menu ul.article li:nth-child(3) a{background-color: #3b5ba1;color:#fff;text-align: center;padding:5px 5px;display: block;font-size:15px;}
#comment-common-menu ul.article li:nth-child(3) a:hover{text-decoration: none;background-color: #000;}
#comment-common-menu ul.article li:nth-child(4){position: absolute;bottom:0;right:0;width:160px;}
#comment-common-menu ul.article li:nth-child(4) a{background-color: #3b5ba1;color:#fff;text-align: center;padding:5px 5px;display: block;font-size:15px;}
#comment-common-menu ul.article li:nth-child(4) a:hover{text-decoration: none;background-color: #000;}
#comment-common-menu ul.article li.current{display: block;text-decoration: none;background-color: #223B71;color: #fff;text-align: center;font-size:18px;padding:0px 10px;border-radius: 4px 4px 0 0;}
#comment-common-menu ul.article.topic li:nth-child(2) a:hover{text-decoration: none;background-color: #b30000;color: #fff;}
#comment-common-menu ul.article.topic li:nth-child(2).current{text-decoration: none;background-color: #b30000;color: #fff;display: block;text-align: center;font-size:18px;padding:10px 8px;border-radius: 4px 4px 0 0;}
#comment-common-menu ul.article.topic li.current{display: block;text-decoration: none;background-color: #223B71;color: #fff;text-align: center;font-size:18px;padding:10px 8px;border-radius: 4px 4px 0 0;}


/*
#category-common-menu ul.column li a{background-color: #3b5ba1;color:#fff;text-align: center;padding:5px 10px;display: block;}
#category-common-menu ul.column li a:hover{text-decoration: none;background-color: #000;}
#category-common-menu ul.column{position: absolute;bottom:0;right:0;}
*/

.article-list-header h2{font-weight: normal;font-size:36px;color:#233b71;margin-bottom:50px;text-align: center;}
.article-list-header h1{font-weight: normal;font-size:36px;color:#233b71;margin-bottom:10px;text-align: center;}
.article-list-header.closeup{border-top:solid 2px #233b71;padding-top:5px;}
.article-list-header.closeup h2{text-align: left;background-position: -219px -845px;padding-left:40px;font-size:24px;font-style: italic;font-weight: bold;}

/* 20190403 */
#main-column .arctic-header{width:768px;}
#main-column .arctic-header .arctic-summary{font-size: 15px;margin-bottom:10px;}
#main-column .arctic-header img{width:100%;}

.search h2{font-weight: normal;font-size:24px;color:#233b71;margin-bottom:50px;}
/* 20200630 */
.detail-search h2{font-weight: normal;font-size:24px;color:#233b71;margin-bottom:20px;}
.detail-search-form{text-align:center;}
.detail-search-form form{display:inline-block;}
.non-kanban h1,.non-kanban h2{
    background: #203a6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #203a6d 0%, #172749 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#203a6d), color-stop(100%,#172749)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #203a6d 0%,#172749 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #203a6d 0%,#172749 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #203a6d 0%,#172749 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203a6d', endColorstr='#172749',GradientType=0 ); /* IE6-9 */
    color:#fff;
    padding:2px 10px;
}
.article-list-header.experttop span.text{display: table-cell;vertical-align: top;float:left;}
.article-list-header.experttop span.icon {width: 300px;display: table-cell;vertical-align: top;text-align: center;overflow: hidden;float:right;}
.article-list-header.experttop h2{font-weight: normal;font-size:30px;color:#fff;margin-bottom:5px;text-align: center;}
.article-list-header.experttop{margin-bottom: 15px;}
.article-list-header.experttop .summary{margin:0px 0 15px 0;padding:0 0 0 10px;}
.article-list-header.experttop .manager{float:right;}

.non-kanban-column h2{
    background: #203a6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #203a6d 0%, #172749 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#203a6d), color-stop(100%,#172749)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #203a6d 0%,#172749 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #203a6d 0%,#172749 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #203a6d 0%,#172749 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203a6d', endColorstr='#172749',GradientType=0 ); /* IE6-9 */
    color:#fff;
    padding:3px 10px;
}
.article-list-header .summary{margin:0px 0 40px 0;padding:0 20px;}
.article-list-header .closeup-summary{margin:5px 0 40px 0;padding:0 20px;}

.article-header-list{margin-bottom: 50px;}
.article-header-list ul{overflow: hidden;}
.article-header-list ul li:nth-child(odd){margin-right:16px;}
.article-header-list ul li a:hover{text-decoration: none;}
.article-header-list ul li .icon{display: block;margin-bottom: 15px;width:376px;height:212px;overflow:hidden;text-align: center;}
.article-header-list ul li .icon img{display: block;width: 100%;height: auto;}
.article-header-list ul li .text .column{display: block;font-size:15px;}
.article-header-list ul li .text .title{display: block;font-size:20px;font-weight: bold;}
.article-header-list ul li .text a:visited .title{color:#777;}
.article-header-list ul li .text .title .free{color:#fff;background-color: #7fba6a;padding:0 3px;border-radius: 3px;font-weight:normal;font-size:14px;margin-left:10px;}
.article-header-list ul li .article-bottom{overflow: hidden;margin-top:10px;}
.article-header-list ul li .photo{float:left;width:60px;margin-right:10px;}
.article-header-list ul li .photo img{width: 60px;height:60px;border-radius: 60px;}
.article-header-list ul li .article-info{float:left;width:306px;}
.article-header-list ul li .article-info .author,.article-header-list ul li .article-info .date,.article-header-list ul li .article-info .comment{font-size:14px;}
.article-header-list ul li .article-info .date,.article-header-list ul li .article-info .comment{margin-left:10px;}
.article-header-list ul li .article-info .comment a{background-position:0 -1487px;display: inline-block;padding-left:20px;}
.article-header-list ul li .article-info .tags{display: block;margin-top:10px;}
.article-header-list ul li .article-info .subcate span a{display: inline-block;font-size:12px;background-color: #3b5ba1;color:#fff;padding:2px 4px;border-radius: 3px;font-weight: normal;margin-right: 2px;}
.article-header-list ul li .article-info .area span a{display: inline-block;font-size:12px;background-color: #b3bfd5;color:#fff;padding:2px 4px;border-radius: 3px;font-weight: normal;margin-right: 2px;}
.article-header-list ul li .article-info .expert a{font-size:12px;background-color: #233b71;color:#fff;padding:2px 4px;border-radius: 5px;font-weight: normal;margin-right: 2px;}
.article-header-list ul li .article-info .keywords span a{font-size:12px;background-color: #b3bfd5;color:#fff;padding:3px 5px;border-radius: 3px;font-weight: bold;margin-right: 2px;}

.article-header-list.archive ul li{margin-bottom:60px;}
.article-header-list.archive ul li h5{border-bottom:1px solid #233b71;color:#223b71;font-size:1.8em;}
.article-header-list.archive ul li .month{margin:.5em 0;font-size:1.3em;display: inline-block;}
.article-header-list.archive ul li .month span{padding:0 8px;}
.article-header-list.archive ul li .month span a{text-decoration: underline;}
.article-header-list.archive ul li .month span a:hover{text-decoration: none;}
/* 20180312 */
.article-header-list ul li.wd376 a .text .title .rock{display: inline-block;}
.article-header-list ul li.wd376 a .text .title .rock img{
    height: 15px;
    margin-top: -3px;
    display: block;
}

.article-list-header.expert{overflow: hidden;border-bottom:solid 1px #d1d1d1;margin-bottom:1em;padding-bottom:1em;}
.article-list-header.expert .icon{float: right;}
.article-list-header.expert .icon img{width:250px;}
.article-list-header.expert .expert-title{float: left;width:500px;}
.article-list-header.expert .expert-title h2{text-align: left;margin-bottom: 20px;}
.article-list-header.expert .expert-title .summary{margin:0;padding:0;}
.article-index-list{clear:both;padding-top:15px;}
#series-column{border-bottom: dotted 1px #000;margin-bottom:60px;}


/* -------------------------------------------------
ページネーション
---------------------------------------------------- */
.pagination{overflow: hidden;margin-top:20px;text-align: center;padding: 15px 0;}
/*.pagination a{display: block;width:60px;height:40px;text-indent: 100%;overflow: hidden;white-space: nowrap;}*/
/*.pagination a:hover{text-decoration: none;}*/
.pagination .firstpage{float: left;background:url(/common/images/v1/common/arrow-leftx2.png) no-repeat bottom center;;background-size: 23px 23px;-webkit-background-size: 23px 23px;-moz-background-size: 23px 23px;width:23px;}
.pagination .prev{display: inline-block;margin-right:10px;background:url(/common/images/v1/common/arrow-left.png) no-repeat bottom center;;background-size: 15px 23px;-webkit-background-size: 15px 23px;-moz-background-size: 15px 23px;}
.pagination .lastpage{float: right;background:url(/common/images/v1/common/arrow-rightx2.png) no-repeat bottom center;;background-size: 23px 23px;-webkit-background-size: 23px 23px;-moz-background-size: 23px 23px;width:23px;}
.pagination .next{display: inline-block;margin-left:10px;background:url(/common/images/v1/common/arrow-right.png) no-repeat bottom center;background-size: 15px 23px;-webkit-background-size: 15px 23px;-moz-background-size: 15px 23px;}
.pagination .page-num{color: #233b71;font-size:18px;font-weight: bold;display: inline-block;line-height: 40px;}
.pagination .page a {display: inline-block;font-size: 1em;border: 1px solid #233b71;color: #233b71;width: 32px;height: 28px;line-height: 30px;}
.pagination .page a:hover{text-decoration: none;background-color: #233b71;color: #FFF;}
.pagination .current {display: inline-block;font-size: 1em;border: 1px solid #233b71;background-color: #233b71;color: #FFF;width: 32px;height: 28px;line-height: 30px;}
.pagination .next a,
.pagination .prev a,
.pagination .lastpage a,
.pagination .firstpage a{white-space: nowrap;text-indent: 100%;overflow: hidden;display: inline-block;}
/* 20180330 */
#trump-article-body #article-body{margin-bottom: 0px;}
#trump-article-body #article-body article{margin-bottom: 10px;}
#trump-article-body .pagination{margin:0 auto 20px;}
#trump-article-body .pagination .prev{
  display: inline-block;
  margin-right:25px;
  background:url(/common/images/v1/common/arrow-left.png) no-repeat bottom left;
  background-size: 15px 23px;
  -webkit-background-size: 15px 23px;
  -moz-background-size: 15px 23px;
  }
#trump-article-body .pagination .prev a{
  white-space: nowrap;
  text-indent: 18px;
  display: inline-block;
  overflow: visible;
  font-weight:bold;
  color:#233b71;
}
#trump-article-body .pagination .page a {
  border:none;
  display: inline-block;
  font-size: 1.1em;
  width: auto;
  height: 28px;
  line-height: 30px;
  font-weight:bold;
  color:#000;
}
#trump-article-body .pagination .page a:hover {
  background-color: #fff;
  text-decoration: underline;
}
#trump-article-body .pagination .next{
  display: inline-block;
  padding-right: 15px;
  background:url(/common/images/v1/common/arrow-right.png) no-repeat bottom right;
  background-size: 15px 23px;
  -webkit-background-size: 15px 23px;
  -moz-background-size: 15px 23px;
}
#trump-article-body .pagination .next a{
  white-space: nowrap;
  text-indent: 18px;
  display: inline-block;
  overflow: visible;
  font-weight:bold;
  color:#233b71;
}


/* -------------------------------------------------
そう思う、思わない
---------------------------------------------------- */
#topic_comment{margin-bottom:60px;}
.comment-body{margin-bottom: 10px;overflow: hidden;word-wrap:break-word;}
/* chrome対応 */
@media all and (-webkit-min-device-pixel-ratio:0) {
  .comment-body {
    word-break:break-all;
  }
}
/* .comment-bottom{overflow: hidden;} */
.comment-bottom .recommend,
.comment-bottom .no-recommend{display: block;float: left;position:relative;}
.comment-bottom .recommend{margin-right:25px;}
.comment-bottom .no-recommend{margin-top: 10px;margin-right: 15px;}
.comment-bottom .recommend a.yes{
    width:30px;
    height: 30px;
    display: inline-block;
    background-position: 0 -1820px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.comment-bottom .no-recommend a.no{
    width:30px;
    height: 30px;
    display: inline-block;
    background-position: 0 -1875px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.comment-bottom .recommend .num,
.comment-bottom .no-recommend .num{
    padding-left: 4px;
    background:url(/common/images/v1/common/fukidashi.png) no-repeat left;
    background-size: 4px 30px;
    -moz-background-size: 4px 30px;
    -webkit-background-size: 4px 30px;
    position: absolute;
    left:25px;
    font-size:12px;
}
.comment-bottom .recommend .num{top:13px;}
.comment-bottom .no-recommend .num{top:3px;}
.comment-bottom .recommend .num span,
.comment-bottom .no-recommend .num span{border-top:solid 1px #d1d1d1;border-right:solid 1px #d1d1d1;border-bottom:solid 1px #d1d1d1;border-radius: 2px;padding:1px 5px;font-size: 12px;line-height: 12px;}
#topic_comment .comment-text a.commentmore{
    color:#b30000;
    display: inline-block;
    float:right;
    background: url(/common/images/v1/common/arrow-down-red.png) no-repeat scroll 5px 7px / 12px 10px transparent;
    -webkit-background-size: 12px 10px;
    -moz-background-size: 12px 10px;
    padding:3px 5px 3px 20px;
    border:solid 1px #b30000;
    border-radius: 4px;
    font-size:13px;
}

/* コメントにつくソーシャルツール */
.comment-bottom .fb,.comment-bottom .tw,.comment-bottom .hatena{
    display: block;
    float:left;
    line-height:1em;
    vertical-align: baseline;
    margin:10px 0 0 15px;
}
.comment-bottom.user-comment{margin-left:10px;overflow: hidden;}

/* -------------------------------------------------
トップページ
---------------------------------------------------- */
#top-header-contents{overflow: hidden;}

/* トップ左の記事ピックアップ */
.top-pickup{width:768px;}
.top-pickup ul {width:100%;}
.top-pickup ul li:first-child{margin-bottom:14px;}
/* #top-header-contents.section.member .top-pickup ul li:first-child{margin-right:16px;margin-bottom:26px;} */
/* #top-header-contents.section.member .top-pickup ul li:nth-child(2n+1){margin-right:16px;margin-bottom:26px;} */
#top-header-contents.section.member .top-pickup ul li{margin:3px 8px 26px;}
.top-pickup ul li{position: relative;}
/* .top-pickup ul li:nth-child(2n+1){clear: both;} */
.top-pickup ul li:nth-child(2n+1){clear: none;}
.top-pickup ul li a{color: #fff;}
.top-pickup ul li .icon{text-align: center;width:376px;height:212px;}
.top-pickup ul li .related-info{background-color:rgba(0,0,0,0.55);color: #fff;display: block;padding:10px;position: absolute;bottom:0;left:0;width:356px;}
.top-pickup ul li .related-info-member{background-color:rgba(0,0,0,0.55);color: #fff;display: block;padding:10px;position: absolute;bottom:2px;left:0;width:356px;}
.top-pickup ul li .text{margin-bottom: 5px;display: block;}
.top-pickup ul li .text .column{font-size:13px;display: block;}
.top-pickup ul li .text .title{font-size:18px;font-weight: bold;/* display: block; */}
.top-pickup ul li .text a:visited .title{color:#ccc;}
.top-pickup ul li .author{font-size:13px;margin-right:10px;}
/* 20150421 bold追加 */
.top-pickup ul li .comment a{background-position: -112px -1487px;padding-left:25px;display: inline-block;font-size:13px;font-weight: bold;}
/* 20150421 margin-left追加 */
.top-pickup ul li .date{font-size: 13px;margin-left: 8px;}
/* 20150415追加 */
.top-pickup ul li.wd376 .related-info .free a {
  color: #FFF;
  background-color: #7FBA6A;
  padding: 0px 3px;
  border-radius: 3px;
  font-size:14px;
  display: inline-block;
}
/* 20170522追加 */

/* 20170605 */
.top-pickup ul li .related-info-member.specialtitle .text .title{font-size:30px;font-weight: bold;text-align: center;padding-top: 10px;}
.top-pickup ul li .related-info-member.specialtitle{position: absolute;bottom:64px;}
.top-pickup ul li .icon.specialicon a img{
 opacity:0.3;
}

/* .top-pickup ul li .icon.specialtable a{display:table-cell;vertical-align: middle;} */
/* .top-pickup ul li .icon.specialtable a img{padding:5px;} */
/*
.top-pickup ul li .icon.specialicon{position: relative;}
.top-pickup ul li .icon.specialicon .sptitle{
  position: absolute;
  top:0;
  left:0;
  font-size: 30px;
  font-weight: bold;
  padding: 3px 5px 0
}
.top-pickup ul li .icon.specialicon a img{width:376px;}
.top-pickup ul li .related-info-member{
  background-color:rgba(0,0,0,0.55);
  color: #fff;display: block;
  padding:10px;
  position: absolute;
  bottom:0;
  left:0;
  width:356px;
}
.top-pickup ul li .related-info-member.specialtitle{position: absolute;bottom:64px;width:300px;left:26px;}
*/
/* 20170830 */
.top-pickup ul li{
float:left;
}
/* .top-pickup ul li:nth-child(2n){margin-bottom:14px;margin-left:16px;} */
/* #top-header-contents.member .top-pickup ul li:nth-child(2){margin-left:0;} */

/* 20180312 */
.top-pickup ul li.wd376 .related-info .rock{display: inline-block;}
.top-pickup ul li.wd376 .related-info .rock img{
    height: 15px;
    display: block;
}
.top-pickup.slide ul li.wd376 .icon{position:static;overflow:hidden;}
.top-pickup.slide ul li .related-info-member{bottom:30px;}
.top-pickup ul li.wd376 .icon a img{width:100%; height: auto;}
.top-pickup ul li.wd376 .icon .new{
  background-color: #b30000;
  color:#fff;
  padding:1px 5px;
  margin-right:3px;
  font-size:14px;
  line-height:20px;
  position:absolute;
  top:0;
  left:0;
}


.top-pickup .slick-list { padding-left: 3px; }
.top-pickup ul .slick-prev { left: 3px; }
.top-pickup ul li.wd376 .icon .special{
  position: absolute;
  top: -3px;
  left: -3px;
  width: 70px;
}

#top-column-list ul li.wd248 .icon .new{
  background-color: #b30000;
  color:#fff;
  padding:1px 5px;
  margin-right:3px;
  font-size:12px;
  line-height:18px;
  position:absolute;
  top:0;
  left:0;
}

/* トップ右のforumピックアップ */
.top-forum{width: 376px;}
.top-forum .heading{border-color: #b30000;margin-bottom:10px;}
.top-forum .heading .logo{width:168px;height:32px;display:block;background-position: 0 -230px;text-indent: 100%;overflow: hidden;white-space: nowrap;float: left;}
.top-forum .heading .more a{background-position: 153px -552px;font-size:11px;margin-top:10px;}

.top-forum .forum-list{position: relative;overflow: hidden;padding-bottom:20px;}
.top-forum .forum-list .topic{margin-bottom: 20px;}
.top-forum .forum-list .topic .title{font-size:16px;font-weight: bold;border-bottom: solid 1px #838383;}
.top-forum .forum-list .topic ul{margin:10px;}
.top-forum .forum-list .topic ul li{
    font-size:14px;
    background: url(/common/images/v1/common/arrow-s-right-red.png) no-repeat left;
    background-size: 6px 10px;
    -webkit-background-size: 6px 10px;
    -moz-background-size: 6px 12px;
    padding-left:10px;
    margin-bottom: 5px;
}
.top-forum .forum-list .more{position: absolute;bottom:0;right:0;}
.top-forum .forum-list .more a{
    background: url(/common/images/v1/common/arrow-more-red.png) no-repeat left;
    padding:1px 0 1px 25px;
    font-size: 13px;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
}
/* 20150501追加  */
.top-forum .forum-list .topic .title .new {
    background-color: #B30000;
    color: #FFF;
    padding: 1px 5px;
    margin-right: 3px;
    font-size: 13px;
    line-height: 13px;
    display: block;
    width:30px;
}

/* indepth-personals */
.top-expeart-indepth-personals{
  position: relative;
}
.indepth-title{
  position: absolute;
  display: block;
  color: #fff;
  font-size: 23.5px;
  bottom: 55px;
  left: 30px;
  z-index: 5;
}
.indepth-date{
  position: absolute;
  display: block;
  color: #69abdb;
  font-size: 14px;
  left: 30px;
  bottom: 25px;
}
.indepth-author-name{
  position: absolute;
  display: block;
  color: #69abdb;
  font-size: 16px;
  left: 150px;
  bottom: 25px;
}


/* トップ右の専門家の部屋 */
.top-expeart-closeup{
/*
  width:376px;
  height:212px;
*/
  width:768px;
  height:236px;
  margin-bottom:30px;
  background: url("/common/images/v1/top/valuablebn_pc.jpg") no-repeat center/100%;
  background-color:#d1d1d1;
  }
.top-expeart-closeup a{background: none;}
.top-expeart-closeup .top-expert-display{background-color: #223B71;padding:0 3px;border-radius: 4px;}
.top-expeart-closeup .top-expert-display .heading a,
.top-expeart-closeup .top-expert-display .more a{color:#fff;}
.top-expeart-closeup .top-expert-display .heading{border-style: none;color:#fff;font-size:16px;padding:5px;font-weight: normal;margin-bottom:0;background-position: 125px -1053px;}
.top-expeart-closeup .top-expert-display .more{padding:5px 10px;text-align: right;font-size:13px;background-position: 120px -577px;}
.top-expeart-closeup .top-expert-display .more a{padding-right:15px;display:inline-block;}
.top-expeart-closeup .top-expert-display .map{background-color: #fff;}
.top-expeart-closeup .close-up{/* margin-top: 10px; border:solid 2px #d1d1d1;border-radius: 4px;padding:8px 0;min-height: 212px;*/}
.top-expeart-closeup .close-up .heading{border-style: none;font-weight: bold;font-style: italic;background-position:-219px -848px;padding:0 0 0 35px;margin:4px 10px 12px 10px;position: relative;}
/*
.top-expeart-closeup .close-up .heading{
  border-style: none;
  font-weight: bold;
  font-style: italic;
  background-position:-219px -848px;
  padding:0 0 0 35px;
  margin:0 10px 2px 10px;
  position: relative;
}
*/
.top-expeart-closeup .close-up .heading .more{background-position: 30px -316px;padding-right:20px;position: absolute;right:0;bottom:0;}
.top-expeart-closeup .close-up .close-up-articles{overflow: hidden;margin-top: 16px;padding-bottom: 20px;}
.top-expeart-closeup .close-up .close-up-articles .title{display:block;font-weight: bold;margin-bottom:.5em;font-size:15px;background-color:#ececec;padding:5px 10px;}
.top-expeart-closeup .close-up .topic{float:left;width:150px;margin-left:10px;}
.top-expeart-closeup .close-up .topic .icon img{width:150px;padding-top:5px;}
.top-expeart-closeup .close-up ul{float: left;width:195px;margin-left:15px;}
.top-expeart-closeup .close-up ul li{
    margin-bottom:.5em;
    font-size:0.9em;
    background: url(/common/images/v1/common/arrow-tri-gray.png) no-repeat 0 4px;
    background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    padding-left: 15px;
    /* padding: 8px 0 0; */
}
/* 20170830 */
/* 20150416追加 */
.top-expeart-closeup .close-up .close-up-articles ul li .free a {color: #FFF;background-color: #7FBA6A;padding: 0px 3px;border-radius: 3px;font-size:0.8em;}
/* 20160304追加 */
.top-expeart-closeup .close-up ul.single-article li.single{
    margin-top:12px !important;
    margin-bottom:26px !important;
    margin-right:8px !important;
    font-size:1.4em;
    font-weight: bold;
    opacity: 0.7;
    background:none;
    padding:0 4px;
    line-height: 1.4;
}
.top-expeart-closeup .close-up ul.single-article li.hitokoto{
    margin-bottom:11px !important;
    margin-right:8px !important;
    font-size:1.8em;
    background:none;
    padding-left:0;
    font-weight:bold;
    line-height: 1.4;
    opacity: 0.7;
}
.top-expeart-closeup .close-up ul.single-article{float: right;width:492px;margin-left:6px;}
.top-expeart-closeup .close-up .topic2{float:left;width:230px;padding: 78px 0 0 20px;}
.top-expeart-closeup .close-up .topic2 .icon img{width:100%;}



/* 20170511追加 */
.top-pickup .close-up {
  height:200px;
  width:99%;
    /* margin-top: 10px; */
    border: solid 2px #d1d1d1;
    border-radius: 4px;
    /* padding: 8px 0; */
    padding-top:8px;
}
.top-pickup .close-up .heading {
    border-style: none;
    font-weight: bold;
    font-style: italic;
    background-position: -219px -848px;
    padding: 0 0 0 35px;
    margin: 0 10px .5em 10px;
    position: relative;
}
.top-pickup .close-up .heading {
    border-bottom: solid 4px #d1d1d1;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 10px;
}
.top-pickup .close-up .close-up-articles {
    overflow: hidden;
}
.top-pickup .close-up .topic2 {
  display:inline-block;
    /* float: right; */
    /* width: 150px; */
    /* margin: 0 6px 10px; */
}
/* 20180124
.top-pickup a {
    background: none;
}
*/
.top-pickup .close-up .topic2 a .icon {
  /* text-align:left; */
}
.top-pickup .close-up .topic2 .icon img {
    width: 170px;
}
.top-pickup .close-up .single-article {
  display:inline-block;
    /* float: left; */
    /* width: 100%; */
    /* margin-left: 12px; */
    padding: 0 8px;
}
.top-pickup .close-up .single-article a{
  color:#000;
}
#top-header-contents .top-pickup ul .slick-prev{top: 200px;height: 30px !important;}
#top-header-contents .top-pickup ul .slick-next{top: 200px;height: 30px !important;}


/* #sub-column .close-up{overflow: hidden;border:solid 2px #d1d1d1;border-radius: 4px;padding: 8px 0 4px;} */
/* #sub-column .close-up .heading{font-weight: bold;font-style: italic;font-size:1.1em;border-style: none;margin: 0 10px 2px 10px;} */
#sub-column .close-up{
  overflow: hidden;
/*
  border:solid 2px #d1d1d1;
  border-radius: 4px;
*/
  width:376px;
  height: 212px;
  background: url("/common/images/v1/common/valuablebacknumber.png") no-repeat;
}
#sub-column .close-up .heading{font-weight: bold;font-style: italic;font-size:1.1em;border-style: none;margin:.5em 10px;}

#sub-column .close-up .heading .eye{display: inline-block;background-position: -219px -850px;padding-left:40px;}
#sub-column .close-up .heading .more a{background-position: 30px -312px;padding-top:5px;}
#sub-column .close-up .close-up-articles{
  overflow: hidden;
  margin-top: 82px;
  padding-bottom: 20px;
}
#sub-column .close-up .close-up-articles .title{display:block;font-weight: bold;margin-bottom:.5em;font-size:15px;background-color:#ececec;padding:5px 10px;}
#sub-column .close-up .topic{float:left;width:150px;margin-left:10px;}
#sub-column .close-up .topic .icon img{width:150px;padding-top:5px;}
#sub-column .close-up ul{float: left;width:195px;margin-left:15px;}
#sub-column .close-up ul li{
    margin-bottom:.5em;
    font-size:0.9em;
    background: url(/common/images/v1/common/arrow-tri-gray.png) no-repeat 0 4px;
    background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    padding-left: 15px;
}
#sub-column .close-up ul.single-article li.single{
    margin-bottom:.5em;
    font-size:0.9em;
    background:none;
    padding-left:0;
    padding-right: 4px;
}
#sub-column .close-up ul.single-article li.hitokoto{
    margin-bottom:.5em;
    font-size:1.1em;
    background:none;
    padding-left:0;
    padding-right: 4px;
    font-weight:bold;
}

#sub-column .close-up ul.single-article{float: left;width:196px;margin-left:12px;}
#sub-column .close-up .topic2{float:left;width:150px;margin: 0 4px 10px 8px;}
#sub-column .close-up .topic2 a .icon {max-height:126px;overflow: hidden;}
#sub-column .close-up .topic2 .icon img{width:150px;}
#sub-column .close-up .close-up-articles ul li .free a {
    color: #FFF;
    background-color: #7FBA6A;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 0.8em;
}
/* 20200615 */
#sub-column .subcolumn-special ul li span a img{width:188px;}

/* トップコメント一覧 */
#top-comment-list .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;}
#top-comment-list .comment-list ul{overflow: hidden;}
#top-comment-list .comment-list ul li{margin-right: 8px;}
#top-comment-list .comment-list ul li:nth-child(4n){margin-right: 0;}
#top-comment-list .comment-list ul li a{position: relative;display: block;}
#top-comment-list .comment-list ul li .num{background-position: -201px -1118px;width:48px ;height:42px;position: absolute;top:10px;right:10px;display: block;text-align: center;line-height:35px;z-index: 100;font-weight: bold;}
#top-comment-list .comment-list ul li .title{background-color: #000;padding:5px;color:#fff;display: block;height:44px;font-size: 16px;}
#top-comment-list .comment-list ul li .text{font-size:13px;color:#666;margin:5px 7px;}
#top-comment-list .comment-list ul li .icon{text-align: center;width:186px;height:105px;overflow: hidden;}
#top-comment-list .main-heading .more a {background-position: 120px -314px;padding-top: 2px;}

/* トップ記事一覧 */
#top-column-list .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;overflow: hidden;}
#top-column-list .main-heading.member{background: none;}
#top-column-list .main-heading .more a{background-position: 128px -313px;font-size: 18px;}
#top-column-list ul{overflow: hidden;}
#top-column-list ul li{margin:0 12px 30px 0;}
#top-column-list ul li:nth-child(3n){margin-right: 0;}
#top-column-list ul li:nth-child(3n+1){clear: left;}
#top-column-list ul li .text{display: block;}
#top-column-list ul li .column{color:#838383;font-weight: bold;display: block;}
#top-column-list ul li .title{font-size:16px;font-weight: bold;margin-bottom:.5em;display: block;}
#top-column-list ul li .author{font-size:13px;}
/* 20150415修正 */
#top-column-list ul li .date{font-size:13px;margin-left: 8px;}
#top-column-list ul li .comment{padding-left:0;}
#top-column-list ul li .comment a{background-position: -230px -1572px;padding-left:25px;display: inline-block;font-size:13px;}
#top-column-list .list-articles ul.basic li.wd248 .comment a{margin-left:0px;padding-left:22px;}
#top-column-list .list-articles ul.basic li.wd248 .date{margin-left:4px;}

/* 20180312 */
#top-column-list.nonmember .list-articles ul li .rock img{height: 15px;display: block;}
/* 20180330 */
#top-column-list .list-articles ul.basic li.wd248{padding:0;}
#top-column-list .list-articles ul li .rock img{height: 15px;display: block;}

/* 20200615 */
#top-column-list-middle-special ul.basic li{float: left;}
#top-column-list-middle-special ul.basic li:nth-child(3n+1){clear: none;}
#top-column-list-middle-special ul.basic li{margin: 0 12px 0 0;}
#top-column-list-middle-special .list-articles .slick-prev{top: 40%;}
#top-column-list-middle-special .list-articles .slick-next{top: 40%;}

#top-column-list-middle ul{overflow: hidden;}
#top-column-list-middle ul li{margin:72px 12px 4px 0;}
#top-column-list-middle ul li.wd248{padding:0;}
#top-column-list-middle ul li.wd248.trump{background: url(/common/images/v1/common/trump_pc_top0910.jpg) no-repeat center top;min-height:234px;margin-right: 0px;}
#top-column-list-middle ul li.wd248.trump .text a .title{
  color:#fff;
  margin-top: 114px;
  padding: 0 10px;
  line-height: 28px;
  width:228px;
}
#top-column-list-middle ul li.wd248.trump .date{color:#fff;}
#top-column-list-middle ul li.wd248.trump .author a{color:#fff;padding-left:10px;}

/* 20200615 */
#top-column-list-under {clear: both;}
#top-column-list-under ul{overflow: hidden;}
#top-column-list-under ul li{margin:0 12px 30px 0;}
#top-column-list-under ul li:nth-child(3n){margin-right: 0;}
#top-column-list-under ul li:nth-child(3n+1){clear: left;}
#top-column-list-under ul li .text{display: block;}
#top-column-list-under ul li .column{color:#838383;font-weight: bold;display: block;}
#top-column-list-under ul li .title{font-size:16px;font-weight: bold;margin-bottom:.5em;display: block;}
#top-column-list-under ul li .author{font-size:13px;}
#top-column-list-under ul li .date{font-size:13px;margin-left: 8px;}
#top-column-list-under .list-articles ul.basic li.wd248 .date{margin-left:4px;}
#top-column-list-under.nonmember .list-articles ul li .rock img{height: 15px;display: block;}
#top-column-list-under .list-articles ul.basic li.wd248{padding:0;}
#top-column-list-under .list-articles ul li .rock img{height: 15px;display: block;}
#top-column-list-under .main-heading .more a {background-position: 130px -314px;font-size:18px;padding-right: 22px;}

/* トップ専門家の部屋 */
#top-expert-room .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;}
#top-expert-room .main-heading .more a {background-position: 120px -316px;}
#top-expert-room .map{
    background: url(/common/images/v1/common/map.png) no-repeat;
    background-size: 768px 400px;
    -moz-background-size: 768px 400px;
    -webkit-background-size: 768px 400px;
    width:768px;
    height: 400px;
    display: block;
    position: relative;
    z-index: 1;
}
#top-expert-room .map .unitedstates{position: absolute;top:140px;left:92px;}
#top-expert-room .map .latinamerica{position: absolute;top:300px;left:183px;}
#top-expert-room .map .europe{position: absolute;top:100px;left:300px;}
#top-expert-room .map .russia{position: absolute;top:70px;left:500px;}
#top-expert-room .map .meast{position: absolute;top:130px;left:450px;}
#top-expert-room .map .africa{position: absolute;top:230px;left:330px;}
#top-expert-room .map .china{position: absolute;top:100px;left:580px;}
#top-expert-room .map .korea{position: absolute;top:145px;left:600px;}
#top-expert-room .map .india{position: absolute;top:190px;left:480px;}
#top-expert-room .map .seasia{position: absolute;top:230px;left:550px;}
#top-expert-room .map .mric{position: absolute;top:344px;left:0px;}
#top-expert-room .map .internationalorg{position: absolute;top:344px;left:304px;}
#top-expert-room .map .intelligence{position: absolute;top:386px;left:10px;}
#top-expert-room .map .diplomacy{position: absolute;top:386px;left:304px;}
#top-expert-room .map .security{position: absolute;top:386px;left:550px;}
#top-expert-room .map .new{background-color: #b30000;color:#fff;padding:1px 5px;margin-right:3px;font-size:13px;line-height:13px;}
#top-expert-room .map a{text-decoration: underline;}
#top-expert-room .map a:hover{text-decoration: none;}
#top-expert-room .map .constitution{position: absolute;top:344px;left:550px;}
#top-expert-room .map .energy{position: absolute;top:158px;left:340px;}


/* トップ専門家の部屋ポップアップ用 */
#top-expert-room .map .unitedstates-child{position: absolute;top:20px;left:0px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .latinamerica-child{position: absolute;top:20px;left:-28px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .europe-child{position: absolute;top:20px;left:-120px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .russia-child{position: absolute;top:20px;left:-230px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .meast-child{position: absolute;top:20px;left:-150px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .africa-child{position: absolute;top:20px;left:-152px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .china-child{position: absolute;top:20px;left:-270px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .korea-child{position: absolute;top:20px;left:-288px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .india-child{position: absolute;top:20px;left:-248px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .seasia-child{position: absolute;top:20px;left:-260px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .internationalorg-child{position: absolute;top:20px;left:-18px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .intelligence-child{position: absolute;top:20px;left:0px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .diplomacy-child{position: absolute;top:20px;left:-18px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .security-child{position: absolute;top:20px;left:-226px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}
#top-expert-room .map .constitution-child{position: absolute;top:20px;left:-226px;width:480px;background-color: #fff;padding:10px 0 3px 10px;z-index: 10;border:solid 1px #233b71;}

#top-expert-room .map .unitedstates-child ul li a,
#top-expert-room .map .latinamerica-child ul li a,
#top-expert-room .map .europe-child ul li a,
#top-expert-room .map .russia-child ul li a,
#top-expert-room .map .meast-child ul li a,
#top-expert-room .map .africa-child ul li a,
#top-expert-room .map .china-child ul li a,
#top-expert-room .map .korea-child ul li a,
#top-expert-room .map .india-child ul li a,
#top-expert-room .map .seasia-child ul li a,
#top-expert-room .map .internationalorg-child ul li a,
#top-expert-room .map .intelligence-child ul li a,
#top-expert-room .map .diplomacy-child ul li a,
#top-expert-room .map .security-child ul li a,
#top-expert-room .map .constitution-child ul li a{text-decoration: none;color: #000;}
#top-expert-room .map .unitedstates-child ul li a:hover,
#top-expert-room .map .latinamerica-child ul li a:hover,
#top-expert-room .map .europe-child ul li a:hover,
#top-expert-room .map .russia-child ul li a:hover,
#top-expert-room .map .meast-child ul li a:hover,
#top-expert-room .map .africa-child ul li a:hover,
#top-expert-room .map .china-child ul li a:hover,
#top-expert-room .map .korea-child ul li a:hover,
#top-expert-room .map .india-child ul li a:hover,
#top-expert-room .map .seasia-child ul li a:hover,
#top-expert-room .map .internationalorg-child ul li a:hover,
#top-expert-room .map .intelligence-child ul li a:hover,
#top-expert-room .map .diplomacy-child ul li a:hover,
#top-expert-room .map .security-child ul li a:hover,
#top-expert-room .map .constitution-child ul li a:hover{text-decoration: underline;color: #b30000;}
#top-expert-room .map .unitedstates-child ul li,
#top-expert-room .map .latinamerica-child ul li,
#top-expert-room .map .europe-child ul li,
#top-expert-room .map .russia-child ul li,
#top-expert-room .map .meast-child ul li,
#top-expert-room .map .africa-child ul li,
#top-expert-room .map .china-child ul li,
#top-expert-room .map .korea-child ul li,
#top-expert-room .map .india-child ul li,
#top-expert-room .map .seasia-child ul li,
#top-expert-room .map .internationalorg-child ul li,
#top-expert-room .map .intelligence-child ul li,
#top-expert-room .map .diplomacy-child ul li,
#top-expert-room .map .security-child ul li,
#top-expert-room .map .constitution-child ul li{margin-bottom: 0.5em;font-size: 0.9em;background: url("/common/images/v1/common/arrow-tri-gray.png") no-repeat scroll 0px 4px / 10px 12px transparent;padding-left:15px;}



#top-expert-room .rooms-list{margin-top:20px;position: relative;}
#top-expert-room .rooms-list ul{display: table;width:100%;margin:0 auto;}
#top-expert-room .rooms-list ul li{display: table-cell;padding:0 30px;position: relative;}
#top-expert-room .rooms-list ul li .new{background-color: #b30000;color:#fff;padding:2px 5px;margin-right:3px;font-size:12px;line-height:12px;position: absolute;top:-18px;}
#top-expert-room .rooms-list ul li a{display:block;background-color: #d1d1d1;color:#000;border-radius: 4px;text-align: center;padding:5px 10px;}

#top-expert-article-list{overflow: hidden;}
.related-articles.expertsection{margin-bottom: 30px;width:370px;float:left;}
.related-articles.expertsection:nth-child(odd){clear: left;}
.related-articles.expertsection:nth-child(even){margin-left: 28px;}
.related-articles.expertsection .main-heading{background-image: none;padding-bottom:0;border-bottom:solid 1px #d1d1d1;}
.related-articles.expertsection .main-heading a{color:#b30000;font-size:15px;}
.related-articles.expertsection ul li{
    border-style: none;
    background: url(/common/images/v1/common/arrow-tri-gray.png) no-repeat 0 8px;
    background-size: 10px 12px;
    -webkit-background-size: 10px 12px;
    -moz-background-size: 10px 12px;
    padding-left:15px;
}
.related-articles.expertsection ul li a{display: inline;}

/* トップ専門家の部屋（非会員） */
#top-expert-room-nonmember{margin-bottom: 60px;}
#top-expert-room-nonmember .main-heading{background: url(/common/images/v1/common/heading-w-blackx1160.png) no-repeat bottom;}
#top-expert-room-nonmember .expertmega{position: absolute;top:20px;left:0;}

#top-expert-room-nonmember .map{
    background: url(/common/images/v1/common/map.png) no-repeat;
    background-size: 1160px 604px;
    -moz-background-size: 1160px 604px;
    -webkit-background-size: 1160px 604px;
    width:1160px;
    height: 604px;
    display: block;
    position: relative;
    z-index: 2;
}
#top-expert-room-nonmember .map .title{margin-bottom:.2em;}
#top-expert-room-nonmember .map .title a{color: #b30000;font-size:17px;text-decoration: none;}
#top-expert-room-nonmember .map .unitedstates{position: absolute;top:170px;left:0;}
#top-expert-room-nonmember .map .latinamerica{position: absolute;top:420px;left:120px;}
#top-expert-room-nonmember .map .europe{position: absolute;top:96px;left:376px;}
#top-expert-room-nonmember .map .russia{position: absolute;top:20px;left:700px;}
#top-expert-room-nonmember .map .meast{position: absolute;top:182px;left:388px;}
#top-expert-room-nonmember .map .africa{position: absolute;top:316px;left:376px;}
#top-expert-room-nonmember .map .china{position: absolute;top:120px;left:758px;}
#top-expert-room-nonmember .map .korea{position: absolute;top:198px;left:768px;}
#top-expert-room-nonmember .map .india{position: absolute;top:286px;left:738px;}
#top-expert-room-nonmember .map .seasia{position: absolute;top:390px;left:752px;}
#top-expert-room-nonmember .map .internationalorg{position: absolute;top:530px;left:382px;}
#top-expert-room-nonmember .map .internationalorg .title a{color: #233b71;}
#top-expert-room-nonmember .map .constitution{position: absolute;top:530px;left:772px;}
#top-expert-room-nonmember .map .constitution .title a{color: #233b71;}
#top-expert-room-nonmember .map .mric{position: absolute;top:530px;left:0px;}
#top-expert-room-nonmember .map .mric .title a{color: #233b71;}
#top-expert-room-nonmember .map .energy{position: absolute;top:264px;left:350px;}

#top-expert-room-nonmember .rooms-list{overflow: hidden;margin-top:20px;display: table;width:100%;}
#top-expert-room-nonmember .rooms-list .list-section{display: table-cell;vertical-align: top;}
#top-expert-room-nonmember .rooms-list .title{margin-bottom: .2em;}
#top-expert-room-nonmember .rooms-list .title a{color: #233b71;font-size:17px;text-decoration: none;}

#top-expert-room-nonmember ul li{font-size:14px;margin-bottom:5px;}
#top-expert-room-nonmember .new{background-color: #b30000;color:#fff;padding:1px 5px;margin-left:3px;font-size:12px;line-height:12px;}
#top-expert-room-nonmember .main-heading .more a{background-position: 120px -316px;}

/* トップ専門家の部屋ポップアップ用 */
#expertmegachild .mapchild{
    background: url(/common/images/v1/common/map.png) no-repeat;
    background-size: 1160px 604px;
    -moz-background-size: 1160px 604px;
    -webkit-background-size: 1160px 604px;
    width:1160px;
    height: 604px;
    display: block;
    position: relative;
    z-index: 1;
}
#expertmegachild .mapchild .title{margin-bottom:.2em;}
#expertmegachild .mapchild .title a{color: #b30000;font-size:17px;text-decoration: none;}
#expertmegachild .mapchild .unitedstates2{position: absolute;top:170px;left:0;}
#expertmegachild .mapchild .latinamerica2{position: absolute;top:420px;left:120px;}
#expertmegachild .mapchild .europe2{position: absolute;top:114px;left:376px;}
#expertmegachild .mapchild .russia2{position: absolute;top:20px;left:700px;}
#expertmegachild .mapchild .meast2{position: absolute;top:204px;left:388px;}
#expertmegachild .mapchild .africa2{position: absolute;top:310px;left:376px;}
#expertmegachild .mapchild .china2{position: absolute;top:110px;left:758px;}
#expertmegachild .mapchild .korea2{position: absolute;top:198px;left:768px;}
#expertmegachild .mapchild .india2{position: absolute;top:286px;left:738px;}
#expertmegachild .mapchild .seasia2{position: absolute;top:390px;left:760px;}
#expertmegachild .mapchild .internationalorg2{position: absolute;top:514px;left:380px;}
#expertmegachild .mapchild .constitution2{position: absolute;top:514px;left:772px;}
#expertmegachild .mapchild .mric2{position: absolute;top:514px;left:0px;}

#expertmegachild{background-color: #fff;position: absolute;top:120px;left:0;border:solid 1px #233b71; }
#expertmegachild .main-heading {background: url("/common/images/v1/common/heading-w-blackx1160.png") no-repeat scroll center bottom transparent;}
#expertmegachild .mapchild{
    background: url(/common/images/v1/common/map.png) no-repeat;
    background-size: 1158px 604px;
    -moz-background-size: 1158px 604px;
    -webkit-background-size: 1158px 604px;
    width:1158px;
    height: 604px;
    display: block;
    position: relative;
    z-index: 1;
}
#expertmegachild .mapchild .title{margin-bottom:.2em;}
#expertmegachild .mapchild .title a{color: #b30000;font-size:17px;text-decoration: none;}
#expertmegachild .mapchild .unitedstates{position: absolute;top:170px;left:0;}
#expertmegachild .mapchild .latinamerica{position: absolute;top:420px;left:120px;}
#expertmegachild .mapchild .europe{position: absolute;top:114px;left:432px;}
#expertmegachild .mapchild .russia{position: absolute;top:20px;left:700px;}
#expertmegachild .mapchild .meast{position: absolute;top:204px;left:444px;}
#expertmegachild .mapchild .africa{position: absolute;top:310px;left:420px;}
#expertmegachild .mapchild .china{position: absolute;top:120px;left:800px;}
#expertmegachild .mapchild .korea{position: absolute;top:198px;left:812px;}
#expertmegachild .mapchild .india{position: absolute;top:286px;left:738px;}
#expertmegachild .mapchild .seasia{position: absolute;top:390px;left:760px;}
#expertmegachild .mapchild .internationalorg2 a{color: #233b71;}
#expertmegachild .mapchild .internationalorg2 ul li a{color: #000000;}
#expertmegachild .mapchild .constitution2 a{color: #233b71;}
#expertmegachild .mapchild .constitution2 ul li a{color: #000000;}
#expertmegachild .mapchild .mric2 a{color: #233b71;}
#expertmegachild .mapchild .mric2 ul li a{color: #000000;}


#expertmegachild .rooms-list{overflow: hidden;margin-top:20px;display: table;width:100%;}
#expertmegachild .rooms-list .list-section{display: table-cell;vertical-align: top;}
#expertmegachild .rooms-list .title{margin-bottom: .2em;}
#expertmegachild .rooms-list .title a{color: #233b71;font-size:17px;text-decoration: none;}

#expertmegachild ul li{font-size:14px;margin-bottom:5px;}
#expertmegachild .new{background-color: #b30000;color:#fff;padding:1px 5px;margin-left:3px;font-size:12px;line-height:12px;}
#expertmegachild .main-heading .more a{background-position: 120px -316px;}




/* トップ非会員のソーシャルツール */
#top-social-widget{overflow: hidden;}
#top-social-widget #fb-box{float: left;margin-right:60px;}
#top-social-widget #twitter-box{float: right;}

/* -------------------------------------------------
Forum系のページ
---------------------------------------------------- */

#forum-topic-top h1{width:732px;height: 60px;display: block;background: url(/common/images/v1/common/forum-title.png) no-repeat;background-size: 732px 60px;-webkit-background-size: 732px 60px;-moz-background-size: 732px 60px;margin-bottom: 30px;}
#forum-topic-leaf h2{width:732px;height: 60px;display: block;background: url(/common/images/v1/common/forum-title.png) no-repeat;background-size: 732px 60px;-webkit-background-size: 732px 60px;-moz-background-size: 732px 60px; margin-bottom: 30px;}
#forum-topic-top #add_topic{margin-top:20px;}
#add_topic #topic_submit h3{text-align: center;margin-bottom:1em;}
#add_topic #topic_submit h3{background-color: #b30000;color:#fff;padding:10px 20px;font-weight: normal;border-radius: 4px;display: inline-block;}
#add_topic #topic_submit h3:hover{text-decoration: none;cursor: pointer;background-color:#d1d1d1;color:#b30000;}

/*　#forum-topic-top .new-topic-list{margin-top:35px;border-top: solid 1px #d1d1d1;padding-top:20px;}　*/
.new-topic-list .topic-section{margin-bottom:10px;border-bottom: dotted 1px #000;padding:10px 0;}
.new-topic-list .topic-section.open{margin-bottom:60px;}
.new-topic-list .topic-section .heading{border-style:none;font-size:18px;overflow: hidden;margin-bottom: 1px;font-weight: normal;}
.new-topic-list .topic-section .heading .detail,.new-topic-list .topic-section .heading .add-comment{float:right;font-weight:normal;}
.new-topic-list .topic-section .heading .detail a{color:#b30000;border-radius: 4px;border:solid 1px #b30000;padding:5px 10px;display: inline-block;font-size:13px;line-height:13px;}
.new-topic-list .topic-section .heading .detail a span{background: url(/common/images/v1/common/arrow-down-red.png) no-repeat left;background-size: 12px 10px;-webkit-background-size: 12px 10px;-moz-background-size: 12px 10px;padding-left:15px;}
.new-topic-list .topic-section .heading .add-comment a{background-color: #b30000;border:solid 1px #b30000;color:#fff;padding:5px 10px;font-size:13px;line-height:13px;border-radius: 4px;display: inline-block;}
.new-topic-list .topic-section .comment{background-position: 0 -1567px;padding-left:23px;display: inline-block;margin-left:10px;}
.new-topic-list .topic-section .topic-body{background-color: #f9f9f9;padding:20px 40px;line-height:1.8;}
.new-topic-list .topic-section .topic-bottom{text-align: center;overflow: hidden;margin-top:35px;}
.new-topic-list .topic-section .topic-bottom .add-comment a{background-color: #b30000;border:solid 1px #b30000;color:#fff;padding:10px 30px;font-size:18px;line-height:18px;border-radius: 4px;display: inline-block;}

.new-topic-list .topic-section .topic-bottom .close{float: right;}
.new-topic-list .topic-section .topic-bottom .close a{color:#b30000;}

.new-topic-list .topic-section .topic-open h3 a {color: #B30000;border-radius: 4px;border: 1px solid #B30000;padding: 5px 10px;display: inline-block;font-size: 13px;line-height: 13px;}
.new-topic-list .topic-section .heading{display: inline-block; }
.new-topic-list .topic-section .heading.usertopic{
    border: medium none;
    padding: 0px 0px 0px 15px;
    margin:0 0 0.5em 1.2em;
    font-size: 0.9em;
    background: url("/common/images/v1/common/arrow-tri-gray.png") no-repeat scroll 0px 4px / 10px 12px transparent;
}

.new-topic-list .topic-section .topic-open{font-weight:normal;display: inline-block;position: relative;}
.new-topic-list .topic-section .topic-open h3.nondisp{float:right;}
.new-topic-list .topic-section .topic-open h3.disp{position: absolute;bottom:0;right:0;}

.new-topic-list .topic-section .topic-open a span.close {background: url("/common/images/v1/common/arrow-down-red.png") no-repeat scroll left center / 12px 10px transparent;padding-left: 15px;}
.new-topic-list .topic-section .topic-open a span.open {background: url("/common/images/v1/common/arrow-up-red.png") no-repeat scroll left center / 12px 10px transparent;padding-left: 15px;}
#topic_comment .member-comment{background: url(/common/images/v1/common/border-gray-double.png) repeat-x top;padding-top:20px;}

#forum-topic-top {overflow: hidden;margin:20px 0;border-bottom:solid 2px #b30000;position: relative;}
#forum-topic-top #category-common-menu{overflow: hidden;margin:50px 0 20px 0;border-bottom:solid 2px #b30000;position: relative;}
#forum-topic-top ul.article li{float:left;margin-right:1px;}
#forum-topic-top ul.article li a{display: block;background-color:#D1D1D1;text-align: center;font-size:18px;padding:10px 20px;border-radius: 4px 4px 0 0;}
#forum-topic-top ul.article li a:hover{text-decoration: none;background-color: #b30000;color: #fff;}
#forum-topic-top ul.article li.current{text-decoration: none;background-color: #b30000;color: #fff;display: block;text-align: center;font-size:18px;padding:10px 20px;border-radius: 4px 4px 0 0;}
#forum-topic-top ul.article li:nth-child(3){position: absolute;bottom:0;right:0;}
#forum-topic-top ul.article li:nth-child(3) a{background-color: #D1D1D1;color:#000;text-align: center;padding:5px 10px;display: block;}
#forum-topic-top ul.article li:nth-child(3).current {background-color: #b30000;color:#fff;text-align: center;padding:5px 10px;display: block;}
#forum-topic-top ul.article li:nth-child(3) a:hover{text-decoration: none;background-color: #b30000;color:#fff;}
#forum-topic-top .topicdate{display: inline-block;font-size:14px;}

.new-topic-list .article-index-list.topic ul li h4 {font-weight: normal;font-size: 18px;margin-bottom: 10px;}
.new-topic-list .article-index-list.topic ul li{border-top: 3px solid #b30000;border-bottom: medium none;padding: 10px 0px 15px;}
.new-topic-list .article-index-list.topic ul li .text{padding-left:5px;}
.new-topic-list .article-index-list.topic ul li .topic-section ul li {
    border: medium none;
    padding: 0px 0px 0px 10px;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    background: url("/common/images/v1/common/arrow-tri-gray.png") no-repeat scroll 0px 4px / 10px 12px transparent;
    padding-left: 15px;
}
.new-topic-list .article-index-list.topic ul li .topic-section ul li .comment{background-position: 0px -1568px;padding-left: 20px;display: inline-block;margin-left: 10px;}

.new-topic-list .article-index-list.topic .icon,
.new-topic-list .topic-section .heading .icon{display: table-cell;vertical-align: top;width:50px;height:50px;padding-left:10px;}
.new-topic-list .article-index-list.topic .icon span,
.new-topic-list .topic-section .heading .icon span{display:block;border-radius: 4px;font-family: 'Montserrat', sans-serif;color:#fff;font-size:32px;text-align: center;line-height:50px;font-weight: 700;}
.new-topic-list .article-index-list.topic .icon span.blue,
.new-topic-list .topic-section .heading .icon span.blue{background-color: #233b71;}
.new-topic-list .article-index-list.topic .icon span.green,
.new-topic-list .topic-section .heading .icon span.green{background-color: #80b899;}
.new-topic-list .article-index-list.topic .icon span.red,
.new-topic-list .topic-section .heading .icon span.red{background-color: #b30000;}
.new-topic-list .article-index-list.topic .icon span.gray,
.new-topic-list .topic-section .heading .icon span.gray{background-color: #838383;}
.new-topic-list .article-index-list.topic .membertopic{display: table-cell;vertical-align: top;padding-left:10px;}
.new-topic-list .topic-section ul{margin-top:10px;}
.new-topic-list .topic-section .heading .topic-title{display: table-cell;vertical-align: top;padding-left:10px;}

#article-body #signage .article-detail.topic,
#forum-topic-top #signage .article-detail.topic{overflow: hidden;display: table;width: 100%;margin: 20px 0px;}
#article-body #signage .article-detail.topic .icon,
#forum-topic-top #signage .article-detail.topic .icon{display: table-cell;vertical-align: top;width: 50px;height: 50px;padding-left: 10px;}
#article-body #signage .article-detail.topic .author{display: table-cell;vertical-align: top;font-size: 1em;padding-left: 10px;float:left;}
/* 20150417修正  */
#forum-topic-top #signage .article-detail.topic .author{display: table-cell;vertical-align: top;font-size: 1.5em;padding-left: 10px;float:left;line-height: 24px;}
#article-body #signage .article-detail.topic .author a{font-size: 1.1em;}
#forum-topic-top #signage .article-detail.topic .author a{font-size: 1.1em;margin-right: 0.2em;}
#article-body #signage .article-detail.topic .date,
#forum-topic-top #signage .article-detail.topic .date{display: table-cell;vertical-align: top;font-size: 1em;float:left;}
#article-body #signage .article-detail.topic .icon span ,
#forum-topic-top #signage .article-detail.topic .icon span{display: block;border-radius: 4px;font-family: "Montserrat",sans-serif;color: #FFF;font-size: 32px;text-align: center;line-height: 50px;font-weight: 700;}
#article-body #signage .article-detail.topic .icon span.red,
#forum-topic-top #signage .article-detail.topic .icon span.red{background-color: #b30000;}
#article-body #signage .article-detail.topic .icon span.blue,
#forum-topic-top #signage .article-detail.topic span.blue{background-color: #233B71;}

#topic-user-preview #signage h1 {font-size: 32px;line-height: 1.6;background:none;}
#topic-user-preview #signage .article-detail.topic {overflow: hidden;display: table;width: 100%;margin: 20px 0px;}
#topic-user-preview #signage .article-detail.topic .icon {display: table-cell;vertical-align: top;width: 50px;height: 50px;padding-left: 10px;}
#topic-user-preview #signage .article-detail.topic .icon span.red {background-color: #B30000;}
#topic-user-preview #signage .article-detail.topic .icon span {display: block;border-radius: 4px;font-family: "Montserrat",sans-serif;color: #FFF;font-size: 32px;text-align: center;line-height: 50px;font-weight: 700;}
#topic-user-preview #signage .article-detail.topic .author {display: table-cell;vertical-align: top;font-size: 1em;padding-left: 10px;float: left;}
#topic-user-preview .article#forum-topic {width: auto;margin: 0px auto 40px;padding: 0px 20px;line-height: 1.8;}

/* -------------------------------------------------
専門家の部屋トップ
---------------------------------------------------- */
#expert-room-top h2{
    background: url(/common/images/v1/common/expert-room-title.png) no-repeat;
    background-size: 297px 45px;
    -webkit-background-size: 297px 45px;
    -moz-background-size: 297px 45px;
    width:297px;
    height: 45px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto 20px auto;
}
#expert-room-top .map{
    background: url(/common/images/v1/common/map.png) no-repeat;
    background-size: 768px 400px;
    -moz-background-size: 768px 400px;
    -webkit-background-size: 768px 400px;
    width:768px;
    height: 400px;
    display: block;
    position: relative;
    z-index: 1;
}
#expert-room-top .map .unitedstates{position: absolute;top:140px;left:30px;}
#expert-room-top .map .latinamerica{position: absolute;top:280px;left:120px;}
#expert-room-top .map .europe{position: absolute;top:70px;left:300px;}
#expert-room-top .map .russia{position: absolute;top:30px;left:500px;}
#expert-room-top .map .meast{position: absolute;top:130px;left:410px;}
#expert-room-top .map .africa{position: absolute;top:250px;left:310px;}
#expert-room-top .map .energy{position: absolute;top:186px;left:290px;}
#expert-room-top .map .china{position: absolute;top:80px;left:580px;}
#expert-room-top .map .korea{position: absolute;top:145px;left:590px;}
#expert-room-top .map .india{position: absolute;top:190px;left:490px;}
#expert-room-top .map .seasia{position: absolute;top:250px;left:550px;}
#expert-room-top .map .internationalorg{position: absolute;top:340px;left:340px;}
#expert-room-top .map .constitution{position: absolute;top:340px;left:552px;}
#expert-room-top .map .mric{position: absolute;top:340px;left:80px;}

#expert-room-top .rooms-list{margin:0 0 60px 80px;}
/* #expert-room-top .rooms-list ul{display:table;width:90%;} */
#expert-room-top .rooms-list ul{display:table;width:100%;}
#expert-room-top .rooms-list ul li{display: table-cell;font-size:14px;}
#expert-room-top .rooms-list ul li.intelligence{width: 38%;}
#expert-room-top .rooms-list ul li.security{width: 31%;}
#expert-room-top .rooms-list ul li.diplomacy{width: 31%;}

#expert-room-top .map a,#expert-room-top .rooms-list a{
    background: url(/common/images/v1/common/arrow-downx2-black.png) no-repeat bottom;
    background-size :14px 14px;
    -webkit-background-size :14px 14px;
    -moz-background-size :14px 14px;
    display: inline-block;
    padding-bottom:10px;
    text-decoration: none;
}
#expert-room-top .map a span,
#expert-room-top .rooms-list a span{text-decoration: none;color:#fff;border-radius: 4px;padding:5px 15px;background-color:#000;display: block;margin-bottom:10px;}

#expert-room-top .map a:hover,#expert-room-top .rooms-list a:hover{
    background: url(/common/images/v1/common/arrow-downx2-gray.png) no-repeat bottom;
    background-size :14px 14px;
    -webkit-background-size :14px 14px;
    -moz-background-size :14px 14px;
}
#expert-room-top .map a:hover span,
#expert-room-top .rooms-list a:hover span{color:#fff;background-color:#818181;}

#expert-room-top .expert-area-list{margin-bottom: 60px;}
#expert-room-top .expert-area-list .main-heading{background: url(/common/images/v1/common/heading-w-black.png) no-repeat bottom;font-size:20px;}
#expert-room-top .expert-area-list .manager{text-align: right;font-size:14px;margin-bottom:.5em;}
.expert-articles.section ul li{padding:7px 0;}
.expert-articles.section ul li a{display: block;}
#expert-room-top .expert-area-list .expert-articles.section .comment{padding-left:0;display: inline-block;margin-left:0;}
.expert-articles.section .comment a{background-position: 0 -1486px;padding-left:20px;display:inline-block;}
#expert-room-top .expert-area-list .main-heading .more a {background-position: 42px -308px;padding-top: 8px;}
#expert-room-top .expert-area-list .list-articles ul.basic li span.date {font-size: 13px;margin-right: 10px;display: inline-block;color: #666;}

/* -------------------------------------------------
コメント投稿者のプロフィール表示
---------------------------------------------------- */
.account-table{margin-top: 20px;}
.account-table .account-table-inner {background-color: #D9DEE9;padding: 15px 20px;margin: 10px 0 40px 0;}
.account-table .account-table-inner table {width: 100%;border-collapse: separate;border-spacing: 5px 10px;}
.account-table .account-table-inner table {border-collapse: separate;border-spacing: 5px 10px;}
.account-table .account-table-inner th {font-size: 16px;text-align: left;font-weight: normal;width: 180px;}
.account-table .account-table-inner td {padding: 5px;background-color: #FFF;vertical-align: middle;line-height: 25px;height:30px;}


/* -------------------------------------------------
固定ページ用（特定商取引法、プライバシーポリシーなど）
---------------------------------------------------- */
#info-pages h1{font-weight:normal;font-size:2.5em;border-bottom:solid 2px #233b71;}
#info-pages #info-contents{margin:2em 0;}
#info-pages .summary p{line-height: 1.8em;}
#info-pages .summary p.signature{text-align: right;}
/* 20150616追加 */
#info-pages #info-contents-service{margin:0.5em 0 2em;}

#info-pages table{border-collapse: collapse;width:100%;border-top:solid 5px #D9DEE9;border-bottom:solid 5px #D9DEE9;}
#info-pages table th{text-align: left;font-weight: normal;}
#info-pages #service table th{background-color:#f1f1f1;}
#info-pages table th,#info-pages table td{padding:10px 20px;border:solid 1px #D9DEE9;font-size:18px;}
/* 20150616追加 */
#info-pages  #info-contents #regist .regist-info  #info-contents-service table th,
#info-pages  #info-contents #regist .regist-info  #info-contents-service table td{padding:10px 10px;border:solid 1px #D9DEE9;font-size:16px;}
#info-pages  #info-contents #regist .regist-info h2{font-size:18px;margin-top:60px;}

#info-pages #privacy,
#info-pages #copyright,
#info-pages #foresight,
#info-pages #start{border-top: solid 2px #b3bfd5;padding-top:1em;margin-top:40px;}
#info-pages #rule{margin-top:40px;height:500px;overflow-y: scroll;border:solid 1px #b3bfd5;padding:10px;text-align: left;}
#info-pages #regist .regist-info #info-contents #rule{margin-top:40px;height:400px;overflow-y: scroll;border:solid 1px #b3bfd5;padding:10px;text-align: left;}

#info-pages dt{font-weight: bold;margin-bottom:.3em;}
#info-pages dd{margin-bottom:2em;}
#info-pages ul{margin:.5em 1em;}
#info-pages ul li{list-style-type: disc;line-height:1.8em;}
#info-pages ol{margin:.5em 1.5em;}
#info-pages #rule ol{margin:.5em 2em;}
#info-pages ol li{list-style-type: decimal;margin-bottom:1.5em;}
#info-pages #link ol li,#info-pages #rule ol li{margin-bottom:.5em;}
#info-pages ol.num li{list-style-type: none !important;margin-left:-20px;}
#info-pages ol.num li:first-child:before{content:'(1) ';}
#info-pages ol.num li:nth-child(2):before{content:'(2) ';}
#info-pages ol.num li:nth-child(3):before{content:'(3) ';}
#info-pages ol.num li:nth-child(4):before{content:'(4) ';}

#info-pages #regist .header-img{text-align: center;margin-bottom:1em;}
#info-pages #regist .regist-info{width:914px;margin: 0 auto;}
#info-pages #regist a{text-decoration: underline;}
#info-pages #regist a:hover{text-decoration: none !important;}
#info-pages #regist .regist-info p{margin-bottom:1em;}
#info-pages #regist .regist-info p.attention{color:#f00;font-weight: bold;}
#info-pages #regist .regist-info .regist-link{margin-bottom:1em;}
#info-pages #regist .regist-info .regist-link a{background-position: 0 -432px;padding-left:20px;color: #223B71;text-decoration: underline;}
#info-pages #regist .regist-info .rule-info{border: solid 1px #000;text-align: center;padding:10px;margin:2em 0;}
#info-pages #regist .regist-info .rule-agree{text-align: center;}
#info-pages #regist .regist-info .rule-agree a{background-color: #b30000;color:#fff;padding:10px 30px;border-radius: 4px;display:inline-block;text-decoration: none;}

#info-pages #regist .regist-info .rule-info #info-contents .summary{text-align:left;}

#info-pages #regist .regist-info .rule-agree{text-align: center;margin-bottom: 20px;}
#info-pages #regist .regist-info .rule-agree a{background-color: #b30000;color:#fff;padding:10px 24px;border-radius: 4px;display:inline-block;text-decoration: none;}
#info-pages #regist .regist-info .rule-agree.card a{padding:10px 40px;}


#info-pages #guide .guide-menu{margin-bottom:40px;}
#info-pages #guide .guide-menu ul{overflow: hidden;}
#info-pages #guide .guide-menu ul li{list-style: none;float:left;margin:0 0 1em 0;width:33%;}
#info-pages #guide .guide-menu ul li a{
    background: url(/common/images/v1/common/arrow-bottom-circle.png) no-repeat left;
    background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px 22px;
    padding-left:26px;
}
#info-pages #guide h3{border-left:solid 10px #223B71;padding:10px;margin-bottom:1em;}
#info-pages #guide p{margin-bottom: 1em;}
#info-pages #guide .text{margin-bottom:60px;border-bottom:solid 1px #d1d1d1;padding-bottom:20px;}
#info-pages #guide .text a{color: #223B71;text-decoration: underline;background-position: 0 -432px;padding-left:20px;}
#info-pages #guide .text table{margin-bottom: 1em;border-style:none;}
#info-pages #guide .text table th{background-color:#d9dee9;border:solid 1px #fff;}
#info-pages #guide .text table td{text-align: center;}

#info-pages #maintenance p{margin-bottom:1em;}
#info-pages #maintenance a{color: #223B71;text-decoration: underline;background-position: 0 -432px;padding-left:20px;}
#info-pages #maintenance .service{margin-bottom: 1em;border-top:solid 1px #d1d1d1;border-bottom: solid 1px #d1d1d1;padding:10px;font-weight: bold;}

#info-pages .step-img{text-align: center;margin-top:1em;}
#info-pages #start .step-menu{background-color:#e1e9f7;padding:10px;margin-bottom: 1.5em;}
#info-pages #start .step-menu h3{margin-bottom:.5em;}
#info-pages #start .step-menu .link{margin-bottom: 1em;}
#info-pages #start .step-menu .link a{
    background: url(/common/images/v1/common/arrow-downx2-black.png) no-repeat left;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    padding-left: 20px;
    display: block;
}
#info-pages #start h4{border-left:solid 10px #223B71;padding:10px;margin-bottom:1em;}
#info-pages #start p{margin-bottom: 1em;}
#info-pages #start .step-detail{overflow: hidden;border-bottom: solid 1px #d1d1d1;padding:1em 0;}
#info-pages #start .step-detail .text{float: left;width:600px;line-height:1.8;}
#info-pages #start .step-detail .screen{float: right;width:500px;}
#info-pages #start #register{margin-bottom: 60px;}
#info-pages #start #payment{margin-bottom: 60px;}
#info-pages #start ul{margin:0 0 0 40px;padding-top:20px;clear:both;}
#info-pages #start ul li{list-style-type: none !important;padding-left:10px;}
#info-pages #start ul li:before{content:'※';}
#info-pages #start .postscript{margin-top:1em;padding:1em;}

#info-pages #start .num{float:left;display: block;width:50px;font-weight:bold;}
#info-pages #start .detail{font-weight: normal;float:left;display: block;width:550px;}

/* -------------------------------------------------
著者一覧
---------------------------------------------------- */
#main-column .name-menu {margin: 35px 0px;text-align: center;}
#main-column .name-menu .name-menu__txt {cursor: pointer;font-size: 1.5em;font-weight: bold;color: #233b71;border: 1px solid #233b71;padding: 2px 6px;vertical-align: baseline;line-height: 1em;}
#main-column .name-menu .name-menu__txt:hover {background-color: #233b71;color: #FFF;text-decoration:none;}
#main-column .name-menu .name-menu__txt.is-current {background-color: #233b71;color: #FFF;text-decoration:none;}
.name-table{display: block;}
.name-table .name-list h5 {
  font-size: 1.8em;
  color: #233b71;
  border-bottom: 1px solid #233b71;
  margin-bottom: 15px;
}
.name-table .name-list {padding: 10px; }
.name-list + .name-list { margin-top: 40px; }
.name-table .name-list a{text-decoration:none; }
.author-list.is-hide { display: none; }
.author-list-item { margin-bottom: 16px; }
.name-table .name-list .author-list-item a {
  display: flex;
  align-items: center;
}
.author-info__name {
  margin: 0 30px 0 20px;
  font-weight: bold;
}
.name-table .name-list .author-thumb {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
.name-table .name-list .author-thumb__img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.name-table .name-list .author-list-item__name{display: inline-block; position:relative; left: 20px; bottom:20px;}
.name-table .name-list .author-list__name{font-weight:bold;}
.name-table .name-list .author-others {
  padding: 8px 24px;
  background-color: #D9E5FF;
  font-size: 13px;
  color: #243C6E;
  font-weight: bold;
  cursor: pointer;
}
.author-loading {
  text-align: center;
  margin: 20px 0;
}


/* -------------------------------------------------
中東通信特別スキン用
---------------------------------------------------- */
/* 20150713追加 */
/* .single-article-temp{padding-bottom: 220px;} */
.single-article-temp .kanban-single{margin-bottom:30px;}
.single-article-temp .kanban-single a{text-decoration:none !important;}
.single-article-temp .kanban-single .heading{background-color:#797979;color:#fff;padding:10px;font-weight:bold;border-style: none;}
.single-article-temp .kanban-single .category-summary p{font-size:14px;}
.single-article-temp #article-author-info .author-data .text .name a{text-decoration: none;}
.single-article-temp .kanban-single .heading h1{font-size:18px;display:inline;}
.single-article-temp .article-single-index-list .article-single-list .article-single-header h2{font-size:22.4px;}
/* 20180326 */
.single-article-temp .article-single-index-list .article-single-list .article-single-header h2 a .rock{display: inline-block;}
.single-article-temp .article-single-index-list .article-single-list .article-single-header h2 a .rock img{
  height: 15px;
  display: block;
}

.single-article-body{margin:1em 0;}
/* 20180326 */
.single-article-body .trump-time{
  font-weight: bold;
  display: block;
}
.single-article-temp.trump article{width:auto;border:solid 5px #9a0207;border-radius: 4px;padding:20px;}

.single-article-temp article,
.article-single-index-list .article-single-list{width:auto;border:solid 5px #ececec;border-radius: 4px;padding:20px;}
.single-article-temp .article-single-header .date,
.article-single-index-list .article-single-list .date{color:#989898;}

.article-single-index-list .article-single-list h1{font-size:22.4px;}
.article-single-index-list .article-single-list p{line-height:1.8em;margin-bottom:1em;}
.single-article-temp .article-single-index-list .article-single-list{margin-top:15px;}
.single-article-temp .article-single-index-list .article-single-list .article-tools.ikeuchi{clear:both;}
.single-article-body .single-article-more{
  float: right;
  font-size: 95%;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 10px;
}
/* 20181219 */
.single-article-body p{text-indent: unset;}

/* 中東通信サブカラムのブロック */
#meast-column{
    border:solid 1px #aeaeae;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 1px #d1d1d1;
    -moz-box-shadow: 5px 5px 1px #d1d1d1;
    box-shadow: 5px 5px 1px #d1d1d1;
    padding:10px;
    width: 349px;
}

#meast-column .author{margin-bottom: 10px;}
#meast-column .photo{float:left;width:90px;margin-right: 15px;}
#meast-column .text{float: left;width:239px;}
#meast-column .text h4{font-weight:bold;border-bottom:solid 2px #000;padding-bottom:3px;margin-bottom:5px;font-size:1.1em;font-style: italic;}
#meast-column .text p{font-size:13px;color:#979797;}
#meast-column .more a{background-position: 32px -315px;padding-right:20px;float: right;font-size:14px;}
#meast-column .list ul li{border-bottom:dotted 1px #979797;padding: 10px 0;}
#meast-column .list ul li a:hover{text-decoration: none;}
#meast-column .list ul li span{display: block;}
#meast-column .list ul li .date{color:#979797;font-size:13px;display:inline;}
#meast-column .list ul li .title{font-weight: bold;margin-bottom:5px;}
#meast-column .list ul li .summary{font-size: 13px;}
#meast-column .author .text .free {color: #FFF;background-color: #7FBA6A;padding: 0px 3px;border-radius: 3px;font-weight: normal;font-size: 0.7em;margin-left:15px;}
.single-article-temp .kanban-single .heading .free {color: #FFF;background-color: #7FBA6A;padding: 0px 3px;border-radius: 3px;font-weight: normal;font-size: 0.7em;margin-left:15px;}
/* 20180312 */
#meast-column .inner .list ul li .rock{display: inline-block;}
#meast-column .inner .list ul li .rock img{
  height: 15px;
  display: block;
}

/*indepth-side*/
.indepth-side{
  border: solid 1px #aeaeae;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 1px #d1d1d1;
  -moz-box-shadow: 5px 5px 1px #d1d1d1;
  box-shadow: 5px 5px 1px #d1d1d1;
  padding: 10px;
  width: 349px;
}
.indepth-side-img{
  margin: 0 0 10px;
  width:100%;
  height: auto;
}
.indepth-ariticle-list li{
  border-bottom: 1px dotted #000;
  padding: 10px 0;
}
.indepth-ariticle-list .rock{
  margin: 0 0 0 5px;
}
.indepth-ariticle-list .rock-img{
  vertical-align: baseline;
}
.indepth-ariticle-link{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}

/*video-slide*/
.video-slide {
  display: block;
  border: solid 1px #aeaeae;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 1px #d1d1d1;
  -moz-box-shadow: 5px 5px 1px #d1d1d1;
  box-shadow: 5px 5px 1px #d1d1d1;
  padding: 10px;
}
.video-slide .slick-next {
  top: initial;
  bottom: 0;
  transform: translate(0, 0);
}
.video-slide .slick-prev {
  top: initial;
  bottom: 0;
  transform: translate(0, 0);
}
.video-slide .slick-slide {
  position: relative;
}
.video-slide .icon {
  display: block;
  text-align: center;
  width: 354px;
  height: 200px;
  overflow: hidden;
}

.video-slide .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slide .video-slide-ariticle-link {
  position: relative;
  color: #fff;
}

.video-slide .text {
  background-color: rgba(0,0,0,0.55);
  color: #fff;
  display: block;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.video-slide .title {
  font-size: 18px;
  font-weight: bold;
}

.video-slide .video-slide-img {
  margin: 0 0 10px;
  width: 100%;
  height: auto;
}

.subcolumn-banner {
  display: block;
  margin-bottom: 20px;
}

.subcolumn-banner.--tieup {
  margin-bottom: 40px;
}

.subcolumn-banner + .subcolumn-banner {
  margin-bottom: 40px;
}

.yads-ad{
  text-align:center;
  margin-bottom: 40px;
}

#_popIn_recommend_member,#_popIn_recommend{margin-bottom: 40px;}
.uz-members-fsight-jp_pc,.uz-fsight-jp_pc{margin-bottom: 40px;}

/* -------------------------------------------------
トランプ
---------------------------------------------------- */
/* 20180330追加 */
.single-article-temp.trump .kanban-single{margin-bottom:30px;}
.single-article-temp.trump .kanban-single .heading{padding:0;border-style: none;}
.single-article-temp.trump .article-single-index-list .article-single-list{width:auto;border:solid 5px #9a0207;border-radius: 4px;padding:20px;}


/* 20180904追加 foresight forum */
.list-articles .forumlabel-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: solid 1px #b30000;
}
.list-articles .forumlabel-tab > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-bottom: none;
    background-color: #d1d1d1;
}
.list-articles .forumlabel-tab > li:hover {
    cursor: pointer;
}
.list-articles .forumlabel-tab > li.is-active {
    background-color: #b30000;
    color: #fff;
}
.list-articles .forumlabel-content {
    display: none;
}
.list-articles .forumlabel-content.is-show {
    opacity: 1;
    display: block;
}

/* -------------------------------------------------
エネルギー通信
---------------------------------------------------- */
.article-list-header.energy {margin-bottom:30px;}
.article-list-header.energy .category-summary p {
    font-size: 14px;
}

/* 右カラム　SNS */
#subcolumnsns {text-align:center;}
#subcolumnsns ul{display: inline-block;}
#subcolumnsns ul li {float: left;width:185px;text-align:center;}
#subcolumnsns ul li a{display: inline-block;}
#subcolumnsns ul li a img{width: 100px;}



/* -------------------------------------------------
タグ一覧
---------------------------------------------------- */
.article-index-list .taglist span a {
    display: inline-block;
    font-size: 16px;
    background-color: #3b5ba1;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: normal;
    margin: 6px 4px;
    font-weight: bold;
}

/* トップページamazon */
ul.subcolumn-amazon3x2{display:flex;justify-content: space-between;flex-wrap:wrap;}
ul.subcolumn-amazon2x3{display:flex;justify-content: center;flex-wrap:wrap;}
ul.subcolumn-amazon li{margin-bottom:10px;}
.top-amazon {
  display: flex;
  gap: 12px;
}
.top-amazon-item {
  width: 144px;
  padding: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.top-amazon-item-image-link,
.top-amazon-item-title {
  display: block;
  margin-bottom: 5px;
}
.top-amazon-item-image-link {
  text-align: center;
}
.top-amazon-item-image {
  width: auto;
  height: 154px;
}
.top-amazon-item-title {
  height: 39px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-amazon-item-price {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
}
.top-amazon-item-btn {
  text-align: center;
}
.subcolumn-amazon3x3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.subcolumn-amazon-item {
  width: 120px;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.subcolumn-amazon-item-image-link,
.subcolumn-amazon-item-title {
  display: block;
  margin-bottom: 5px;
}
.subcolumn-amazon-item-image-link {
  text-align: center;
}
.subcolumn-amazon-item-image {
  width: auto;
  height: 134px;
}
.subcolumn-amazon-item-title {
  height: 39px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.subcolumn-amazon-item-price {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
}
.subcolumn-amazon-item-btn {
  text-align: center;
}

.bn-campaign__side.sub-column{
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.bn-campaign__side.sub-column .bn-campaign{
  width: 100%;
}
.bn-campaign__main.main-column .bn-campaign{
  width: 100%;
}

/* 記事引用 */
.article-quote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 30px;
  color: #666;
  background-color: #f4f6f8;
}
.article-quote__txt {
  font-size: 16px;
  line-height: 1.8;
}

/* 記事本文中に埋め込む関連リンク */
.article-relation {
  background: #F1F3F6 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 24px;
}
.article-relation p {
  font-size: 14px;
  margin-bottom: 26px;
}
.article-relation ul::before {
  color: #fff;
  content: '関連記事';
  font-size: 14px;
  background: #233C6E 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.article-relation ul li::before {
  content: "・";
  color: #233C6E;
  display: block;
  transform: scale(2);
  position: absolute;
}
.article-relation ul li a {
  display: block;
  font-size: 16px;
  color: #233B71;
  margin-left: 20px;
}
.article-relation ul li + li {
  margin-top: 20px;
}