/***************************************
 * inquiry.css
 ***************************************/

h3 {
	margin-bottom: 10px;
}

/* 電話・FAX */
.inq_t p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.inq_t div.tel {
	margin-bottom: 50px;
}

/* フォーム */
.inq_f p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.inq_f table {
	width: 600px;
	margin-bottom: 10px;
	background: #eee;
	line-height: 2;
}
.inq_f table div {
	padding: 5px;
}
.inq_f table th {
	width: 120px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.inq_f table td.icon {
	width: 50px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.inq_f table td.form {
	width: 430px;
	border-bottom: 1px solid #ccc;
}
.inq_f div.button {
	text-align: center;
}
.inq_f span.err {
	display: block;
	line-height: 1.0;
	padding-top: 3px;
	color: red;
}
