@charset "utf-8";


.RegistHead {
	margin:30px 0;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

.RegistBox{
	width:700px;
	margin:15px auto 5px auto;;
	padding:15px;
	border:1px solid #F60;
	background-color:#FFF;
}

.RegistBox h4 {
	display:block;
	margin-bottom:20px;
	color:#FFF;
	background-color:#F60;
	font-size:1.2em;
	text-indent:14px;
	font-weight:bold;
	line-height:180%;
}

.RegistBox p {
	font-size:0.8em;
	line-height:150%;
	margin:10px 0;
}

.RegistBox h5 {
	margin:10px 0 0 0;
	font-size:0.85em;
	font-weight:bold;
}
.RegistKiyaku {
	margin:20px auto;
	overflow:auto;
	width:600px;
	height:100px;
	border:1px solid #CCC;
}

.RegistKiyaku h6{
	text-align:center;
	margin:20px 0;
}

.RegistKiyaku p{
	font-size:0.7em;
}

.RegistAgree{
	text-align:center;
}

.RegistBtnSubmit input{
	display:block;
	width:220px;
	font-size:16px;
	padding:4px;
	margin:10px auto;
}

