@charset "UTF-8";

@import url("../../common/css/common.css");
@import url("../../common/css/layout.css");
@import url("../../common/css/exvalidation.css");


.section {
	margin: 0 30px 30px;
}

.section dl dt {
	color: #008356;
}

.section dl dd {
	border-bottom: dotted 1px #BBB;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.section .tel {
	line-height: 1.3;
	width: 400px;
	_width: 440px;
	background: #FEFDFA;
	border: solid 1px #D8CEBF;
	margin: 0 auto;
	padding: 10px 20px;
}

.section .tel .telnum {
	color: #DD5621;
	font-size: 24px;
	font-weight: bold;
}

.section form table {
	margin: 0 auto 30px;
}

.section form table th, .section form table td {
	border: solid 1px #E1D9CB;
	padding: 10px 20px;
}

.section form table th {
	width: 180px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #F7F5EF;
}

.section form table td {
	width: 360px;
	background: #FEFDFA;
}

.section form table td textarea {
	width: 300px;
	height: 120px;
}

.section form .required {
	color: #FFF;
	font-size: 10px;
	background: #F60;
	margin: 0 0 0 5px;
	padding: 2px 4px;
}

.thanksSection {
	margin: 0 30px 200px;
}

.thanksSection p {
	margin: 0 0 30px;
}

.thanksSection .back {
	text-align: center;
}

.err, .err input {
	background: #D9FDE1;
}

