@charset "utf-8";

/*********************************
 *
 * TOP STYLES
 *
 *********************************/
@media screen and (max-width: 767px) {

body .wrapper {color:#666; font-size:3vw; font-family:monospace;}
#mainimg {overflow:hidden; width:100%; max-width:767px; margin:10px auto; background:#fff !important;}
#mainimg img {width:100vw; max-width:767px; height:auto;}
div.slider-nav {display:none !important;}

.txt_r {padding-bottom:20px;}

/* 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 dashed #d6d6d1; color:#999;}
table.news th, table.info th {width:30vw;}

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

/* hikaku */
table.hikaku {width:100%; font-size:2.6vw;}
table.hikaku th, table.hikaku td {width:20%; padding:0.5em; border:1px solid #e1e1e1; vertical-align:middle;}
table.hikaku thead th, table.hikaku thead td {padding:0.7em 0.5em; background:#3d8bc3; color:#fff; font-weight:700; text-align:center;}
table.hikaku tbody th {background:#fafafa; font-weight:700; text-align:center;}
	
}

@media screen and (min-width: 768px) {

body .wrapper {}
#mainimg {width:980px; height:330px; padding-top:13px; margin:0 auto;}
.iframe_box iframe {display:block; width:100%; height:220px; border:none;}

.txt_r {padding-bottom:20px;}

/* 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 dashed #d6d6d1; color:#999;}
table.news th, table.info th {width:130px;}

/* hikaku */
table.hikaku {width:100%;}
table.hikaku th, table.hikaku td {width:20%; padding:0.5em 1em; border:1px solid #e1e1e1; vertical-align:middle;}
table.hikaku thead th, table.hikaku thead td {padding:0.7em 1em; background:#3d8bc3; color:#fff; font-weight:bold; text-align:center;}
table.hikaku tbody th {background:#fafafa; font-weight:700; text-align:center;}

}