@charset "utf-8";

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

@media screen and (max-width: 767px) {
table.news,
table.info {margin-right:15px;}

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


h2 {margin-bottom:10px !important;}
#topmain h2 {margin-top:20px !important;}

/* news */
table.news,
table.info {width:100%; background:url(../common/images/contents/bg_h2.png) left bottom no-repeat;}
	table.news th, table.news td,
	table.info th, table.info td {padding:0.3em 0 0 0; color:#999;}
	table.news tr:first-child, table.info tr:first-child {padding:1em 0 0 0 !important;}
	table.news tr:last-child th, table.news tr:last-child td,
	table.info tr:last-child th, table.info tr:last-child td {padding:0 0 1em 0 !important;}
	table.news th,
	table.info th {width:130px;}

p.txt_r {margin:8px 0 0 0 !important; text-align:right !important;}

/* copyright */
#copyright {margin-top:20px;}