@charset "utf-8";


div#agreement{
	margin: auto;
}

div#agreement h3{
	font-size: 135%;
	font-weight: bold;
}
div#agreement p.txt{
	font-size : 90%;
	font-weight : normal;
   color : #282828;
   background-color : #fafafa;
}
div#agreement p.txt2{
	font-size: 100%;
   font-weight : bold;
   width : 90%;
   text-align : center;
   background-color : #ffd7d7;
}
div#agreement div{
	height: 200px;
	margin : 15px auto;
	padding : 20px 2.5%;
	background: #fafafa;
	border : 1px solid #cccccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
   width : 90%;
}

div#agreement div h4{
	margin-top: 30px;
	font-weight: bold;
   text-align : center;
   margin-bottom : 15px;
}

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








