@charset "utf-8";
/**
 * style.css
 */

/* navi */
#headerSecond #gNav ul li.nav05 a{
	background: #011849;
	color: #fff;
}

/* title */
.contentTitle{
	background: url(../imgs/content-title.jpg) center 0 no-repeat;
	background-size: cover;
}

#contact #mailform .read{
	font-size: 157%;
	margin-bottom: 10px;
}
#contact #mailform .txt{
	color: #808080;
}








#contact #mailform{
width: 1000px;
padding: 80px 0;
margin: 0 auto;
}

#contact #mailform form{
	margin-top: 50px;
}
#mailform .req {
	color: #ff0000;
	font-weight: normal;
}
#mailform table {
	width: 100%;
	border-top:1px solid #dedede;
}
#mailform table tr{
	border-bottom:1px solid #dedede;
}
#mailform table th {
	padding:20px;
	background: #f6f6f6;
	font-weight: bold;
	font-size: 114%;
	width: 16em;
	vertical-align: middle;
}
#mailform table th span{
	color:#fff;
	background:#ac1919;
	padding:1px 5px;
	right: 20px;
	top: 20px;
	font-size:75%;
	font-weight: normal;
	float: right;
}
#mailform table td {
	padding:20px;
	vertical-align: middle;
}



/* formText */
.formText {
	padding: 10px 15px;
	border:none;
	background: #f6f6f6;
	font-size: 108%;
	width: 25em;
}
.formText#zip1 {
	width: 5em;
}
.formText#zip2 {
	width: 7em;
}


textarea.formText {
	width: 42em;
}








label.error {
	display: block;
	margin-top: 5px;
	color: #ff0000;
}
.radio_group li {
	display: inline;
	margin-right: 20px;
}
.checkbox_group li {
	margin-top: 5px;
}
.checkbox_group li:first-child {
	margin-top: 0;
}
input#zipcode {
	overflow: visible;
	margin-left: 10px;
}
#formBtnArea {
	width: 570px;
	height: 52px;
	margin: 60px auto;
}
input.formBtn {
	display: block;
	overflow: hidden;
	width: 266px;
	height: 52px;
	margin: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	cursor: pointer;
	text-align: center;
	border:2px solid #011849;
	background:#011849;
	color: #fff;
	padding: 5px 0;
	font-size: 114%;
	text-decoration: none;
	display: block;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s;
}
input.formBtn:hover {
	color: #011849;
	background:#fff;
	border:2px solid #011849;
}
input#reset {
	float: left;
/*	background-image: url(../../common/imgs/circle.png);
	background-repeat: no-repeat;
	background-position: right -5px top -5px; */
}
input#confirm {
	float: right;
/*	background-image: url(../imgs/btn-bg.png);
*/}
input#back {
	float: left;
/*	background-image: url(../imgs/btn-bg.png);
*/}
input#back02 {
	margin:0 auto;
/*	background-image: url(../imgs/btn-bg.png);
*/}
input#send {
	float: right;
/*	background-image: url(../imgs/btn-bg.png);
*/}



/* 完了画面 */
#finish .thanks{
	text-align: center;
	font-size: 114%;
	line-height: 2;
	margin-bottom: 60px;
}
#finish .moreBtn{
	width: 210px;
	margin: 0 auto 160px;
}













