@charset "UTF-8";
/* CSS Document */

.text {
	background: #FFFFFF;
	text-align:center;
	font-size: 20px;
	padding: 15px 0;
	line-height:1.2;
}

.contents {
	background: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.contents dl {
	width: 580px;
	margin: 0 auto;
}
.contents dt, .contents dd {
	font-size: 14px;
}
.contents .note {
	font-size: 12px;
	margin-bottom: 10px;
}
.contents dt {
	float: left;
}
.contents dd {
	padding-left: 50px;
}
.contents .inquiry_form select {
	font-size: 21px;
}
.contents .inquiry_form p {
	margin-bottom: 10px;
}
.contents .inquiry_form span.error {
	color: #f00;
}
.contents .inquiry_form p.error input {
	background: #fdd;
}

.contents .inquiry_form {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.contents .inquiry_form div {
	border: 1px solid #999;
	padding: 5px;
}

.reference {
	background: #FFFFFF;
	height: 60px;
	padding: 11px 0;
}

.referenceIn {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;
}

.form_logo {
	float: left;
}

.form_logo p {
	float: left;
	margin-left: 20px;
	line-height: 60px;
}
.hour {
	float: left;
	margin-left: 20px;
	line-height: 1.2;
	padding: 20px 0;
}

.tel {
	float: right;
	padding: 17px 0;
}

.tel_icon {
	float: left;
}

.tel .number {
	float: left;
	font-size: 36px;
	line-height: 1;
}

/* 送信ボタン設定 */
.sub_btn {
	background: url(../form/img/send.gif) no-repeat left center;
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
}

/* conf.html,thx.html, err1.html,err2.html設定*/

.center {
	margin: 0 auto;
	width: 580px;
}

h2 {
	padding-bottom: 20px;
	font-size: 20px;
}

.form {
	width: 580px;
}

.form th {
	padding: 5px;
	border:#999966 1px solid;
	width: 150px;
	text-align:left;
}
.form td {
	padding: 5px;
	border:#999966 1px solid;
}