@charset "utf-8";
/* CSS Document */
.content {padding-bottom:192px;}
.banner {width:100%; height:301px; background:#06103f;}
.banner_in {width:1140px; height:300px; margin:0px auto; overflow:hidden;}

.email {padding:54px 0px; text-align: center;}
.email p {font-size:16px;}
.email p span {margin-top:5px; font-size:30px; display: block;}

.table_box {width:504px; margin:0px auto;}
table {width:100%; font-size:14px;}
table th {height:42px; background:#f0f0f0; font-weight:normal;}
table td {height:45px; text-align: center; border-bottom:1px solid #ebebeb;}
table td a {color:#1272bb;}
table td a:hover {text-decoration: underline;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:162px;}
	.banner {display:none;}
	.email {padding:30px 0px;}
	.email p {font-size:14px;}
	.email p span {margin-top:5px; font-size:14px; display: block;}
	.table_box {width:auto; padding:0px 14px; margin:0;}
	table {width:100%; font-size:12px;}
	table th , table td {width:33.3333333333%;}
}