@charset "utf-8";

/* --------------------------------------------------------- */
/* パーツ - parts.css
------------------------------------------------------------ */

#main {
	float: right;
	width: 720px;
}
#main h2 {
	background: url(../img/common/contents/tit_default.png) no-repeat right -57px !important;
	border-bottom: solid 2px #FF8000;
}
#side {
	float: left;
	width: 240px;
}
#side h3 {
	background-color: #FFF1CA !important;
}
#side .list li:last-child {
	border-bottom: none !important;
	padding-bottom: 4px !important;
}

/* タイトル
------------------------------------------------------------ */
.title {
	background-color: #FF8000;
	width: 980px;
	height: 70px;
	margin: 0 auto 30px auto;
}
.title h2 {
	background: none !important;
	border: none !important;
	float: left;
	padding: 0 !important;
}
.title .search {
	float: right;
	width: 390px;
	height: 28px;
	padding: 21px 20px;
	overflow: hidden;
}
.title .search p {
	_float: left;
}
.title .search input {
	font-size: 13px;
	line-height: 26px;
	float: left;
	width: 300px;
	height: 26px;
	padding: 0 5px;
	margin: 0 7px 0 0;
}

/* 最新情報
------------------------------------------------------------ */
#newBox {
	width: 741px;
}
#newBox .borderBox {
	float: left;
	width: 220px;
	margin: 20px 21px 20px 0 !important;
}

/* 写真 */
#newBox .photo {
	height: 141px;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
}

/* 車名 */
#newBox .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	height: 2.5em;
	padding: 2px 15px;
	overflow: hidden;
}
#newBox .name a:link, #newBox .name a:visited {
	text-decoration: none;
	color: #333;
}
#newBox .name a:hover, #newBox .name a:active {
	text-decoration: underline;
	color: #DE1208;
}

/* 価格 */
#newBox .price {
	font-size: 13px;
	font-weight: bold;
	color: #DE1206;
	padding: 0 15px 8px 15px;
}

/* 店舗名 */
#newBox .shop {
	font-size: 11px;
	color: #666;
	border-top: dotted 1px #C3C3C3;
	padding: 8px 0 12px 0;
	margin: 0 15px;
}
#newBox .shop a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* カテゴリー */
#newBox .category {
	font-size: 11px;
	text-align: right;
	color: #666;
	background-color: #F8F8F5;
	padding: 5px 15px;
}

/* 並び替え
------------------------------------------------------------ */
.sortNav {
	font-size: 11px;
	color: #666;
	background-color: #FFF1CA;
	padding: 9px 10px 7px 10px;
}
.sortNav dt, .sortNav dd {
	display: inline;
}

/* 一覧
------------------------------------------------------------ */
#main .list {
	background-color: #FFFCF4;
	padding: 40px 0 0 40px;
}
#main .list li {
	float: left;
	width: 130px;
	padding: 0 40px 30px 0;
}
#main .list li .photo {
	height: 98px;
	overflow: hidden;
}
#main .list li .name {
	line-height: 16px;
	height: 2.4em;
	padding: 7px 0 3px 0;
	overflow: hidden;
}
#main .list li .price {
	font-weight: bold;
	color: #DE1208;
	padding-top: 3px;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
.title:after,
#newBox:after,
#main .list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .title,
* html #newBox,
* html #main .list { zoom: 1; } /* IE6 */

*:first-child+html .title,
*:first-child+html #newBox,
*:first-child+html #main .list { zoom: 1; } /* IE7 */
