@charset "utf-8";

.dealer_box01{
	float:left;
	width:380px;
}
.dealer_box02{
	float:right;
	width:380px;
}

.dealer_box01 h3,
.dealer_box02 h3{
	margin-bottom:20px;
}

.dealer_ttl{
	margin:15px 0px 15px 0px;
}



.dealertable {
	background: #93BECC;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	margin:0px 0px 15px 0px;
}
.dealertable tr {
	background: #FFF;
}

.dealertable td {
	padding: 3px 5px 3px 5px;
	width: 292px;
}

.dealertable th {
	width: 65px;
	font-weight: normal;
	background:#E9F5F9;
	text-align: left;
	padding: 3px 5px 3px 5px;
	white-space:nowrap;
}
.dealertable th.ttl {
	background: #C0D7DE;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border: 1px solid #FFF;
	font-weight:bold;
	width: 366px;
	white-space:normal;
}
