@charset "utf-8";


/*	contact
--------------------------------*/
#contact{
	width: 100%;
	padding-bottom: 100px;
}
#contact h1{
	height: 65px;
	padding: 288px 50px 35px;
	background: #000 url(../img/contact/title1_bg.jpg) no-repeat center top;
	background-size: auto 100%;
}
#contact h1.est{
	background: #000 url(../img/contact/title2_bg.jpg) no-repeat center top;
}
#contact h2{
	text-align: center;
	line-height: 0;
	padding: 130px 0 0;
	font-size: 30px;
}
#contact .wrap{
	max-width: 880px;
	margin: 0 auto;
}
#contact .message{
	text-align: center;
	line-height: 24px;
	color: #73573d;
	margin-top: 50px;
}
#contact .error{
	color: red;
	text-align: center;
	margin-top: 30px;
	line-height: 18px;
}
#contact .form{
	border: #f1e9e2 solid 5px;
	background: #FFF;
	border-radius: 10px;
	padding: 30px 0 0;
	text-align: center;
	margin-top: 20px;
}
#contact .form .question{
	font-size: 20px;
	font-weight: bold;
}
#contact .form .question span{
	font-weight: bold;
	color: #40b507;
	margin-right: 10px;
}
#contact .form .input{
	margin-top: 15px;
	padding-bottom: 30px;
}
#contact .form .input input{
	padding: 10px 15px;
}
#contact .form .input input.mid{
	width: 300px;
}
#contact .form .input select{
	padding: 10px 15px;
}
#contact .form .input textarea{
	padding: 10px 15px;
	width: 80%;
	height: 150px;
}
#contact .form .input.list{
	line-height: 30px;
}
#contact .form .input .other{
	margin-top: 10px;
}
#contact .submit{
	margin: 40px auto 0;
	width: 200px;
}
#contact .submit a{
	display: block;
	background: #000;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 16px;
}
