@charset "utf-8";
@import url(common.css);

/* ------------------------------------------------
  base
------------------------------------------------ */
body {
  color:#1f1f1f;
  font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
  background-color:#f3f3f1;
  -webkit-text-size-adjust: none;
}
a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img{
  border: 0;
  vertical-align:baseline;
}

/* ▼リンク、画像border、hr▼ */
a {
  color: #2a64be;
  text-decoration:none;
}
a:hover{
  color: #2a64be;
  text-decoration:underline;
}
img {
  vertical-align: bottom;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.cf {
  *zoom: 1;
}
ul {
  list-style-type: none;
}

/* --------------------------------------------------
  common-layout
-------------------------------------------------- */
header.page > .inner,
#main > .inner,
#sitenavi > .inner,
#main > .breadcrumb {
  margin:0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width:960px;
}
#main {
  position: relative;
  z-index: 2;
}
#main .inner{
  padding-bottom: 35px;
}
#primary {
  float:left;
  width:640px;
}
.contents-shadow {
  padding-bottom:2px;
  background: url(/common/images/v1/common/contents-shadow.gif) repeat-x left bottom;
  margin-bottom:20px;
  clear: both;
}
.contents-shadow + #magazine-backnumber {
  margin-top: 40px;
}
#primary .rayout-right {
  margin-right:0 !important;
}
#primary section{
  border:solid 1px #c8c8c8;
  background-color:#fff;
  padding:20px;
}
#primary article {
  padding:0 30px 20px;
  width:538px;
}
aside.page {
  float:right;
  width:300px;
}

/* --------------------------------------------------
  end common-layout
-------------------------------------------------- */


/* --------------------------------------------------
  common styles
  共通スタイル
-------------------------------------------------- */
.hov {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.hov:hover {
  opacity: .7;
}

/* ----------------------------
  btn-default
---------------------------- */
.btn-default {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  background-color: #ddd;
  border-radius: 44px;
  padding: 15px 0;
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.btn-default:hover {
  text-decoration: none;
  opacity: .7;
}
.btn-default.black {
  color: #fff;
  background-color: #000;
}
.btn-default.white {
  color: #3f6cb3;
  background-color: #fff;
  border: 1px solid #c8c8c8;
}
.btn-default.red {
  color: #fff;
  background-color: #f00;
}

/* ----------------------------
  一覧ボタン
---------------------------- */
.cate-name .list-link,
.heading .list-link {
  background: url(/common/images/v1/common/btn-list1.png) 0 0 no-repeat;
  width:90px;
  height:25px;
  display:block;
  float: right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cate-name .list-link:hover,
.heading .list-link:hover {
  background-position:0 -25px;
}

/*----- backnumber -----*/
.heading .list-link.backnumber {
  background-position: -91px 0;
}
.heading .list-link.backnumber:hover {
  background-position:-91px -25px;
}


/* --------------------------------------------------
  end common styles
-------------------------------------------------- */


/* --------------------------------------------------
  header.page
-------------------------------------------------- */

header.page {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 #e4e4e2;
  box-shadow: 0 1px 1px 0 #e4e4e2;
}
header.page > .inner {
  height: 100px;
  display: table;
}
header.page > .inner > * {
  display: table-cell;
  vertical-align: middle;
}
header.page .logo {
  width: 237px;
}

header.page .logo > * {
  background: url(/common/images/v1/common/logo.png) no-repeat;
  width: 212px;
  height: 40px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header.page .banners {
  letter-spacing: -.4em;
  text-align: right;
}
header.page .banners > .banner {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
header.page .banners > .banner + .banner {
  margin-left: 10px;;
}
header.page .banners > .banner:last-child {
  margin-right: -10px;;
}

/* ----------------------------
  緊急アンケート
---------------------------- */
#special-enquete {
  background-color:#000;
  width: 100%;
  height: 215px;
  overflow: hidden;
}
#special-enquete .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 215px;
  position: relative;
}
#special-enquete .item::before {
  content:"";
  background-color:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
}
#special-enquete .item .txt {
  color: #fff;
  line-height: 1.2;
  margin: 0 auto;
  padding: 50px 240px 0 10px;
  width: 980px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#special-enquete .item .title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
}
#special-enquete .item .title a {
  color: #fff;
}
#special-enquete .item .subtitle {
  font-size: 18px;
  font-weight: bold;
}
#special-enquete .item .btn-default {
  width: 180px;
  position: absolute;
  right: 0;
  top: 86px;
}

/* --------------------------------------------------
  end header.page
-------------------------------------------------- */


/* --------------------------------------------------
  sitenavi
-------------------------------------------------- */
#sitenavi > .inner {
  padding-top: 25px;
  padding-bottom: 20px;
}
#sitenavi a {
  color: #212121;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#sitenavi a:hover {
  opacity: .7;
}
#sitenavi ul.l1 {
  letter-spacing: -.4em;
  position: relative;
}
#sitenavi ul.l1 > * {
  letter-spacing: normal;
}
#sitenavi ul.l1 > li {
  line-height: 1;
  padding: 0 21px;
  display: inline-block;
}
#sitenavi ul.l1 > li:first-child {
  padding-left: 0;
}
#sitenavi ul.l1 > li:last-child {
  padding-right: 0;
}
#sitenavi ul.l1 > li > a,
#sitenavi ul.l1 > li > span {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  line-height: 1;
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
}
#sitenavi ul.l1 > li > a.current {
  border-bottom-color: #3465b1;
}
#sitenavi ul.l1 > li.series.current {
  cursor: pointer;
}
#sitenavi ul.l1 > li.series::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
}
#sitenavi ul.l1 > li.series:hover::after{
  border-color: #3f6db4 transparent transparent transparent;
}

/* ----------------------------
  サブメニュー
---------------------------- */
#sitenavi .nav-box{
  letter-spacing: -.4em;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
  padding: 35px 60px 35px 40px;
  display: none;
  position: absolute;
  top: 47px;
  right: -10px;
  z-index: 100;
}
#sitenavi .nav-box::before {
  content: "";
  background-color: #568ee3;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}
#sitenavi .navi.group {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
#sitenavi .navi.group + .group {
  margin-left: 60px;
}
#sitenavi .navi.group .heading {
  color: #3365b1;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
#sitenavi .navi.group .list li {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0.5em;
}
#sitenavi .navi.group .list li a {
  text-decoration: none;
  background: url(/common/images/v1/common/en.png) 0 0.6em no-repeat;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

/* --------------------------------------------------
  end sitenavi
-------------------------------------------------- */


/* --------------------------------------------------
  footer.top
-------------------------------------------------- */
footer.page .inner{
  margin:0 auto;
  padding:0 10px;
  width:960px;
}

/* ----------------------------
  文春くん　followボタン
---------------------------- */

footer .top{
  background: url(/common/images/v1/common/common-line.gif) repeat-x left bottom;
  margin-top: -20px;
}
footer .top .inner{
  position: relative;
}
footer .top .inner .lead{
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 55px;
  left: 154px;
}
footer .top .inner .follow li{
  position: absolute;
  top: 121px;
}
footer .top .inner .follow li.twitter{
  left: 57px;
}
footer .top .inner .follow li.facebook{
  left: 197px;
}
footer .top .inner .follow li.youtube{
  left: 337px;
}
footer .top .inner .follow li.rss{
  left: 477px;
}
footer .top .inner .fumiharu{
  width: 820px;
  height: 232px;
  background-image: url(/common/images/v1/common/bottom_follow.png);
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

/* ----------------------------
  footer.middle
---------------------------- */
footer.page .inner.middle{
  display: table;
  padding: 20px 0 40px;
}
footer.page .inner.middle .heading {
  margin-bottom: 10px;
  overflow: hidden;
}
footer.page .inner.middle .heading .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  float: left;
}
footer.page .middle .box1{
  width: 336px;
  margin-top: 20px;
  padding: 10px 15px 10px 0;
  min-height: 197px;
  height: auto !important;
  height: 197px;
  background: url(/common/images/v1/common/common-line2.gif) repeat-y right top;
  display: table-cell;
  vertical-align: top;
}
footer.page .middle .box1 .img{
  float: left;
}
footer.page .middle .box1 .img img{
  border: solid 1px #c8c8c8;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
}
footer.page .middle .box1 .img a:hover img{
  border-color: #3465B1;
}
footer.page .middle .box1 .body{
  color: #999;
  font-size: 12px;
  width: 230px;
  float: right;
}
footer.page .middle .box1 .body h4{
  margin: 0 0 12px;
}
footer.page ul.latest-link{
  padding-top: 8px;
  clear: both;
}
footer.page ul.latest-link li{
  font-size: 12px;
  display: inline;
}
footer.page ul.latest-link li + li{
  background-color: transparent;
  margin-left: 9px;
}
footer.page ul.latest-link li a{
  color: #333;
  background: url(/common/images/v1/common/icon01.png) left 50% no-repeat;
  padding-left: 8px;
}
footer.page .middle .box2 {
  background: url(/common/images/v1/common/common-line2.gif) repeat-y right top;
  padding: 10px 20px;
  margin-top: 20px;
  width: 252px;
  display: table-cell;
  vertical-align: top;
}
footer.page .middle .box2 .img{
  position: relative;
}
footer.page .middle .box2 .img img{
  border: solid 1px #c8c8c8;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
}
footer.page .middle .box2 .img a:hover img{
  border-color: #3465B1;
}
footer.page .middle .box2 .img a{
  width: 250px;
  display: block;
  position: relative;
}
footer.page .middle .box3{
  padding: 10px 0 0 20px;
  margin-top: 20px;
  width: 280px;
  display: table-cell;
  vertical-align: top;
}
footer.page .middle .box3 ul li{
  margin-bottom: 6px;
}
footer.page .middle .box3 ul li span{
  font-size: 12px;
  color: #999;
  line-height: 120%;
  vertical-align: top;
}
footer.page .middle .box3 ul li p{
  font-size: 12px;
  background: url(/common/images/v1/common/icon02.png) no-repeat 10px 7px;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
footer.page .middle .box3 ul li p a{
  color: #333333;
}

/* ----------------------------
  footer.bottom
---------------------------- */
footer.page .bottom{
  background-color: #3c3c3c;
  padding-bottom: 40px;
}
footer.page #page-bottom{
  margin-bottom: 9px;
}
footer.page #page-bottom p a{
  overflow: hidden;
  line-height: 1000px;
  float: right;
  background: url(/common/images/v1/common/page-bottom.jpg) no-repeat;
  display: block;
  width: 148px;
  height: 33px;
}
footer.page .bottom nav{
  border-bottom: dotted 1px #5a5a5a;
  margin-bottom: 15px;
  padding-bottom: 15px;
  clear: both;
}
footer.page .bottom nav ul{
  float: left;
  margin: 0 0 0 125px;
  position: relative;
}
footer.page .bottom nav ul li{
  float: left;
  border-right: solid 1px #5a5a5a;
  padding: 0 10px;
}
footer.page .bottom nav ul li a{
  font-size: 12px;
  color: #fff;
  vertical-align: baseline;
}
footer.page .bottom nav p{
  float: left;
  background: url(/common/images/v1/common/footernav-bg.jpg) no-repeat 0 0 transparent;
  padding: 20px 0 5px 133px;
  color: #898989;
  font-size: 11px;
  margin-top: -15px;
  clear: both;
}
#footer-relation h5{
  float: left;
}
#footer-relation ul{
  width: 825px;
  float: right;
}
#footer-relation ul li{
  line-height: 1.2;
  border-right: solid 1px #5a5a5a;
  padding: 0 10px;
  margin-bottom: 10px;
  float: left;
}
#footer-relation ul li a{
  font-size: 12px;
  color: #fff;
  vertical-align: baseline;
}

/* --------------------------------------------------
  end footer.page
-------------------------------------------------- */


/* --------------------------------------------------
  sub-column
-------------------------------------------------- */

aside.page a {
  color:#3465b1;
}
.aside-common {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.aside-common + .aside-common {
  margin-top: 15px;
  padding-top: 15px;
  background: url(/common/images/v1/common/common-line.gif) 0 0 no-repeat;
}
.aside-common > .heading {
  margin-bottom: 15px;
  overflow: hidden;
}
.aside-common > .heading .title {
  font-size: 14px;
  font-weight: bold;
  display:block;
  float: left;
}

/* ----------------------------
  バナー
---------------------------- */
#aside-banners li + li {
  margin-top: 10px;
}
#aside-banners li img {
  width: 100%;
  height: auto;
}

/* ----------------------------
  アクセスランキング
---------------------------- */
#aside-ranking {
  padding-bottom: 5px;
}
.ranking-tab {
  background-image:url(/common/images/v1/aside/tab_rank.jpg);
  background-repeat:no-repeat;
  margin:0;
  width:140px;
  height:33px;
  float:left;
  cursor:pointer;
}
.ranking-tab span{display:none;}
#ranking-today.ranking-tab{background-position:0 0;}
#ranking-today.current{background-position:0 -34px;}
#ranking-yesterday.ranking-tab{background-position:-140px 0;}
#ranking-yesterday.current{background-position:-140px -34px;}
.ranking-common-list {
  padding-top:16px;
}
.ranking-common-list ul{
  clear:both;
}
.ranking-common-list ul li{
  font-size:12px;
  margin-bottom:10px;
  overflow:hidden;
}
.ranking-common-list ul li a {
  color: #333;
  min-height:62px;
  display: block;
}
.ranking-common-list ul li a:hover{
  text-decoration:none;
}
.ranking-common-list ul li div.body {
  background-position:0 0;
  background-repeat:no-repeat;
  width:210px;
  float: right;
}
.ranking-common-list ul li div.img {
  text-align:center;
  background: url(/common/images/v1/top/article-list-img-bg.gif) repeat;
  border:1px solid #F3F3F1;
  width:60px;
  height:60px;
  float:left;
  -webkit-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.ranking-common-list ul li a:hover div.img {
  border-color:#3465b1;
}
.ranking-common-list ul li div.img span {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.ranking-common-list ul li div.img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ranking-common-list ul li a:hover span.title {
  text-decoration:underline;
}
.ranking-common-list ul li.rank1 span.cate {background-image: url(/common/images/v1/aside/ranking-icon1.png);}
.ranking-common-list ul li.rank2 span.cate {background-image: url(/common/images/v1/aside/ranking-icon2.png);}
.ranking-common-list ul li.rank3 span.cate {background-image: url(/common/images/v1/aside/ranking-icon3.png);}
.ranking-common-list ul li.rank4 span.cate {background-image: url(/common/images/v1/aside/ranking-icon4.png);}
.ranking-common-list ul li.rank5 span.cate {background-image: url(/common/images/v1/aside/ranking-icon5.png);}
.ranking-common-list ul li span.cate {
  color:#3465b1;
  text-align:left;
  background-repeat:no-repeat;
  background-position:0 0;
  border-width:0;
  margin-bottom: 2px;
  padding-left: 21px;
  width:auto;
  height:auto;
  float:none;
}

/* ----------------------------
  動画
---------------------------- */
#aside-video {
  padding-left: 0;
  padding-right: 0;
}
#aside-video > .heading .title {
  font-size: 18px;
}
#aside-video .txt {
  margin-top: 7px;
}
#aside-video .txt .date {
  color: #999;
  font-size: 12px;
}
#aside-video .txt .title {
  color: #3f6db4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2px;
}
#aside-video .txt .summary {
  color: #212121;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}
#aside-video .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#aside-video .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#aside-video ul li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* --------------------------------------------------
  end sub-column
-------------------------------------------------- */


/* --------------------------------------------------
  main-column common
-------------------------------------------------- */
.contents-shadow .relation-inner {
  border: solid 1px #c8c8c8;
  background-color: #fff;
  padding: 20px;
}

/* ----------------------------
  meta-info カテゴリ名
---------------------------- */
.meta-info {
  border-bottom:3px double #C8C8C8;
  margin-bottom:30px;
  padding-bottom:15px;
}
article .meta-info {
  border-bottom-width:0;
  margin-bottom:0;
  padding-bottom: 0;
  overflow: hidden;
}
.meta-info > img {
  float:left;
}
.meta-info > .source {
  background: url(/common/images/v1/article/common-titles.png) 0 -176px no-repeat;
  width:135px;
  height:28px;
  display: block;
  float:right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.meta-info > .source-bunshun {
  background-position:0 -148px;
  width: 129px;
}
.meta-info > .source-text {
  color: #333;
  font-size: 12px;
  text-indent: 0;
  line-height: 26px;
  border: 1px dotted #b5b5b5;
  background-color: #f4f4f4;
  background-image: none;
  padding: 0 9px;
  width: auto;
  height: auto;
}


/* ----------------------------
  カテゴリ名
---------------------------- */
.cate-name {
  padding-bottom:20px;
}
article .cate-name{
  margin:0;
  padding-bottom:0;
}


/* ----------------------------
  雑誌 号名
---------------------------- */
.catelist-name {
  font-size:14px;
  font-weight:bold;
  line-height:16px;
  background-color:#e6e6e6;
  margin-bottom:20px;
  padding:10px;
  width:578px;
}
.catelist-name-page{
  font-size:14px;
  font-weight:bold;
  background-color:#e6e6e6;
  padding:5px 5px 3px 10px;
  width:583px;
  line-height:180%;
  margin-bottom:20px;
}
body#category-backnumber .catelist-name-page {
  margin-bottom:15px;
}
.catelist-name-page h1,
.catelist-name-page .name{
  float:left;
  width:515px;
}

/* ----------------------------
  pagenation ページ繰り
---------------------------- */
.pagenation {
  margin-bottom: 30px;
  padding-top: 5px;
}
article .pagenation {
  margin-bottom: 0;
  padding-top: 0;
}
.pagenation ul {
  font-size: 0;
  text-align: center;
}
.pagenation ul li {
  color: #AFAFAF;
}
.pagenation ul li span, .pagenation ul li a {
  color: #AFAFAF;
  background: url(/common/images/v1/common/common-pagenation.png) -132px -56px no-repeat;
}
.pagenation ul li {
  font-size: 12px;
  line-height: 26px;
  margin: 0 5px;
  width: 25px;
  height: 28px;
  display: inline-block;
  vertical-align: bottom;
}
.pagenation ul li a, .pagenation ul li span {
  height: 28px;
  display: block;
}
.pagenation ul li a {
  color: #333;
  background-position: -132px 0;
}
.pagenation ul li span {
  cursor: default;
}
.pagenation ul li a:hover, .pagenation ul li.current span {
  color: #FFF;
  text-decoration: none;
  background-position: -132px -28px;
}
/*前へ*/
.pagenation.article ul li.prev,
.pagenation.article ul li.next,
.pagenation.article ul li.beginning,
.pagenation.article ul li.last {
  width: 56px;
}
.pagenation.article ul li.prev span {
  padding-left: 12px;
  background-position: 0 -56px;
}
.pagenation.article ul li.prev a {
  padding-left: 12px;
  background-position: 0 0;
}
.pagenation.article ul li.prev a:hover {
  background-position: 0 -28px;
}
/*次へ*/
.pagenation.article ul li.next span {
  padding-right: 12px;
  background-position: -233px -56px;
}
.pagenation.article ul li.next a {
  padding-right: 12px;
  background-position: -233px 0;
}
.pagenation.article ul li.next a:hover {
  background-position: -233px -28px;
}
/* 先頭と最後 */
.pagenation.article ul li.beginning a, .pagenation.article ul li.last a {
  background-position: -66px 0;
}
.pagenation.article ul li.beginning a:hover, .pagenation.article ul li.last a:hover {
  background-position: -66px -28px;
}

/* ----------------------------
  次の記事へと前の記事へ
---------------------------- */
.catelist-name-page .pagenation {
  margin-bottom: 0;
  padding-top: 0;
  width: 60px;
  float: right;
}
.catelist-name-page .pagenation ul {
  height: 27px;
}
.catelist-name-page .pagenation ul li > * {
  background: url(/common/images/v1/common/common-pagenation2.png) no-repeat;
  background-color: #E6E6E6;
  padding: 0;
  width: 25px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.catelist-name-page .pagenation ul li {
  margin: 0 0 0 5px;
  float: right;
}
.catelist-name-page .pagenation ul li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.catelist-name-page .pagenation ul li.next a {
  background-position: -57px 0;
}
.catelist-name-page .pagenation ul li.next a:hover {
  background-position: -57px -29px;
}
.catelist-name-page .pagenation ul li.next span {
  background-position: -57px -58px;
}
.catelist-name-page .pagenation ul li.prev a {
  background-position: 0 0;
}
.catelist-name-page .pagenation ul li.prev a:hover {
  background-position: 0 -29px;
}
.catelist-name-page .pagenation ul li.prev span {
  background-position: 0 -58px;
}


/* ----------------------------
  検索フォーム
---------------------------- */
.searchform {
  text-align:center;
  margin-bottom:20px;
}
.searchform form .search input{
  font-size:24px;
  line-height: 53px;
  height: 53px;
  border:1px solid #c8c8c8;
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
  padding: 0 0 0 9px;
  width:508px;
  vertical-align:middle;
}
.searchform form .search input::-webkit-input-placeholder {
  color:#ccc;
  font-weight:bold;

}
.searchform form .search input::-moz-placeholder {
  color:#ccc;
  font-weight:bold;
  opacity: 1;
}
.searchform form .search input::-moz-placeholder {
  color:#ccc;
  font-weight:bold;
  opacity: 1;
}
.searchform form .search input:-ms-input-placeholder {
  color:#ccc;
  font-weight:bold;
}
.searchform form .search button {
  color:#fff;
  font-size:24px;
  line-height:55px;
  background-color:#ffaa00;
  border-width: 0;
  border-radius: 0 5px 5px 0;
  vertical-align:middle;
  padding:0 21px;
  cursor:pointer;
}
/* ----------------------------
  中吊り
---------------------------- */
.popup-fancybox,
.popup-fancybox-with-link {
  display: block;
  position: relative;
}
.popup-fancybox:hover,
.popup-fancybox-with-link:hover {
  text-decoration: none;
}
.article-list-img .popup-fancybox-with-link::after,
.img .popup-fancybox-with-link::after,
#backnumber-poster-contents > a::after {
  content: "拡大して見る";
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: url(/common/images/v1/common/icon-zoom.png) 0 0 no-repeat !important;
  margin: -29px 0 0 -45px;
  padding-top: 35px;
  width: 90px;
  height: 58px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.article-list-img .popup-fancybox-with-link:hover::after,
.img .popup-fancybox-with-link:hover::after,
#backnumber-poster-contents > a:hover::after {
  visibility: visible;
  opacity: 1;
}
#fancybox-content .btn_book_index {
  padding-top: 20px;
}
#fancybox-content .btn_book_index a {
  background: url(/common/images/v1/common/btn_book_index.png) 0 0 no-repeat;
  width: 163px;
  height: 42px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#fancybox-content .btn_book_index a:hover {
  background-position: 0 -42px;
}
#img_expansion {
  background-color: #FFF;
  text-align: center;
}
#img_expansion img {
  width: 100%;
  height: auto;
}

/*----- magnificPopup -----*/
.mfp-content {
  background-color: #fff;
  margin: 40px;
  padding: 20px;
}
.mfp-figure img.mfp-img {
  padding: 0;
}
.mfp-content .btn_book_index {
  text-align: center;
  margin: 20px 0 0;
}
.mfp-content .btn_book_index a {
  background: url(http://shukan.bunshun.jp/common/images/v1/common/btn_book_index.png) 0 0 no-repeat;
  width: 163px;
  height: 42px;
  display: inline-block;
  vertical-align: top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mfp-content .btn_book_index a:hover {
  background-position: 0 -42px;
}
.mfp-content .mfp-close {
  background: transparent url(/common/js/lib/fancybox/fancy_close.png) no-repeat;
  border: 0;
  outline: none;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1046;
  box-shadow: none;
  -webkit-appearance: none;
  touch-action: manipulation;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: -15px;
  top: -15px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ----------------------------
  パンくず
---------------------------- */
#main > .breadcrumb {
  font-size: 11px;
  margin-bottom: 12px;
}
#main > .breadcrumb a {
  color: #333;
}
#main > .breadcrumb span {
  color: #b4b4b4;
  clear: both;
}

/* --------------------------------------------------
  end main-column common
-------------------------------------------------- */

/* --------------------------------------------------
  indexes common
  一覧ページ
-------------------------------------------------- */

/* ----------------------------
  カテゴリ名
---------------------------- */
.relation-inner .heading {
  overflow: hidden;
}
.relation-inner .heading .title {
  font-weight: bold;
  line-height: 1.2;
  float:left;
}
.relation-inner .heading + .article-list {
  margin-top: 20px;
}
.heading.cate-name {
  padding-bottom: 15px;
}
.heading.cate-name > .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

#primary footer.articles {
  text-align: center;
}
#primary footer.articles .btn-default.more {
  padding-left: 40px;
  padding-right: 40px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#primary footer.articles + #magazine-backnumber {
  margin-top: 40px;
}

/* ----------------------------
  記事一覧共通
---------------------------- */
.article-list ul li {
  border-bottom:1px dotted #b4b4b4;
  margin-bottom:20px;
  padding-bottom:20px;
}

/* ----------------------------
  記事一覧共通 - 画像
---------------------------- */
.article-list .article-list-img {
  text-align:center;
  display: table;
  float:left;
  position: relative;
}
.article-list .article-list-img > * {
  display: table-cell;
  vertical-align: middle;
}
a.article-list-img,
.article-list .article-list-img a,
.article-list .article-list-img span {
  text-align:center;
  background: url(/common/images/v1/top/article-list-img-bg.gif) repeat;
}
.article-list-img img {
  margin:0 auto;
}
.article-list .video .article-list-img a::before{
  content: '';
  background-image: url(/common/images/v1/common/icon-playmovie.png);
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.article-list-img a {
  border:1px solid #fff;
  width: 160px;
  height: 100px;
  display:block;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
}
.article-list-img a:hover {
  border-color: #3465B1;
}

/* ----------------------------
  記事一覧共通 - テキスト
---------------------------- */
.list-body{
  float:right;
  width:420px;
  color:#333;
}
span.cate {
  color:#3465b1;
  font-size:12px;
  line-height:1.25;
  margin-bottom:10px;
  display:block;
}
.list-body span.icon_new {
  line-height:1;
  margin-bottom:10px;
  display:block;
}
.list-body span.cate img{
  margin-left:10px;
  vertical-align: baseline;
}
.list-body span.new_icon img{
  margin-left:0;
}
.list-body .title {
  font-size:18px;
  font-weight: bold;
  line-height:1.3;
  margin-bottom:10px;
}
.list-body .title a{
  color: #333;
}
.list-body .title span{
  font-size:14px;
  line-height:1.4;
  margin-bottom:15px;
  display:block;
  margin-top:5px;
}
.list-body .title a:hover span {
  text-decoration:underline;
}
.list-body .subtitle {
  font-size:14px;
  line-height:1.3;
  margin-bottom:0;
}
.list-body span.icon-new {
  line-height: 11px;
  margin-bottom: 4px;
  display: block;
}
.list-body p {
  font-size:12px;
  line-height:1.5;
}
.list-body span.date{
  color:#999;
  font-size:12px;
  line-height:1;
}

/*ページ繰り（上部）*/
.catelist-name-page .simple-pagenation{
  float:right;
  width:60px;
}

/* ----------------------------
  Information お知らせ一覧
---------------------------- */
#category-information #primary .article-list li {
  display: table;
  width: 100%;
}
#category-information #primary .article-list li > p {
  font-size: 12px;
  text-align: left;
  display: table-cell;
  vertical-align:top;
}
#category-information #primary .article-list li .date {
  color:#3465b1;
  width: 10em;
}
#category-information #primary .article-list li a {
  color:#333;
}

/* ----------------------------
  バックナンバー一覧
---------------------------- */
/*----- 表示切り替えボタン -----*/
.backnumber-nav-list {
  font-size: 12px;
  letter-spacing: -.4em;
  margin-bottom: 6px;
}
.backnumber-nav-list > ul,
.backnumber-nav-list > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.backnumber-nav-list ul + ul {
  margin-left: 20px;
}
.backnumber-nav-list li {
  letter-spacing: normal;
}
#backnumber-nav-list-display li {
  background: url(/common/images/v1/category/backnumber-nav.jpg) 0 0 no-repeat;
  width: 30px;
  height: 23px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.backnumber-nav-list #backnumber-text, .backnumber-nav-list #backnumber-text.normal {
  background-position: -30px 0;
}
.backnumber-nav-list #backnumber-text.reverse {
  background-position: -30px -23px;
}
.backnumber-nav-list #backnumber-cover, .backnumber-nav-list #backnumber-cover.normal {
  background-position: 0 0;
}
.backnumber-nav-list #backnumber-cover.reverse {
  background-position: 0 -23px;
}
.backnumber-nav-list #backnumber-poster, .backnumber-nav-list #backnumber-poster.normal {
  background-position: -60px 0;
}
.backnumber-nav-list #backnumber-poster.reverse {
  background-position: -60px -23px;
}
#backnumber-nav-list-narrow li {
  line-height: 18px;
  margin-top: 3px;
  height: 18px;
}
#backnumber-nav-list-narrow li a,
#backnumber-nav-list-narrow li.normal a {
  color: #333;
}
#backnumber-nav-list-narrow li.reverse {
  font-weight: bold;
  cursor: default;
}
#backnumber-nav-list-narrow li.reverse a:hover {
  text-decoration: none;
}
#backnumber-nav-list-narrow li + li {
  border-left: 1px dotted #b4b4b4;
  margin-left: 14px;
  padding-left: 14px;
}

/*----- バックナンバー一覧 -----*/
#category-backnumber .backnumber-display-list {
  font-size: 12px;
  margin-bottom: 20px;
}
#category-backnumber .backnumber-display-list ul {
  border-top: 1px dotted #b4b4b4;
  margin-top: 15px;
  padding-top: 20px;
}
#backnumber-list-text .article-list-img a img,
#backnumber-list-cover .cover a img,
#backnumber-list-poster .article-list-img a img {
  border: 1px solid #c8c8c8;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
}
#backnumber-list-text .article-list-img a:hover img,
#backnumber-list-cover .cover a:hover img,
#backnumber-list-poster .article-list-img a:hover img {
  border-color: #3465b1;
}


/*----- バックナンバー一覧 表紙+テキスト -----*/
#backnumber-list-text .article-list-img a {
  border-width: 0;
  width: auto;
  height: auto;
}
#backnumber-list-text .list-body {
  width: 525px;
}
#backnumber-list-text .list-body .price {
  color: #666;
}


/*----- バックナンバー一覧 表紙のみ -----*/
#backnumber-list-cover table {
  border-collapse: collapse;
  border-spacing: 0;
}
#backnumber-list-cover td {
  color: #3465b1;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  vertical-align: top;
}
#backnumber-list-cover .cover {
  width: 200px;
  padding: 15px 0 10px;
  text-align: center;
}
#backnumber-list-cover td span img {
  margin-left: 10px;
  vertical-align: baseline;
}

/*----- バックナンバー一覧 中吊り -----*/
#backnumber-list-poster .article-list-img {
  width: 475px;
  position: relative;
}
#backnumber-list-poster .article-list-img a {
  position: relative;
  height: 302px;
  display: table-cell;
  vertical-align: middle;
}
#backnumber-list-poster .article-list-img a span.icon_zoom {
  background-image: url("/common/images/v1/common/icon-zoom.png");
}
#backnumber-list-poster .noimage {
  background-color: #E6E6E6;
  border: 1px solid #C8C8C8;
  padding: 4px;
  width: 463px;
}
#backnumber-list-poster .noimage span {
  background: url(/common/images/v1/common/backnumber_noimage.png) 50% 50% no-repeat;
  border: 1px solid #FFF;
  width: 461px;
  height: 292px;
  display: block;
}
#backnumber-list-poster .list-body {
  width: 104px;
}
#backnumber-list-poster .list-body span.btn {
  margin-bottom: 5px;
  padding-top: 0;
  display: block;
}
#backnumber-list-poster .list-body span a {
  text-indent: -9999px;
  background: url(/common/images/v1/common/btn-list1.png) 0 0 no-repeat;
  width: 104px;
  height: 25px;
  display: block;
}
#backnumber-list-poster .list-body span.btn_book_index a {
  background-position: -273px 0;
}
#backnumber-list-poster .list-body span.btn_book_index a:hover {
  background-position: -273px -25px;
}
#backnumber-list-poster .list-body span.btn_show_poster a {
  background-position: -377px 0;
}
#backnumber-list-poster .list-body span.btn_show_poster a:hover {
  background-position: -377px -25px;
}

/* ----------------------------
  end バックナンバー一覧
---------------------------- */

/* --------------------------------------------------
  end indexes common
-------------------------------------------------- */



/* --------------------------------------------------
  media_top
  トップページ
-------------------------------------------------- */
/* ----------------------------
  最新号
---------------------------- */
#magazine-backnumber .img {
  margin: -21px -21px 0;
}
#magazine-backnumber .txt .heading {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 20px;
  padding-left: 70px;
  position: relative;
  overflow:visible;
}
#magazine-backnumber .txt .heading::before {
  content: "";
  background: url(/common/images/v1/article/badge-latest_magazine.png) no-repeat;
  margin-top: -33px;
  width: 66px;
  height: 69px;
  position: absolute;
  left: -10px;
  top: 50%;
}
#magazine-backnumber .txt .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .25em;
  float: none;
}
#magazine-backnumber .txt .title a {
  color: #1f1f1f;
}
#magazine-backnumber .links {
  text-align: right;
  letter-spacing: -.4em;
  margin-top: 30px;
  margin-bottom: 10px;
}
#magazine-backnumber .links .btn-default {
  min-width: 220px;
}
#magazine-backnumber .links > * + .btn-default {
  margin-left: 10px;;
}


/* ----------------------------
新着記事
---------------------------- */
#articles-latest {
  margin-bottom: 15px;
}
#articles-latest .heading .title {
  font-size: 18px;
}
#articles-latest ul li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}


/* --------------------------------------------------
  end media_top
-------------------------------------------------- */


/* --------------------------------------------------
  article 記事ページ
-------------------------------------------------- */

/* ----------------------------
  カテゴリ名
---------------------------- */
.article-cate-name {
  margin-bottom: 15px;
  padding: 0 30px;
}
.article-cate-name > .title {
  color: #3365b1;
  font-family: 'Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
}
#primary section > .cate-name {
  overflow: hidden;
}
#primary section > .cate-name .title{
  float: left;
}
#primary section > .cate-name .list-link{
  float: right;
}

/* ----------------------------
  signage
---------------------------- */
#article-signage {
  padding-bottom: 10px;
  position: relative;
}
#article-signage h1 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 10px;
}
#article-signage h2{
  font-size:16px;
  font-weight:normal;
}
#article-signage p.author-name {
  font-size:16px;
  margin-top: 20px;
}
section .author-name span{
  color:#fff;
  font-size:12px;
  line-height:19px;
  background-color:#4b4b4b;
  margin-right:10px;
  padding:0 3px;
  height:19px;
  display: inline-block;
}
#article-signage p.author-name span{
  margin-left:0 !important;
}
.author-name strong{
  font-size:16px;
  font-weight:normal;
  vertical-align: middle;
}
.author-name span.eg{
  font-style:italic;
  font-family:serif;
}
.author-name span.line{
  color:#c8c8c8;
}
/* プロフィールボタン */
.author-name a.btn-profile {
  text-indent:-9999px;
  background: url(/common/images/v1/article/btn-author-profile.png) 0 0  no-repeat;
  margin-left:10px;
  width:82px;
  height:22px;
  display: inline-block;
  vertical-align: middle;
}
.author-name a.btn-profile:hover {
  background-position:0 -22px;
}
.author-name a.reverse {
  background-position:-82px 0;
}
.author-name a.reverse:hover {
  background-position:-82px -22px;
}
.info-date{font-size:12px; color:#3465b1; font-weight:bold; margin-bottom:10px;}/*本の話からのお知らせ用*/

/* プロフィール詳細 */
div.author-profile {
  font-size: 12px;
  border-bottom:dotted 1px #b4b4b4;
  padding:20px 0;
  display: none;
}
div.author-profile .img {
  float: left;
}
div.author-profile .img a img {
  border:1px solid #fff;;
}
div.author-profile .img a:hover img {
  border-color:#3465B1;
}
div.author-profile .right {
  text-align:left;
  width: 400px;
}
div.author-profile .body p {
  line-height:1.4;
  margin-bottom:10px;
}
div.author-profile .body ul li {
  background:url(/common/images/v1/common/icon01.png) 0 50% no-repeat;
  margin-top:5px;
  padding-left:10px;
}


/* ----------------------------
  Video
---------------------------- */
#article-movie {
  margin: 0 -50px 10px;
}
#article-movie .inner {
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
  position: relative;
}
#article-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ----------------------------
  sharebtn
---------------------------- */
.article-tools {
  margin: 15px 0 20px;
  display: table;
  width: 100%;
}
#article-signage .article-tools {
  margin-top: 22px;
}
.article-tools.bottom {
  margin-top: 60px;
}
.article-tools > * {
  display: table-cell;
  vertical-align: top;
}
.article-tools .info {
  font-size: 12px;
  text-align: right;
}
.article-tools time {
  font-size: 12px;
  color: #999;
  text-align: right;
}
/*----- sharebtn -----*/
.sharebtn ul {
  text-align: left;
  letter-spacing: -.4em;
}
.article-tools.bottom .sharebtn ul {
  text-align: center;
}
.sharebtn li {
  letter-spacing: normal;
  text-align: left;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.sharebtn li + li {
  margin-left: 10px;
}
.sharebtn li > * {
  background-position: 50% 50%  !important;
  background-repeat: no-repeat  !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sharebtn li a > i {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.sharebtn li.twitter a {
  background-color: #1da1f2;
    background-image: url(/common/images/v1/common/share_tw.png);
}
.sharebtn li.facebook a {
  background-color: #3b579d;
    background-image: url(/common/images/v1/common/share_fb.png);
}
.sharebtn li.line a {
  background-color: #00b900;
    background-image: url(/common/images/v1/common/share_tw.png);
}
.sharebtn li.gplues a {
  background-color: #dc4a3d;
    background-image: url(/common/images/v1/common/share_gplus.png);
}
.sharebtn li.hatena a {
  background-color: #0399da;
    background-image: url(/common/images/v1/common/share_hatena.png);
}
.sharebtn li.pinterest a {
  text-align: center;
  letter-spacing: -.4em;
  background-color: #bd081c;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sharebtn li.pinterest a:hover {
  opacity: .7;
}
.sharebtn li.pinterest a::after,
.sharebtn li.pinterest a > img {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.sharebtn li.pinterest a::after {
  content: "";
  margin-right: -1px;
  width: 1px;
  height: 40px;
}
.sharebtn li.mail a {
  background-color: #222;
    background-image: url(/common/images/v1/common/share_mail.png);
}
.sharebtn li.youtube a {
  background-color: #cd201f;
    background-image: url(/common/images/v1/common/share_youtube.png);
}

/* ----------------------------
  本文
---------------------------- */
#editor {
  font-family: 'Meiryo', 'メイリオ', '平成明朝', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  padding-top: 20px;
}
#editor p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}
#editor p.read {
  padding: 20px;
  background-color: #d6e6fe;
}
#editor p.question {
  color: #6a503c;
}
#editor p.midashi, #editor h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-left: solid 5px #3465b1;
  padding-left: 10px;
}
#editor h2 {
  margin: 36px 0 18px;
  clear: both;
}
#editor h2:first-child {
  margin-top: 0;
}
#editor h3 {
  font-size: 100%;
  margin-bottom: 12px;
  clear: both;
}
#editor h4 {
  font-size: 100%;
}
#editor p.next-info {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#editor .font-s {
  font-size: 12px;
  line-height: 14px;
}
#editor .red {
  color: #7f0045;
}
#editor .green {
  color: #007131;
}
#editor .blue {
  color: #0074a9;
}
#editor .red2 {
  color: #c2121f;
}
#editor hr {
  border-width: 1px 0 0 0;
  border-color: #b4b4b4;
  border-style: dotted;
  clear: both;
  margin: 16px 0 18px;
}

/* ----------------------------
  本文内装飾
---------------------------- */
#editor .figure {
  margin-bottom: 25px;
}
#editor .figure-right {
  margin: 0 0 25px 25px;
  float: right;
}
#editor .figure-left {
  margin: 0 25px 25px 0;
  float: left;
}
#editor .figure-center {
  margin: 0 auto 25px;
  text-align: left;
}
#editor .figure, #editor .figure-right, #editor .figure-left, #editor .figure-center {
  border: solid 5px #F0F0F0;
  background-color: #F0F0F0;
}
#editor .figure-no-border {
  border-width: 0 !important;
  background: none !important;
}
#editor .figure img, #editor .figure-right img, #editor .figure-left img, #editor .figure-center img {
  border: 1px solid #C8C8C8;
  vertical-align: bottom;
}
#editor .figure a:hover img, #editor .figure-right a:hover img, #editor .figure-left a:hover img, #editor .figure-center a:hover img {
  border-color: #2A64BE;
}
#editor .figure-no-border img {
  border-width: 0 !important;
}
#editor .figure span, #editor .figure-right span, #editor .figure-left span, #editor .figure-center span {
  font-size: 12px;
  line-height: 140%;
  display: block;
  text-align: left;
  margin-top: 5px;
}
#editor .figure span.right, #editor .figure-right span.right, #editor .figure-left span.right, #editor .figure-center span.right {
  color: #666;
  float: none;
}
#editor .figure-first {
  margin:0 0 25px 25px;
  float: right;
}
#editor .figure-first .figure-right {
  margin: 0;
  float: none;
}

/*テーブル 共通*/
#editor table {
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
#editor table tr th, #editor table tr td {
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  padding: 10px;
}
#editor table tr th {
  white-space: nowrap;
}
/*テーブル1*/
table.tb1 {
  width: 100%;
}
table.tb1 tr th, table.tb1 tr td {
  border-bottom: solid 1px #fff;
}
table.tb1 tr th {
  background-color: #3465b1;
  color: #fff;
}
table.tb1 tr td {
  background-color: #f4f8fd;
}
/*テーブル2*/
table.tb2 {
  border-top: solid 1px #c8c8c8;
  width: 100%;
}
table.tb2 tr {
  border-bottom: solid 1px #c8c8c8;
}
/*テーブル3*/
table.tb3 {
  width: 100%;
}
table.tb3 tr.tb-head th {
  text-align: center !important;
  background-color: #3465b1;
  color: #fff;
}
table.tb3 tr th, table.tb3 tr td {
  border: solid 1px #fff;
}
table.tb3 tr th {
  background-color: #d1e0f8;
}
table.tb3 tr td {
  background-color: #f4f8fd;
}
/*テーブル4*/
table.tb4 {
  width: 100%;
}
table.tb4 tr.tb-head th {
  text-align: center !important;
  background-color: #3465b1;
  color: #fff;
}
table.tb4 tr th, table.tb4 tr td {
  border: solid 1px #fff;
}
table.tb4 tr th {
  background-color: #d1e0f8;
}
table.tb4 tr td {
  background-color: #f4f8fd;
}
/*リスト*/
#editor ul.list1 li {
  background: url("/common/images/v1/common/icon02.png") no-repeat scroll 3px 9px transparent;
  padding-left: 20px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 140%;
}
#editor ul.list2, #editor ol.list2 {
  padding-left: 20px;
}
#editor ul.list2 li, #editor ol.list2 li {
  list-style-type: decimal;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 140%;
}
#editor p a.link {
  background: url("/common/images/v1/common/icon01.png") no-repeat scroll left 6px transparent;
  padding-left: 7px;
  display: block;
}
#editor p.note {
  background: url(/common/images/v1/article/icon-note.gif) no-repeat scroll left 7px transparent;
  padding-left: 15px;
}

/* 告知・インフォメーション */
#editor div.extra_info {
  border-left: 5px solid #C8C8C8;
  margin-top: 35px;
  padding: 2px 0 0 20px;
}
#editor div.extra_info h5 {
  font-size: 14px;
  margin-bottom: 8px;
}
#editor div.extra_info p {
  font-size: 12px;
}


/* ----------------------------
  シネマチャート用
---------------------------- */
/* レビュー */
#editor div.review {
  background-color: #d6e6fe;
  margin-bottom: 30px;
  padding: 6px 6px 10px;
}
#editor div.review table {
  margin-bottom: 8px;
}
#editor div.review table th, #editor div.review table td {
  background-color: #FFF;
  border: 1px solid #afcdfc;
  vertical-align: middle;
}
#editor div.review table th {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 20px 18px;
}
#editor div.review table td {
  font-size: 12px;
  background: #FFF url(/common/images/v1/article/star1.png) 20px 50% no-repeat;
  padding-left: 110px;
}
/*星の数*/
#editor div.review table td.star_5 {
  background-image: url(/common/images/v1/article/star5.png);
}
#editor div.review table td.star_4 {
  background-image: url(/common/images/v1/article/star4.png);
}
#editor div.review table td.star_3 {
  background-image: url(/common/images/v1/article/star3.png);
}
#editor div.review table td.star_2 {
  background-image: url(/common/images/v1/article/star2.png);
}
#editor div.review table td.star_0 {
  background-image: url(/common/images/v1/article/star0.png);
  background-position: 50% 50%;
}
div.review ul.legends {
  font-size: 0;
  overflow: hidden;
  _zoom: 1;
}
div.review ul.legends li {
  color: #666;
  font-size: 12px;
  padding-right: 12px;
  margin-bottom: 3px;
  float: left;
  vertical-align: middle;
}
div.review ul.legends li span {
  text-indent: -9999px;
  background: transparent url(/common/images/v1/article/review_legends.png) 0 0 repeat-x;
  margin: 0 5px 0 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
div.review ul.legends li.star_5 span {
  width: 55px;
}
div.review ul.legends li.star_4 span {
  width: 44px;
}
div.review ul.legends li.star_3 span {
  width: 33px;
}
div.review ul.legends li.star_2 span {
  width: 22px;
}
div.review ul.legends li.star_0 span {
  background-position: 0 -11px;
}

/* レビューv2 */
.review_frame {
  font-size: 14px;
  border: 6px solid #d6e6fe;
  margin-top: 30px;
  padding: 20px;
}
.review_frame + .review_frame {
  margin-top: 10px;
}
.review_frame h5 {
  font-weight: bold;
}
#editor .review_frame h5 + p {
  font-size: 14px;
  line-height: 1.4;
  margin: .5em 0 0;
}
.review_frame h5 + p > span,
.review_legends > span {
  color: #ffbf00;
}
#editor .review_legends {
  font-size: 12px;
  text-align: right;
  margin: .5em 0 0;
}

/* ----------------------------
  雑誌/電子版を購入する（雑誌目次）
---------------------------- */
#store-lineup {
  margin: 60px 0;
}
#ebook-store {
  margin-top: 20px;
}
#store-lineup .title {
  font-size: 16px;
  line-height: 1.1;
  background: url(/common/images/v1/article/store_lineup/shop-mag-icon.png) 0 0 no-repeat;
  padding: 8px 0 0 34px;
}
#ebook-store .title {
  padding-left: 30px;
  background-image: url(/common/images/v1/article/store_lineup/shop-device-icon.png);
}
#store-lineup ul {
  margin: 16px 0 0 6px;
  overflow: hidden;
  *zoom: 1;
}
#store-lineup ul li {
  margin: 4px 0 0 4px;
  float: left;
}
#store-lineup ul li a {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 260px;
  height: 60px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity:1;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#store-lineup ul li a:hover {
  border-color: #ccc;
  opacity:0.8;
}
#store-lineup ul li.amazon a {
  background-image: url(/common/images/v1/article/store_lineup/ico-amazon.png);
}
#store-lineup ul li.rakuten a {
  background-image: url(/common/images/v1/article/store_lineup/ico-rakuten.png);
}
#store-lineup ul li.sevennet a {
  background-image: url(/common/images/v1/article/store_lineup/ico-sevennet.png);
}
#store-lineup ul li.bookservice a {
  background-image: url(/common/images/v1/article/store_lineup/ico-bookservice.png);
}
#store-lineup ul li.ehon a {
  background-image: url(/common/images/v1/article/store_lineup/ico-ehon.png);
}
#store-lineup ul li.kindle a {
  background-image: url(/common/images/v1/article/store_lineup/ico-kindle.png);
}
#store-lineup ul li.kobo a {
  background-image: url(/common/images/v1/article/store_lineup/ico-kobo.png);
}
#store-lineup ul li.kinoppy a {
  background-image: url(/common/images/v1/article/store_lineup/ico-kinoppy.png);
}
#store-lineup ul li.readerstore a {
  background-image: url(/common/images/v1/article/store_lineup/ico-readerstore.png);
}
#store-lineup ul li.booklive a {
  background-image: url(/common/images/v1/article/store_lineup/ico-booklive.png);
}
#store-lineup ul li.honto a {
  background-image: url(/common/images/v1/article/store_lineup/ico-honto.png);
}

/* ----------------------------
  購入情報
---------------------------- */
.book-saledata {
  width: 341px;
  height:71px;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.book-saledata-price {
  font-size: 12px;
  padding-left: 2px;
  padding-bottom: 15px;
}
ul.book-saledata-buy-btn {
  margin-right: -1px;
  width: 342px;
}
ul.book-saledata-buy-btn li {
  float: left;
}
ul.book-saledata-buy-btn li.btn_onlineshop {
  float: right;
  position: relative;
}
ul.book-saledata-buy-btn li a, ul.book-saledata-buy-btn li span {
  background: url(/common/images/v1/article/btn-buy.png) 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
  height: 38px;
}
ul.book-saledata-buy-btn li.btn_subscription a {
  width: 124px;
}
ul.book-saledata-buy-btn li.btn_subscription a:hover {
  background-position: 0 -38px;
}
ul.book-saledata-buy-btn li.btn_onlineshop span,
ul.book-saledata-buy-btn li.btn_onlineshop a {
  background-position: -124px 0;
  width: 211px;
  cursor: pointer;
}
ul.book-saledata-buy-btn li.btn_onlineshop span.reverse {
  background-position: -124px -38px;
}
ul.book-saledata-buy-btn li.btn_onlineshop a:hover {
  background-position: -124px -76px;
}
div.onlineshop_list {
  position: absolute;
  top: 36px;
  z-index: 100;
  display: none;
}
#page-backnumber div.onlineshop_list {
  right: 0;
}
div.onlineshop_list.show {
  display: block;
}
div.onlineshop_list ul {
  font-size: 0;
  border-top: solid 1px #ffcd45;
  background: url(/common/images/v1/article/btn-buy-pulldown.png) 0 100% no-repeat;
  padding: 12px 0 12px 18px;
  width: 213px;
}
div.onlineshop_list ul li {
  padding: 5px 0;
  float: none;
}
div.onlineshop_list ul li a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-indent: 0;
  line-height: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  height: auto;
}
div.onlineshop_list ul li a:hover {
  color: #2A64BE;
  text-decoration: none;
}
div.onlineshop_list ul li a.link_shop_amazon {
  background-image: url(/common/images/v1/article/favicon_amazon.png);
  background-position: 0 0 !important;
}
div.onlineshop_list ul li a.link_shop_7net {
  background-image: url(/common/images/v1/article/favicon_7net.png);
  background-position: 0 0 !important;
}
div.onlineshop_list ul li a.link_shop_rakuten {
  background-image: url(/common/images/v1/article/favicon_rakuten.png);
  background-position: 0 0 !important;
}
div.onlineshop_list ul li a.link_shop_bookservice {
  background-image: url(/common/images/v1/article/favicon_bookservice.png);
  background-position: 0 0 !important;
}
div.onlineshop_list ul li a.link_shop_marzen {
  background-image: url(/common/images/v1/article/favicon_marzen.png);
  background-position: 0 0 !important;
}
div.onlineshop_list ul li a.link_shop_ehon {
  background-image: url(/common/images/v1/article/favicon_e-hon.png);
  background-position: 0 0 !important;
}


/* ----------------------------
  記事先頭の版元・書店へのリンク
---------------------------- */
.book-saledata-buy-first {
  background-color:#f7fafe;
  border:dotted 1px #b4b4b4;
  margin-top: 5px;
  min-width:200px;
  clear: both;
}
.book-saledata-buy-first ul.book-saledata-buy-btn {
  margin: 10px auto;
  width: 190px;
}
.book-saledata-buy-first ul.book-saledata-buy-btn li {
  float: none;
}
.book-saledata-buy-first ul li.btn_subscription {
  margin-bottom:4px;
}
.book-saledata-buy-first ul li.btn_subscription a,
.book-saledata-buy-first ul li.btn_onlineshop span {
  background: url(/common/images/v1/article/btn-buy-s-v2.png) 0 0 no-repeat;
  text-indent: -9999px;
  width:190px;
  height: 28px;
  display: block;
}
.book-saledata-buy-first ul li.btn_onlineshop span {
  background-position: -190px 0;
}
.book-saledata-buy-first ul li.btn_subscription a:hover {
  background-position:0 -28px;
}
.book-saledata-buy-first ul li.btn_onlineshop span.reverse {
  background-position: -190px -28px;
}
.book-saledata-buy-first div.onlineshop_list {
  top:25px;
}


/* ----------------------------
  この記事の掲載号
---------------------------- */
#book-info {
  background: url(/common/images/v1/article/frame-3dots-gray-bg.gif) 0 0 repeat;
  margin-top: 40px;
  padding: 3px;
}
#editor + #book-info {
  margin-top: 20px;
}
#book-info .inner {
  background-color: #FFF;
  padding: 3px 3px 13px 3px;
  width: auto;
  position: relative;
}
#book-info h4 {
  background-color: #F4F4F4;
  padding: 7px 0;
  margin-bottom: 7px;
}
#book-info h4 span {
  text-indent: -9999px;
  background: url(/common/images/v1/article/common-titles.png) 0 -213px repeat;
  margin: 0 auto;
  width: 111px;
  height: 14px;
  display: block;
}
#book-info .left {
  padding-left: 5px;
}
#book-info .left a {
  border: 1px solid #C8C8C8;
  display: block;
}
#book-info .left a:hover {
  border-color: #2A64BE;
}
#book-info .right {
  text-align: left;
  margin-top: 5px;
  margin-right: 10px;
  width: 390px;
}
#book-info .right h5 {
  font-size: 16px;
}
#book-info .right h5 a {
  color: #333;
}
#book-info .book-saledata {
  width: 390px;
  right: 12px;
  bottom: 12px;
}
#book-info ul.book-saledata-buy-btn li.btn_subscription, #book-info ul.book-saledata-buy-btn li.btn_onlineshop {
  margin-right: 8px;
  float: left;
}
#book-info ul.book-saledata-buy-btn li.btn_subscription a {
  background-position: -335px 0;
  width: 88px;
}
#book-info ul.book-saledata-buy-btn li.btn_subscription a:hover {
  background-position: -335px -38px;
}
#book-info div.onlineshop_list {
  left: 0;
}


/* ----------------------------
  著者名／公開終了日
---------------------------- */
#editor .author-name,
#editor .pubdate_end {
  font-size: 12px;
  text-align: right;
  margin-bottom: 0;
}
#editor script[src^="https://scdn.line-apps.com"] + .author-name {
  margin-top: 20px;
}
#editor .author-name span {
  margin-left: 20px;
}
#editor .pubdate_end {
  color: #999;
  margin-top: 15px;
}
#editor .authors .author-name {
  text-align: left;
  vertical-align: middle;
  padding-right: 10px;
}
#editor .authors .author-name span {
  margin-left: 0;
}
#editor .authors  .pubdate_end {
  font-size: 10px;
  text-align: left;
  margin: 0;
  vertical-align: middle;
}


/* ----------------------------
  本文下告知
---------------------------- */
#article_information {
  margin-bottom: 20px;
}

/* ----------------------------
  LINEバナー
---------------------------- */
.line-news-banner {
  margin-top: 20px !important;
}


/* ----------------------------
　キーワード・関連キーワード
---------------------------- */
.article-bottom-keyword{
  margin-top: 40px;
  letter-spacing: -.4em;
}
.article-bottom-keyword > * {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.article-bottom-keyword h5 {
  background: url(/common/images/v1/article/common-titles.png) 0 0  no-repeat;
  margin-right: 15px;
  width:60px;
  height:12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.article-bottom-keyword p {
  font-size:12px;
  line-height: 1.4;
}
.article-bottom-keyword p a {
  display: inline-block;
}


/* ----------------------------
  書籍データ
---------------------------- */
.article-bottom-message{
  font-size:12px;
  background-color:#f7fafe;
  border:dotted 1px #b4b4b4;
  margin-bottom:30px;
  padding:10px;
  clear:both;
}
.article-bottom-message img {
  float:left;
}
.article-bottom-message p {
  float:right;
  width:420px;
  margin-bottom:10px;
  line-height:1.5;
}
.article-bottom-message p strong{
  font-size:14px;
}
.article-bottom-message p a.link{
  background: url(/common/images/v1/article/link1.jpg) 0 50% no-repeat;
  padding-left:19px;
}
.article-bottom-message p a.link a {
  color:#333;
}
.article-bottom-message a img {
  border:solid 1px #c8c8c8;
}
.article-bottom-message a:hover img {
  border-color:#3465b1;
}
.article-bottom-message div.book-saledata-buy {
  margin-left:-2px;
  float:right;
  width:420px;
}
.article-bottom-message ul.book-saledata-buy-btn li.btn_subscription,
.article-bottom-message ul.book-saledata-buy-btn li.btn_onlineshop {
  margin-right: 8px;
  float: left;
}
.article-bottom-message ul.book-saledata-buy-btn li a,
.article-bottom-message ul.book-saledata-buy-btn li span {
  background-image: url(/common/images/v1/article/btn-buy-s.png);
}
.article-bottom-message ul.book-saledata-buy-btn li.btn_subscription a {
  width: 110px;
  height: 28px;
}
.article-bottom-message ul.book-saledata-buy-btn li.btn_subscription a:hover {
  background-position: 0 -28px;
}
.article-bottom-message ul.book-saledata-buy-btn li.btn_onlineshop span {
  background-position: -110px 0;
  width: 180px;
  height: 28px;
}
.article-bottom-message ul.book-saledata-buy-btn li.btn_onlineshop span.reverse {
  background-position: -110px -28px;
}
.article-bottom-message div.onlineshop_list {
  top: 26px;
  left: 2px;
}

/* ----------------------------
   書籍データ
---------------------------- */
#book-info-buy.article-bottom-message {
  padding:20px;
}
#book-info-buy.article-bottom-message .img,
#book-info-buy.article-bottom-message .body {
  vertical-align: top;
  display: table-cell;
  *display: inline;
  *zoom:1;
}
#book-info-buy.v .img,
#book-info-buy.v .body {
  display: inline-block;
}
#book-info-buy.article-bottom-message .img {
  padding-right: 20px;
}
#book-info-buy.article-bottom-message h5 {
  font-size:14px;
  margin-top: 15px;
  margin-bottom: 12px;
}
#book-info-buy.article-bottom-message p {
  font-size:14px !important;
  line-height: 1.6;
  margin-bottom: 4px;
  width:auto;
  float:none;
}
#book-info-buy.article-bottom-message div.book-saledata-buy,
#book-info-buy.article-bottom-message div.book-saledata-buy ul.book-saledata-buy-btn {
  width: auto;
  float: none;
}
#book-info-buy.article-bottom-message div.book-saledata-buy li.btn_subscription,
#book-info-buy.article-bottom-message div.book-saledata-buy li.btn_onlineshop {
  margin-top: 8px;
  display:inline-block;
  *display: inline;
  *zoom:1;
}
#book-info-buy.article-bottom-message div.book-saledata-buy li.btn_onlineshop {
  margin-left: -2px;
}


/* ----------------------------
  あわせて読みたい
---------------------------- */
#article-list-more {
  margin-top: 40px;
}
#article-list-more .relation-inner {
  border-width: 0;
  padding: 0;
}
#article-list-more .article-list ul li {
  font-size: 14px;
  border-bottom-width: 0;
  background: url(/common/images/v1/common/icon01.png) 0 6px no-repeat;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 10px;
}
#article-list-more .article-list ul li:last-child {
  margin-bottom: 0;
}
#article-list-more .article-list ul li span {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
  vertical-align: bottom;
}


/* ----------------------------
  フォローボタン
---------------------------- */
#primary article .followbtn {
  background-color: #222;
  margin-top: 20px;
  width: 100%;
  min-height: 150px;
  display: table;
}
#primary article .followbtn > div {
  display: table-cell;
  vertical-align: middle;
}
#primary article .followbtn > .img {
  background: 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 240px;
}
#primary article .followbtn > .txt {
  padding-left: 20px;
}
#primary article .followbtn .heading {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#primary article .followbtn .btn {
  letter-spacing: -.4em;
  margin-top: 15px;
}
#primary article .followbtn .btn li {
  letter-spacing: normal;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
#primary article .followbtn .btn li + li {
  margin-left: 10px;
}
#primary article .followbtn .btn .fb_iframe_widget span {
  display: block;
}

/* --------------------------------------------------
  end article 記事ページ
-------------------------------------------------- */

/* --------------------------------------------------
  backnumber 雑誌目次ページ
-------------------------------------------------- */

#article-signage {
  position: relative;
}
#article-signage .signage-cover {
  float: left;
  border: solid 1px #ccc;
}
#article-signage .signage-text {
  float: right;
}
#page-backnumber #editor {
  padding: 0;
}
#page-backnumber #editor p {
  font-size: 14px;
}
#page-backnumber #article-signage {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  min-height: 252px;
}

/* ----------------------------
  人気記事アンケート
---------------------------- */
.article-reference {
  font-weight: bold;
  text-align: center;
  background-color: #E0ECFD;
  margin-bottom: 40px;
  padding: 17px 0 15px;
}
.article-reference a {
  text-decoration: underline;
}
.article-reference a:hover {
  text-decoration: none;
}

/* ----------------------------
  目次/中吊り タブ切り替え
---------------------------- */
#backnumber-article-nav {
  margin-bottom: 15px;
}
#backnumber-article-nav ul li {
  float: left;
  background: url(/common/images/v1/article/backnumber-article-nav.png) 0 0 no-repeat;
  width: 269px;
  height: 45px;
  display: block;
  cursor: pointer;
}
#backnumber-article-nav ul li span {
  text-indent: -9999px;
  display: block;
}
#backnumber-article-nav #backnumber-index,
#backnumber-article-nav #backnumber-index.normal {
  background-position: 0 -60px;
}
#backnumber-article-nav #backnumber-index.reverse {
  background-position: 0 0;
}
#backnumber-article-nav #backnumber-poster,
#backnumber-article-nav #backnumber-poster.normal {
  background-position: -269px -60px;
}
#backnumber-article-nav #backnumber-poster.reverse {
  background-position: -269px 0;
}


/* ----------------------------
  バックナンバー用本文
---------------------------- */
#page-backnumber #editor h2, #page-backnumber #editor h3, #page-backnumber #editor h4 {
  color: #fff;
  font-weight: normal;
  background-color: #3465b1;
  padding: 3px 5px;
  display: table;
}
#page-backnumber #editor h2 {
  font-size: 16px;
  border: 0;
  margin: 0 0 18px 0;
  padding-top: 4px;
}
#page-backnumber #editor h3 {
  font-size: 12px;
  line-height: 1.2;
  margin: 15px 0 10px;
}
#page-backnumber #editor h4 {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  background-color: #e0ecfd;
  margin: 15px 0 10px;
}
#page-backnumber #editor h2 + h3, #page-backnumber #editor div + h3, #page-backnumber #editor hr + h3, #page-backnumber #editor h2 + h4, #page-backnumber #editor div + h4, #page-backnumber #editor hr + h4, x:-moz-any-link {
  margin-top: 0;
}
#page-backnumber #editor p + h3, #page-backnumber #editor p + h4, x:-moz-any-link {
  margin-top: 5px;
}
#page-backnumber #editor p {
  line-height: 1.6;
  margin-bottom: 9px;
}
#page-backnumber #editor p strong.l {
  font-size: 26px;
  line-height: 1.2;
}
#page-backnumber #editor p strong.m {
  font-size: 16px;
  line-height: 1.2;
}
#page-backnumber #editor p em {
  color: #c2121f;
  font-style: normal;
}
#page-backnumber .frame-3dots {
  background: url(/common/images/v1/article/frame-3dots-bg.gif) 0 0 no-repeat;
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 23px 23px 4px 23px;
}
#page-backnumber .frame-3dots::after {
  content: "";
  background: url(/common/images/v1/article/frame-3dots-bg.gif) 0 100% no-repeat;
  margin-top: 20px;
  margin-left: -23px;
  margin-bottom: -4px;
  width: 538px;
  height: 3px;
  display: block;
}
#page-backnumber #editor .frame-3dots h2 {
  margin-left: -23px;
}
#page-backnumber #editor .frame-3dots h3 {
  margin-top: 0;
}


/* ----------------------------
  中吊り広告
---------------------------- */
#page-backnumber #backnumber-poster-contents {
  display: none;
}
#page-backnumber #backnumber-poster-contents a {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
#page-backnumber #backnumber-poster-contents a img {
  border: 1px solid #C8C8C8;
}
#page-backnumber #backnumber-poster-contents.noimage {
  background-color: #E6E6E6;
  padding: 5px;
}
#page-backnumber #backnumber-poster-contents.noimage span {
  background: url(/common/images/v1/common/backnumber_noimage.png) 50% 50% no-repeat;
  border: 1px solid #FFF;
  width: 526px;
  height: 328px;
  display: block;
}

/* --------------------------------------------------
  end backnumber 雑誌目次ページ
-------------------------------------------------- */

/* --------------------------------------------------
  search 検索結果ページ
-------------------------------------------------- */

/*検索一覧*/
.search-count {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: dotted 1px #b4b4b4;
  margin-bottom: 20px;
}
.search-count strong {
  color: #3465B1;
}
#page-search .article-list ul li {
  padding: 0 0 5px;
}
#page-search .article-list ul li .list-body-img {
  background: url(/common/images/v1/top/article-list-img-bg.gif);
  text-align: center;
  width: 85px;
  height: 85px;
  float: left;
}
#page-search .article-list ul li .list-body-img a {
  border:1px solid #FFF;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
#page-search .article-list ul li .list-body-img a:hover {
  border-color:#3465B1;
}
#page-search .article-list ul li .list-body-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#page-search .article-list ul li .list-body {
  float: right;
  width: 495px;
}
#page-search .article-list ul li p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #666;
  line-height: 1.5;
}
#page-search .article-list ul li .title {
  font-size: 14px;
  padding: 0;
}
#page-search .article-list ul li .title a {
  color: #333;
}
#page-search .article-list ul li p span.cate {
  margin-right: 10px;
  display:inline;
}
#page-search .common-pagenation {
  margin-bottom: 35px;
}

/* ----------------------------
  絞込検索
---------------------------- */
.section-search {
  color: #333;
  font-size: 11px;
  background-color: #e6e6e6;
  margin-bottom: 0;
  padding: 20px;
}
.section-search .radio-btn {
  float: left;
  height: 19px;
  padding: 6px 0 0 0;
}
.section-search .radio-btn input,
.section-search .radio-btn label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.section-search .radio-btn label {
    margin-left: 0.1em;
    display: inline-block;
}
.section-search .radio-btn label + input {
    margin-left: .75em;
}
.section-search .search {
  float: right;
}
.section-search #keyword.inputtext {
  color: #aaa;
  font-size: 12px;
  line-height: 1.2;
  border: none;
  border-radius: 0;
  background: url(/common/images/v1/section/section-search-bg.gif) no-repeat 0 0 transparent;
  padding: 3px 0 0 3px;
  width: 269px;
  height: 22px;
  float: left;
}
.section-search form .search button {
  border: none;
  background: url(/common/images/v1/common/search-btn.jpg) no-repeat 0 0;
  padding: 0;
  width: 38px;
  height: 25px;
  float: left;
  text-indent: -1000em;
}
.section-search p {
  color: #666;
  font-size: 11px;
  text-align: left;
  margin-top: 17px;
  clear: both;
}

/* --------------------------------------------------
  end search 検索結果ページ
-------------------------------------------------- */


/* --------------------------------------------------
  404 not found
-------------------------------------------------- */
#page-err .relation-inner {
  text-align:center;
  padding:64px 50px 40px;
}
.err-body p {
  font-size:14px;
  line-height:1.8;
}
.err-body p + p {
  margin-top: 40px;
}
#page-err footer.articles {
 text-align: center;
   margin-top: 40px;
}
#page-err footer.articles .btn-default.more {
 padding-left: 40px;
 padding-right: 40px;
 min-width: 200px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
/* --------------------------------------------------
  end 404 not found
-------------------------------------------------- */
