.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { zoom: 1; }

body {
	background-color: #F7F7F7;
}

#content .topImg {
	margin-bottom: 10px;
}

#content .topImg img {
	width: 100%;
}

#content .comSec {
	margin: 0 10px 10px;
	padding: 12px 12px 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#content .headLine01 {
	margin-bottom: 7px;
	padding: 6px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	overflow: hidden;
	background-color: #0F459B;
}

#content .headLine01 .txt01 {
	float: left;
}

#content .headLine01 .txt01 img {
	vertical-align: top;
}

#content .headLine01 .txt01 span {
	margin-left: 6px;
	font-size: 15px;
	font-weight: bold;
}

#content .headLine01 .txt02 {
	margin-top: 3px;
	float: right;
}

#content .headLine02 {
	margin-bottom: 8px;
	padding: 4px 7px;
	color: #0F469C;
	font-size: 11px;
	font-weight: bold;
	background-color: #D2E4F8;
}

#content .headLine03 {
	margin-bottom: 4px;
	padding: 4px 6px;
	color: #0F469C;
	font-size: 11px;
	font-weight: bold;
	background-color: #F1F5FE;
	border: 1px solid #8CA2CC;
}

#content .headLine03 img {
	margin-right: 4px;
	width: 10px;
	vertical-align: middle;
}

#content .imgBox {
	margin-bottom: 12px;
}

#content .imgBox .photoBox {
	width: 33%;
	float: left;
}

#content .imgBox .photoBox > img {
	width: 100%;
}

#content .imgBox .photoBox p {
	margin: 6px 0 1px;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF5E9;
}

#content .imgBox .photoBox p span {
	font-weight: normal;
}

#content .imgBox .photoBox p span span {
	color: #FC0000;
}

#content .imgBox .photoBox ul {
	margin: 0 10px 0 5px;
}

#content .imgBox .photoBox li {
	margin-right: 1px;
	float: left;
}

#content .imgBox .photoBox li img {
	width: 14px;
}

#content .imgBox .textBox {
	width: 66%;
	float: right;
}

#content .imgBox .textBox table {
	width: 100%;
	border-collapse: collapse;
}

#content .imgBox .textBox th,
#content .imgBox .textBox td {
	padding: 2px 5px;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

#content .imgBox .textBox th {
	width: 30%;
	background-color: #EEE;
}

#content .imgBox .textBox td {
	width: 70%;
}

#content .imgBox .textBox .trStyle td {
	padding: 3px;
	background: url(../img/line.gif) repeat-x left center;
}

#content p {
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 1.5;
}

#content .point {
	margin-bottom: 6px;
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	background-color: #FCFCFC;
}

#content .point img {
	margin-right: 3px;
	width: 25px;
}

#content .point span {
	padding: 4px 0 0 3px;
	font-size: 11px;
}

#content .point span sub {
	padding-left: 4px;
	color: #FC0000;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
}

#content .txtList {
	margin-bottom: 12px;
}

#content .txtList li {
	padding-bottom: 3px;
	width: 50%;
	float: left;
}

#content .txtList li:nth-child(2n) {
	float: right;
}

#content .txtList li span {
	margin: 2px 0 0 2px;
	display: inline-block;
}

#content .txtList li span img {
	width: 11px;
}

#content .linkUl {
	margin: 0 auto;
	width: 84%;
}

#content .linkUl li {
	margin-bottom: 2%;
	width: 49%;
	float: left;
}

#content .linkUl li:first-child {
	/* width: 100%; 「購入店舗の他の車両を見る」ボタン表示時にはコメントアウトを外す */
	margin-right: 4px; /* 「購入店舗の他の車両を見る」ボタン表示時にはコメントアウトにする */
}

#content .linkUl li:nth-child(3) {
	float: right;
}

#content .linkUl li img {
	width: 100%;
}