@charset "UTF-8";


/* ■■index■■
---------------------------------------------*/

h2 {
	background: url(../images/page_title.jpg) no-repeat;
	width: 950px;
	height: 80px;
	text-indent: -9999px;
	margin: 0px auto 30px;
}


h3.sub_title01 {
	background: url(../images/form_title.jpg) no-repeat;
	width: 950px;
	height: 46px;
	text-indent: -9999px;
	margin: 0px auto 20px;
}


.form_box {
	width: 800px;
	margin: 0px auto;
	padding: 6px 0px;
	font-size: 14px;
}

.submit_box {
	width: 800px;
	background: #d3d3d3;
	text-align: center;
	font-size: 16px;
	padding: 10px 0px;
	margin:10px auto 40px auto;
}

.atention {
	color: #F00;
}


.thanks_title {
	color: #F00;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}


.thanks_text {
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 40px;
}

.thanks_info {
	text-align: center;
	color: #00387B;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 80px;
}