@charset "utf-8";
#contact #mainimg {
	height: 300px;
	background-image: url(../contact/img/mainimg.jpg);
	background-size: cover;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.require {
	color: #AA0609;
}
.txtbox.mt80 .wtn_copyright {
	display: none;
}
fieldset .button {
	text-align: center;
}

fieldset .button #submit {
	background-color: #014190;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
fieldset .button #submit:hover{
	opacity: 0.8;
}
fieldset .button #myreset {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
fieldset .button #myreset:hover{
	opacity: 0.8;
}
input.form-l {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 60%;
}
input.form-s {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
