@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;}
	
}

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

body .wrapper {background:url(../common/images/contents/bg_top.jpg) center top no-repeat; color:#666; font-size:12px; font-family:"メイリオ",Meiryo,"ＭＳ ゴシック",monospace;}
#mainimg {width:980px; height:301px; padding-top:19px; margin:0 auto;}
iframe {}

.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;}

}