@charset "utf-8";

/* default Style
----------------------------------------------------------- */
@import url("base.css");

/* thickbox
----------------------------------------------------------- */
@import url("thickbox.css");

/* print
----------------------------------------------------------- */
@import url("print.css");

/* -----------------------------------------------------------
 Style Info:     在庫車情報ページ
----------------------------------------------------------- */
/* タブ検索ツール
------------------------------------------------------------*/
ul.tabNav {
	width: 520px;
}
ul.tabNav li {
	display: inline;
	text-indent: -9999px;
	float: left;
}
ul.tabNav li.tb1 a {
	background-image: url(../images/index/srch_btn1_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 174px;
	display: block;
}
ul.tabNav li.tb1 a.active {
	background-image: url(../images/index/srch_btn1_over.gif);
}
ul.tabNav li.tb2 a {
	background-image: url(../images/index/srch_btn2_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 171px;
	display: block;
}
ul.tabNav li.tb2 a.active {
	background-image: url(../images/index/srch_btn2_over.gif);
}
ul.tabNav li.tb3 a {
	background-image: url(../images/index/srch_btn3_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 175px;
	display: block;
}
ul.tabNav li.tb3 a.active {
	background-image: url(../images/index/srch_btn3_over.gif);
}
.tab_wrap {
	background-color: #AEA99D;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	clear: both;
	width: 514px;
}
.tab_wrap #tab1,
.tab_wrap #tab2,
.tab_wrap #tab3 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #878171;
	border-bottom-color: #878171;
	border-left-color: #878171;
	width: 480px;
	clear: both;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.tab_wrap #tab1 h5,
.tab_wrap #tab2 h5 {
	clear: both;
	margin-top: 7px;
}
.tab_wrap #tab1 ul li {
	display: inline;
	float: left;
	width: 120px;
	margin-bottom: 2px;
}
.tab_wrap #tab1 ul li a {
	display: block;
	background-image: url(../images/index/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 8px;
	font-size: x-small;
}
.tab_wrap #tab2 ul li {
	display: inline;
	float: left;
	width: 96px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.tab_wrap #tab2 ul li a {
	display: block;
	font-size: x-small;
}
.tab_wrap #tab3 dl {
	padding: 10px;
}
.tab_wrap #tab3 dl dt {
	font-weight: bold;
	color: #0066CC;
	float: left;
	margin-right: 7px;
}
.tab_wrap #tab3 dl dd {
	float: left;
	margin-right: 7px;
}
.tab_wrap #tab3 dl dd input[type=text] {
	height: 16px;
	border: 1px solid #CCCCCC;
	width: 280px;
	float: left;
}
.tab_wrap #tab3 dl dd.clear {
	clear: both;
	color: #666666;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 7px;
	width:100%;
}
/* 検索ツール
------------------------------------------------------------*/
#searchbox_wrap {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	width: 810px;
	padding: 9px;
	margin-bottom: 15px;
}
#searchbox {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 790px;
}
#searchbox2 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 280px;
	float: left;
}
/*検索-左*/
dl#srch_left {
	width: 250px;
	float: left;
}
dl#srch_left dt {
	font-weight: bold;
	float: left;
	width: 70px;
	display: inline;
	overflow: hidden;
	clear: both;
	margin-bottom: 7px;
}
dl#srch_left dd {
	margin-bottom: 7px;
	margin-left: 75px;
}
dl#srch_left dd select {
	width: 140px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
dl#srch_left dd input {
	width: 138px;
	border: 1px solid #CCCCCC;
	height: 17px;
}
/*検索-中*/
dl#srch_center {
	float: left;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	width: 300px;
}
dl#srch_center dt {
	font-weight: bold;
	float: left;
	width: 70px;
}
dl#srch_center dd {
	margin-left: 70px;
	margin-bottom: 7px;
}
dl#srch_center dd select {
	width: 100px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
dl#srch_center dd input {
	width: 178px;
	border: 1px solid #CCCCCC;
	height: 17px;
}
/*検索-右*/
dl#srch_right {
	float: right;
	width: 170px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
dl#srch_right dt {
	font-weight: bold;
	float: left;
	width: 60px;
	clear: both;
	margin-bottom: 7px;
}
dl#srch_right dd {
	margin-left: 70px;
	margin-bottom: 7px;
}
dl#srch_right dd select {
	width: 90px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
dl#srch_right dd input {
	width: 178px;
	border: 1px solid #CCCCCC;
	height: 17px;
}
#more_search {
	clear: both;
	padding-top: 10px;
	width: 810px;
}
#more_search a.more {
	display: block;
	background-image: url(../images/car/btn_moresrch_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding-left: 17px;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 19px;
}
#more_search a.down {
	background-image: url(../images/car/btn_moresrch_over.gif);
}
#more_search a.more span {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#more_search #searchbtn {
	float: right;
	width: 260px;
	text-align: right;
}
#more_search #searchbtn .condclear {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#more_search #searchbtn .search {
	display: block;
	float: right;
}
#moresearch_area {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 790px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
	clear: both;
}
dl#moredl {
	width: 770px;
}
dl#moredl dt {
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
dl#moredl dd {
	margin-left: 75px;
	margin-bottom: 10px;
}
dl#moredl dd.clear {
	clear: both;
}
dl#conddl {
}
dl#conddl dt {
	float: left;
	margin-bottom: 7px;
	font-weight: bold;
	padding-right: 5px;
	color: #993300;
	clear: none;
}
dl#conddl dd {
	margin-bottom: 7px;
	float: left;
	margin-left: 0px;
	padding-right: 11px;
}
dl#conddl dd select {
	width: 73px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
ul.condul {
}
ul.condul li {
	display: inline;
	margin-right: 10px;
	width: 150px;
	float: left;
}
ul.condul li input[type=checkbox] {
	margin-right: 5px;
}
.checksel {
}
/* おすすめ特選車
------------------------------------------------------------*/
ul#rcmd_car {
	padding-left: 10px;
	margin-bottom: 15px;
	width: 520px;
	clear: both;
	padding-top: 5px;
}
ul#rcmd_car li {
	display: inline;
	width: 140px;
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul#rcmd_car li .pt {
	margin-bottom: 5px;
	text-align: center;
}
ul#rcmd_car li .title a {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
}
ul#rcmd_car li .price {
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
}
ul#rcmd_car li .price span {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-right: 3px;
	margin-left: 3px;
}
ul#rcmd_car li .price span.salescap{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #FF0000;
}
ul#rcmd_car li .comment {
	font-size: 10px;
	color: #666666;
}
/*詳細〜YouTube*/
#mid_area {
	clear: both;
}
/*左*/
#mid_area .left {
	float: left;
	width: 520px;
	background-color: #AEA99D;
}
#mid_area .left h4 {

}
#mid_area .siyo_tbl {
	clear: both;
	width: 560px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 7px;
}
#mid_area .siyo_tbl th {
	background-color: #F2F2F2;
	text-align: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#mid_area .siyo_tbl td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
}
#mid_area .sobi_tbl {
	clear: both;
	width: 560px;
	font-size: x-small;
}
#mid_area .sobi_tbl th {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#mid_area .sobi_tbl td {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
}
/*右*/
#mid_area .right {
	float: right;
	width: 300px;
}
#mid_area .right h4 {
	margin-bottom: 5px;
}
#mid_area .youtube {
	width: 240px;
	background-color: #EDEDED;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#mid_area ul#news {
	width: 290px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#mid_area ul#news li {
	margin-bottom: 7px;
}
#mid_area ul#news li a {
	display: block;
}
#mid_area ul#news li span {
	color: #666666;
	margin-right: 7px;
}
#blog {
	margin-bottom: 15px;
}
#blog .pt {
	float: left;
	width: 80px;
	padding-left: 5px;
}
#blog .right {
	float: right;
	width: 210px;
	padding-right: 5px;
}
#blog .title {
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#blog .title a {
	color: #333333;
}
#blog .date {
	padding-left: 10px;
	font-size: 10px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#blog .cap {
	padding-left: 10px;
	font-size: 10px;
	padding-top: 5px;
}
.pu_ttl {
	margin-bottom: 1px;
	clear: both;
}
ul.pickup li {
	margin-bottom: 1px;
	padding: 0px;
	margin-top: 0px;
}