#formWrap {
	padding-right: 7px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
	
#formWrap form {
	margin: 20px auto;
}
	
#formWrap h3{
	padding: 35px 0 15px;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
	display: block;
	position: relative;
}
		
#formWrap h3::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #85A374;
}

#formWrap h4{
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
	margin: 0;
}
	
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-size: 14px;
	font-weight:normal;
	background:#e6f3cd;
	text-align:left;
}
	
#formWrap dl dt{
	margin: 10px 0 3px;	
}
	
#formWrap dl dd{
	margin: 0 0 10px;
}

#formWrap textarea{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}	
	
#formWrap input[type="submit"],
#formWrap input[type="button"]{
	margin-top: 5px;
	border: 1px solid #555;
	color: #555;
	background: none;
	padding: 5px 10px;
	cursor: pointer;
}	
	
#formWrap input[type="submit"]:hover,
#formWrap input[type="button"]:hover{
	background: #555;
	color: #fff;
}
	
.required{
	color: red;
	border: 1px solid red;
	border-radius: 2px;
	font-size: 11px;
	padding: 0 3px;
	background: #fff;
	margin-left: 7px;
	vertical-align: middle;
	font-weight: 500;
}
	
.sub_txt{
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
}
	
.subat strong{
	padding: 0 0 3px;
	margin-bottom: 8px;
	display: block;
	border-bottom: 1px solid #ccc;
}
	
.subat{
	margin-top: 20px;
	text-align: justify;
	line-height: 1.4;
}

.c_btn{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
	
.c_btn a{
	color: #555;
}
	
.c_btn a:hover{
	text-decoration: none;
}

.table td,
.table a{
	line-height: 0;
}
