@charset "utf-8";
/* CSS Document */

main .text_section {
	margin:0 0 50px;
}
main .text_section h4 {
	font-size:125%;/*20px*/
}
main .agreement_table {
	width:100%;
	margin:10px auto 30px;
	border-collapse:collapse;
}
main .agreement_table th {
	border:1px solid #999;
	padding:10px;
	background:#eeeeee;
	width:25%;
}
main .agreement_table td {
	border:1px solid #999;
	padding:10px 15px;
}

@media screen and (min-width: 0px) and (max-width: 900px) {
main .agreement_table th {
	width:30%;
}
}
@media screen and (min-width: 0px) and (max-width: 530px) {
main .agreement_table {
	border-bottom:1px solid #999;
}
main .agreement_table th {
	width:100%;
	display:block;
	border-bottom:none;
}
main .agreement_table td {
	width:100%;
	display:block;
	border-bottom:none;
}
}