/* 一覧エリア */
.fmag_bn article{
  background-color: #f2f2f0;
  padding: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fmag_bn article:after,
.fmag_bn article ul:after{
    content:" ";
    display:block;
    clear:both;
}
.fmag_bn article ul li{
  margin-top: 4px;
}
.fmag_bn article ul li:first-child {
  margin-top: 0;
}
.fmag_bn article ul li a {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  line-height: 1.5em;
  display: table;
  text-align: left;
  padding: 7px 10px 6px 40px;
  height: 36px;
  background: url(/commons/images/link_arrow_h.png) no-repeat 11px center white;
  border: 1px solid #E2E6EC;
  box-sizing: border-box;
  color:#000000;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fmag_bn article ul li a:hover{
    opacity: 0.7;
}
.fmag_bn article ul li a span{
	width:200px;
	display:block;
	float:left;
}

@media screen and (max-width: 767px){
  .fmag_bn article ul li a span{
   width:200px;
   display:block;
   float:none;
  }
}

/* 最新バックナンバー*/
.fmag_bn article.fmag_bn_new{
  padding:1px 10px 10px;
  line-height:1.5;
}
.fmag_bn article.fmag_bn_new a {
  color:#000000;
  text-decoration: none;
  display: block;
}
.fmag_bn article.fmag_bn_new a:hover{
  opacity: 0.7;
}
.fmag_bn article dl{
  background-color:#FFFFFF;
  border: 1px solid #E2E6EC;
  padding:8px;
  margin-top:9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fmag_bn article dl:after{
  content:" ";
  display:block;
  clear:both;
}
.fmag_bn article dl dt{
  float: left;
  width:250px;
  height:78px;
  margin:0 20px 2px 0;
}
.fmag_bn article dl dd{
  font-size:14px;
}
.fmag_bn article dl dd strong{
  font-weight:bold;
}
@media screen and (max-width: 767px){
  .fmag_bn article dl dt{
    float: none;
    width:auto;
    height:auto;
    margin: 0 0 2px 0;
    display:block;
    text-align:center;
  }
}
/* 2018/12/01追加（崩れ対策） */

h2.ttl-type01{
  margin-top:0;
}
article #footer-area a{
  text-decoration:none;
}
/* えふ・マガ詳細（HTMLver.） */

td.f-mag_css,
td.f-mag_css_n{
font-size: 14px;  
margin: 0px;
padding: 0px;
width: 100%;
font-family: Arial, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
background: #FFF;
}
td.f-mag_css td,
td.f-mag_css_n td{
white-space:normal;
vertical-align: top;
color: #000000;
}
td.f-mag_css img,
td.f-mag_css_n img {
border: 0;
}
td.f-mag_css a:link,
td.f-mag_css_n a:link {
color: #2e6ec9;
text-decoration: underline;
}
td.f-mag_css strong,
td.f-mag_css_n strong{
font-weight:bold;
}
td.f-mag_css a:hover,
td.f-mag_css_n a:hover {
color: #2e6ec9;
text-decoration: none;
}
@media screen and (max-width: 767px){
  td.f-mag_css_n{
    zoom:50%;
  }
}