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

#form_container_lv1{
	width:920px;
	margin:20px auto;
	overflow:hidden;
	background-color:#FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#form_container_lv2{
	width:860px;
	margin:30px auto;
	overflow:hidden;
}

#form_container_lv2 .txt01{
	font-size:16px;
}


.form_block{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	font-size:16px;
}

.form_block dl{
	display:block;
	overflow:hidden;
	clear:both;
	margin:2em auto;
}

.form_block dl dt{
	float:left;
	width:200px;
	background-color:#8AD1F9;
	text-align:center;
	padding:1em 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.form_block dl dd{
	float:left;
	margin-left:40px;
	width:600px;
	padding:10px 0px;
}

.input01{
	width:90%;
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	display:inline;
	font-size:16px;
}

.input02{
	width:50%;
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	display:inline;
	font-size:16px;
}

.input03{
	width:33%;
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	display:inline;
	font-size:16px;
}

.input04{
	width:25%;
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	display:inline;
	font-size:16px;
}

.input05{
	width:20%;
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	display:inline;
	font-size:16px;
}

.form_block dl dd div{
	margin-top:0.5em;
	overflow:hidden;
}

.form_block dl dd textarea{
	width:90%;
	border:1px solid #ccc;
	height:200px;
	font-size:16px;
}

.form_block dl dd select{
	font-size:16px;
}

.form_block dl dd option{
	font-size:16px;
}

.form_block .btn{
	width:100%;
	text-align:center;
}

.form_block .btn input{
	width:250px;
	line-height:60px;
	height:60px;
	font-size:20px;
	font-weight:bold;
}

.small{
	font-size:12px;
}