@charset "utf-8";


/* ------------------------------------------------------------ fv */

#fv { background: url(../images/news/fv.jpg) no-repeat center center; background-size: cover; margin: 0 auto 0; }

.topbtn { padding: 65px 0;}

#news .inner { width: 815px; margin: 0 auto;}
#news dl dt { float: left; width: 180px; font-size: 12px; padding: 25px 0; letter-spacing: 1px;}
#news dl dd { border-bottom: 1px solid #e5e5e5; padding: 25px 0 25px 180px;}
#news dl dd h4 { font-weight: bold;}
#news dl dd p.more { text-align: right; padding: 10px 0 0 0; }
#news dl dd p.more a { font-size: 12px; color: #134b98; border-bottom: 1px solid #134b98; }


/* ------------------------------------------------------------ mobile  ------------------------------------------------------------ */

@media only screen and (max-width:767px){

/* ------------------------------------------------------------ fv */

#fv { background: url(../images/news/fv.jpg) no-repeat center center; background-size: cover; }

.topbtn { padding: 65px 0;}

#news .inner { width: 94%; margin: 0 auto; }
#news dl dt { float: none; width: 100%; font-size: 12px; padding: 6% 0 0; }
#news dl dd { width: 100%; padding: 2% 0 0; }
#news dl dd h4 { font-weight: bold; }
#news dl dd p { width: 100%; padding: 2% 0 6%; line-height: 150%; }
#news dl dd p.more { padding: 0 0 15px 0; }
#news dl dd p.more a { }


}
