@charset "utf-8";
/* CSS Document */
.content {padding-bottom:458px;}

.main_box {width:880px; margin:42px auto 0px auto;}
table {width:100%; text-align: center; font-size:14px; border:1px solid #e6e6e6;}
table th {height:40px; background:#fafafa;}
table td {height:40px; border-top:1px solid #e6e6e6;}
table td a {color:#000;}

.email_box {margin-top:40px; text-align: center;}
.email_box p {font-size:14px; color:#666;}
.email_box span {padding:7px 14px; margin-top:7px; font-size:16px; background:#5395ff; color:#fff; display:inline-block; *display:inline; *zoom:1;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:50px;}
	.main_box {width:auto; margin:20px auto 0px auto; color:#666;}
	table {width:100%; text-align: center; font-size:12px; border:1px solid #ebebeb;}
	table td {width:25%; height:auto; padding:8px; line-height: 21px; border-top:1px solid #ebebeb;}
	table td a {color:#333;}
}