@charset "utf-8";

#main{
	padding-top: 80px;
}

.h2_title{
	height: 62px;
	margin-bottom: 60px;
	text-align: right;
	border-bottom: 1px solid #000;
}

.form-box{
	margin-bottom: 200px;
}
.form-box .h3_title{
	margin-bottom: 55px;
	font-size: 12px;
	font-weight: normal;
}
.form-box .item{
	margin-bottom: 22px;
}
.form-box .p_title{
	font-size: 12px;
	margin-bottom: 8px;
}
.form-box input{
	width: 310px;
	padding: 6px;
}
.form-box textarea{
	width: 500px;
	height: 150px;
	padding: 6px;
}
.form-box .btn{
	margin-top: 42px;
}
.form-box .btn input{
	width: 130px;
	background-color: #CCC;
	border: 0;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin-right: 28px;
}