@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

#MainDisp {
	margin:20px auto 0;
}
/*========================================
 + 絞り込みパネル
========================================*/
#zyoken_area{
	background-image:url(../../../common/images/bluedisp.png);
	margin:0 auto 0;
	padding:10px 10px;
}
#zyoken_area_in{
}
/* 絞り込みパネル */
#panelSlct{
	width:100%;
	margin:0 auto 7px;
}
#panelSlct th{
	padding: 5px 0 5px 18px;
	text-align:left;
	width:60px;
	font-weight: normal;
}
#panelSlct td{
	vertical-align: middle;
	padding:2px 5px;
}

#usedcar_kirikae ul {
	display: inline-block;
}

div#maker_select {
	display: inline-block;
	width: 232px;
}
#panelSlct p{
	display: inline-block;
}
div#car_name_select {
	display: inline-block;
}
#panelSlct td select ,#maker_list,#model_list{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	box-shadow:0px 1px 0 #a59775;
	background: url(/common/images/select_arrow.jpg) 99% center no-repeat,#FFF;
	height: 28px;
	padding: 0 7px;
	/* border-radius:5px; */
}
#color_area{
	width: 234px;
	box-sizing:border-box;
	padding:5px;
	background-color:#FFF;
	border-bottom:1px solid #ababab;
}
#color_area li{
	width:30px;
	margin:0 7px 0px 0; 
	float:left;
	position:relative;
}
.w100 { width:100%;}
.w40 { width:45%;}

#usedcar_kirikae {
	padding: 0 0px;
	/* margin:10px auto; */
	text-align:center;
	width: 184px;
	display:inline-block;
}
#usedcar_kirikae ul{
	display: inline-block
}
#usedcar_kirikae li {
	display:inline-block;
	height:35px;
	padding: 0 5px:;
	margin: 0 2px 0;
}
#usedcar_kirikae li a.hit  {
	/* box-shadow: 0px 4px 1px -1px rgb(175,109,3); */
	/* -webkit-box-shadow: 0px 4px 1px -1px rgb(175,109,3); */
	-moz-box-shadow: 0px 4px 1px -1px  rgb(175,109,3);
	border-radius:3px;
	text-decoration:none;
	text-align:center;
	/* line-height: 31px; */
	display:block;
	/* height: 31px; */
	width:100% !important;
	/* font-weight:bold !important; */
	color:#fff !important;
	background-color:#ffb70a;
}
#usedcar_kirikae li a {
	/* box-shadow: 0px 4px 1px -1px rgb(90,90,90); */
	/* -webkit-box-shadow: 0px 4px 1px -1px rgb(90,90,90); */
	-moz-box-shadow: 0px 4px 1px -1px  rgb(90,90,90);
	border-radius:3px;
	text-decoration:none;
	text-align:center;
	line-height: 30px;
	display:block;
	/* height: 30px; */
	width:100% !important;
	/* font-weight:bold !important; */
	color:#000 !important;
	font-size: 11px;
	padding: 0 2px;
	background-color:#d4d4d4;
	font-weight: normal important;
}

#car_name_select  p { float:left; margin:0 10px 0 0;}

#color_area li input[type="checkbox"] + label {
    display: block;
	border:1px solid #8e8e8e;
	width:30px;
	height:30px;
	overflow:hidden;
	margin:3px;
}
#color_area li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	cursor:pointer;
}
 
#color_area li input[type="checkbox"]:checked + label {
	border:2px solid #1abb93;
	margin:0px;
	padding:2px;
	background-color:#FFF;
}
#color_area li input[type="checkbox"]:checked + label img{
	margin:0px 0 0 0;
}
#sch_pnl_btm{
	background-color:#fff;
	padding:10px 5px;
}

#kensaku{
	width: 236px;
	float: right;
	margin: 0 10px 0 0;
}
#clear{
	width: 236px;
	float: right;
	margin: 0 10px 0 0;
}

/* 並べ替え */
.page_title{
	background-image:url(../../newcar/images/detail/bck.gif);
	background-repeat:repeat;
	padding:10px 0;
}
#page_title_top{
	border-bottom:3px solid #FFF;
	padding:0 10px;
}
.page_title h2{
	padding:0px 0 0px 0px;
	font-size:12px; 
	float:left;
	color:#676767;
}
.page_title  h2 span{
	font-weight: bold;
	color:#ff0000;
	font-size:18px;
}
.page_area{
	height:25px !important;
	padding:0px 0px 0px !important;
	margin:0 !important;
	clear: none !important;
}
.page_area{
	margin:10px 0;
	clear:both;
	height:25px;
	line-height:25px;
	text-align:center !important;

}
.page_number { text-align:center !important;    float: right;
}}
.page_number li {
	text-align:center !important;
	width:25px;
	height:25px;
	margin:0 2px 3px;;
	display:inline-block;
}
/*.page{
	background-color:#e2e2e2;
	width:25px;
	height:25px;
	line-height:25px;
	display:block;
	text-align:center;
	font-size:11px;
	color:#582c01 !important;
	border-radius:0 !important;
	text-decoration:none;
}
.page:hover,.page.hover{
	background-color:#582c01;
	width:25px;
	height:25px;
	display:block;
	text-align:center;
	font-size:11px;
	color:#fff !important;
	text-decoration:none;
	border-radius:0 !important;
}
.page_sel{
	background-color:#582c01;
	width:25px;
	height:25px;
	display:block;
	text-align:center;
	font-size:11px;
	color:#fff !important;
	text-decoration:none;
}*/
#row{
	width:100%;
	clear:both;
	background-image:url(/usedcar/images/search/row_back.png);
	text-align:left;
	padding:0 0px 10px;
	position:relative;
	color:#676767;
	font-size:12px;
	padding: 7px 0;
}
#row ul {
	margin:0 auto 5px;
}
#row li {
	float:left;
	width:48%;
	height:35px;
	line-height:35px;
	border:1px solid #000;
    color: #000 !important;
    background-color: #d4d4d4;
	text-align:center;
}
#row_R{
position: absolute;
top: 0;
right: 0;
}
#row a{
	/* display:block; */
	/* width:100%; */
	/* height:35px; */
	/* line-height:35px; */
	/* text-align:center; */
	/* text-decoration:none; */
	/* color: #000 !important; */
	/* background-color: #d4d4d4; */

}
#row li:first-child  {
	overflow:hidden;
	border-radius:5px 0 0 5px;
}
#row li:last-child  {
	overflow:hidden;
	border-radius: 0 5px 5px 0;
}
#row_bold{
	font-weight:bold;
}

#row_R a {
	border-radius:5px;
	/* border:1px solid #000; */
	/* float: right; */
}

/*========================================
 + 検索結果一覧
========================================*/
#SearchList_disp{
	margin:0 0 7px;
}

#SearchList{
}

#SearchList li{
	width: 230px;
	float:left;
	margin: 0 15px 21px 0;
	cursor: pointer;
	position:relative;
}
/* #SearchList li:nth-child(2n){ float:right;} */
#SearchList li a {
	text-decoration:none;
	color:#474747;
	/* font-size:12px; */
}
.new_icon{
	position:absolute;
	top:0;
	left:10px;
}

#SearchList li h3{
	box-sizing:border-box;
	padding:0 5px;
	font-weight: normal;
	line-height:1.3em;
	font-size: 14px;
}
.CarImg{
	margin:0 0 5px;
}

#SearchList li table{width:100%; margin:0px 0 ;}
#SearchList li table td{
	font-size:11px;
	text-align:;
	padding:0 0 0 3px;
}
.price_disp{
	text-align:right;
	background-image:url(../images/search/price.png), url(../images/search/price02.png);
	background-repeat:no-repeat, no-repeat;
	background-position: 0px -1px, 101% 99%;
	/* background-size:88px 11px, 10px; */
	/* box-sizing:border-box; */
	background-color:#eaf5fd;
	padding: 13px 46px 7px 5px;
	line-height:1.3;
	color:#474747;
	font-size:5px;
}
.price_disp .price{
	font-size:18px;
	color:#e6001c;
	font-weight:bold;
}
.DetailBt{
	width:167px;
	margin:5px auto;
	display:block;
}
#rst_zero_disp {
	border:5px solid #FCC;
}
#rst_zero_disp p {
	padding:15px 10px;
	border:1px solid #EEE;
	text-align:center;
	font-size:13px;
}
.price_disp_soldout{
	/*background-image:url(../images/search/price.gif);
	background-repeat:repeat;*/
	background-color:#C00;
	width:130px;
	height:26px;
	padding:0px 0 0;
	float:left;
	text-align:right;
	line-height:30px;
}
.price_disp_soldout span{
	color:#FFF !important;
	display:block;
	text-align:center;
}

