@charset "utf-8";

/*********************************
 *
 * TOP STYLES
 *
 *********************************/

@media screen and (max-width: 767px) {
/* news */
table.news,
table.info {width:100%;}
table.news th, table.news td,
table.info th, table.info td {padding:1em 0; border-bottom:1px solid #d6d6d1; color:#999;}
table.news th,
table.info th {width:30%;}

.iframe_box {display:inline-block; overflow:auto; width:100%; height:250px; -webkit-overflow-scrolling:touch;}
.iframe_box iframe {display:block; width:100%; height:100%; border:none;}
}

@media screen and (min-width: 768px) {
/* news */
table.news,
table.info {width:640px; margin:0 auto;}
table.news th, table.news td,
table.info th, table.info td {padding:1em 0; border-bottom:1px solid #d6d6d1; color:#999;}
table.news th,
table.info th {width:130px;}
	
.newsBox,
.infoBox {padding-bottom:30px;}

iframe {width:640px; margin:0;}
#bnr iframe {width:100%; margin:15px 0 0 0 !important;}

#topmain .ptxt {margin-top:15px; padding-bottom:40px;}
#topmain .photo_l {float:left; padding:0 2em 2em 0;}
#topmain .photo_r {float:right; padding:0 0 2em 2em;}

.cBox {position:relative; width:980px; margin:0 auto; height:425px;}

/* gmenu */
#gmenu {position:absolute; width:980px; top:345px; height:54px; padding:0 25px; box-sizing:border-box; background:#fff; border-radius:0 0 8px 8px;}
#gmenu ul {width:940px !important;}


/* top_sv */
dl.top_sv {}
dl.top_sv dt {padding:4px 10px; background:#fafafa; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd; color:#669eb9; font-size:14px; font-weight:bold;}
dl.top_sv dd {padding:8px 10px 20px 10px; line-height:1.8;}
}
