

/**/


.form_block{
	width:90%;
	margin:40px auto 0px auto;
	overflow:hidden;
}

.form_block dl{
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
	font-size:16px;
}

.form_block dl dt{
	overflow:hidden;
}

/*必須表記*/
.form_block dl dt div span{
	color: red;
}

.form_block dl dd{
	overflow:hidden;
}

.form_block dl dd p{
	line-height:50px;
}

.input01{
	line-height:50px;
	display:inline;
	height:50px;
	background-color:#E6E6E6;
	width:100%;
	border:none;
}

textarea{
	background-color:#E6E6E6;
	width:100%;
	border:none;
	height:285px;
}

/**/

.btn_send{
	text-align:center;
	margin:0px auto 90px auto;
}

.btn_send input{
	line-height:60px;
	width:90%;
	margin:0px auto 20px auto;
	text-align:center;
	height:60px;
	display:inline;
	border:1px solid #0064BF;
	background-color:#fff;
	color:#0064BF;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.thanks{
	text-align:center;
	font-size:16px;
	margin:80px auto 80px auto;
	overflow:hidden;
}