@charset "utf-8";




div#agreement h3 {
	font-size: 135%;
	font-weight: bold;
}

div#agreement div {
	background: #fafafa;
}

div#agreement div h4 {
	margin-top: 30px;
	font-weight: bold;
}

div#agreement div h4:first-child {
	margin-top: 0px;
}

div#agreement input[type="checkbox"] {
	margin-right: 10px;
}


form#mail_form div#agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}

#agree_check {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	color: #333;
}

#agree_check input[type="checkbox"] {
	width: 20px;
	height: 20px;
}







