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

/* index
--------------------------------------------------*/
/* layout */
#pageTitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
#mailform .formTable {
	display: table;
	width: 100%;
	margin-top: 50px;
	border-top: #eaeaea solid 1px;
}
#mailform .formTable > dl {
	display: table-row;
}
#mailform .formTable > dl > dt,
#mailform .formTable > dl > dd {
	display: table-cell;
	padding: 25px;
	border-bottom: #eaeaea solid 1px;
	vertical-align: top;
}
#mailform .formTable > dl > dt {
	width: 250px;
	background: #fffaf3;
	color: #f8a519;
	font-size: 16px;
}
#mailform .formTable > dl > dt:after {
	content: ':';
}
input.formText,
textarea.formText {
	width: 100%;
	max-width: 600px;
}
input[name="name"].formText {
	max-width: 500px;
}
textarea.formText {
	height: 7em;
}
.formSelect {
	width: 100%;
	max-width: 250px;
}
.formSelect .label {
	width: 100%;
}
label.error {
	display: block;
	margin-top: 5px;
	color: #ff0000;
}
#captcha {
	margin-top: 40px;
	text-align: center;
}
#captcha p {
	margin-bottom: 20px;
}
#captcha .formText {
	vertical-align: top;
	width: 110px;
	margin-right: 20px;
}
#captcha img {
	vertical-align: top;
}
#formBtnArea {
	margin: 50px auto 0;
	text-align: center;
}
input.formBtn {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
	background: #f8a519 url(../../common/imgs/arw-02.png) no-repeat 20px center;
	color: #ffffff;
	font-family: Arial;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
input.formBtn:hover {
	background-color: #f8b543;
}
input#confirm {}
input#back {
	background-color: #b4b4b4;
}
input#back:hover {
	background-color: #c4c4c4;
}
input#send {
	margin-left: 20px;
}
#error {
	text-align: center;
}
#error ul {
	display: table;
	margin: 2em auto 0;
	text-align: left;
}
#finish {
	text-align: center;
}
/* SP */
@media only screen and (max-width:767px) {
	#mailform .formTable {
		display: block;
		width: auto;
		margin-top: 30px;
	}
	#mailform .formTable > dl {
		display: block;
	}
	#mailform .formTable > dl > dt,
	#mailform .formTable > dl > dd {
		display: block;
		padding: 15px 10px;
		border-bottom: #eaeaea solid 1px;
		vertical-align: top;
	}
	#mailform .formTable > dl > dt {
		width: auto;
		padding: 5px 10px;
		font-size: 14px;
	}
	#captcha {
		margin-top: 20px;
	}
	#captcha p {
		margin-bottom: 10px;
	}
	#formBtnArea {
		margin-top: 30px;
	}
	input.formBtn {
		display: block;
		margin: 20px auto 0;
	}
	input.formBtn:first-child {
		margin-top: 0;
	}
	input#send {
		margin-left: auto;
	}
	#error {
		text-align: left;
	}
	#error ul {
		display: block;
		text-align: left;
	}
	#finish {
		text-align: left;
	}
}


.mailBtn {
	margin-top: 60px;
	text-align: center;
}
.mailBtn a {
	display: inline-block;
	width: 200px;
	height: 50px;
	padding-left: 10px;
	background: #f8a519 url(../../common/imgs/arw-02.png) no-repeat 20px center;
	color: #ffffff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.mailBtn a:hover {
	background-color: #f8b543;
}
/* SP */
@media only screen and (max-width:767px) {
	.mailBtn {
		margin-top: 30px;
	}
}