@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 40px;
}

.section .tel {
	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 table {
	margin: 0 auto 20px;
}

.section table th, .section table td {
	border: solid 1px #E1D9CB;
	background: #FEFDFA;
	padding: 10px;
}

.section table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 140px;
	background: #F7F5EF;
}

.section table td {
	width: 450px;
}

.section table .birth input {
	width: 50px;
	margin: 0 5px;
}

.section table .address input {
	width: 450px;
}

.section table .question textarea {
	width: 450px;
	height: 80px;
}

.section .button {
	height: 35px;
	text-align: center;
}

.section table input {
	position: relative;
}

.err, .err input {
	background: #D9FDE1;
}

.thanks {
	margin: 0 0 120px;
}

.thanks p {
	margin: 0 0 30px;
}

.thanks .toToppage {
	text-align: center;
	margin: 40px 0 0;
}