/***************************************
 * baikyaku.css
 ***************************************/

h3 {
	margin-bottom: 10px;
}
/* 申込み方法 */
.way {
	margin-bottom: 10px;
}
.way div {
	padding: 5px; 
}
.tel td {
	text-align: center;
}
.way th {
	border-right: 2px dotted #ccc;
}
.way th.none {
	border-right: 0;
}
.way td {
	border-right: 2px dotted #ccc;
	vertical-align: top;	
}
.way td span {
	font-weight: bold;
	color: #399727;
}
.way td.none {
	border-right: 0;
}
.waykome {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #399727;
	color: #399727; 
}
/* 査定の流れ */
.nagare {
	width: 600px;
	line-height: 1.5;
	margin-bottom: 20px;
	vertical-align: top;
}
.nagare th {
	width: 90px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.nagare th div {
	padding: 10px 0 0;
}
.nagare td.img {
	width: 20px;
	border-bottom: 1px solid #ccc;
}
.nagare td.text {
	width: 330px;
	background: #F9FAF5;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.nagare td.text span {
	color: #399727;
}
.nagare td.text div {
	padding: 10px 8px;
}
.nagare td.photo {
	width: 160px;
	background: #F9FAF5;
	border-bottom: 1px solid #ccc;
}

/* フォーム */
.baikyaku_f p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.baikyaku_f table {
	width: 600px;
	margin-bottom: 10px;
	background: #eee;
	line-height: 2;
}
.baikyaku_f table div {
	padding: 5px;
}
.baikyaku_f table th {
	width: 120px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.baikyaku_f table td.icon {
	width: 50px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.baikyaku_f table td.form {
	width: 430px;
	border-bottom: 1px solid #ccc;
}
.baikyaku_f div.button {
	text-align: center;
}
.baikyaku_f span.err {
	display: block;
	line-height: 1.0;
	padding-top: 3px;
	color: red;
}
