@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');
}


.bm_10{margin-bottom:10px;}
/*========================================
 + 絞り込みパネル
========================================*/

#panel_box{
	border:1px solid #d4d4d4;
	padding:2px;
	margin:15px 0 5px;
	border-radius:3px;
}
#panel_box_in{
	border:1px solid #d4d4d4;
	padding:7px 0 0 0;
	border-radius:2px;
}
#panel_box_in th{
	padding:5px 10px 5px 20px;
}
#panel_box_in td{
	padding:5px;
}
#panel_box_in td select {
	padding:5px;
	border:1px solid #dddddd;
	border-radius:3px;
}
#color_area{
	width:270px;
	padding:0px 0 0 20px;
	background-color:#FFF;
}
#color_area li{
	width:32px;
	float:left;
	margin:0 10px 8px 0;
	position:relative;
}
#color_area li input[type="checkbox"] + label {
    display: block;
	border:1px solid #8e8e8e;
	width:32px;
	height:31px;
	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;
}
#panel_btm{
	background-color:#f5f5f5;
	padding:10px;
	position:relative;
}
#panel_btm p{
	color:#7E0018;
	font-weight:bold;
	font-size:13px;
	margin:0 0 0 20px;
}
#panel_btm a{
	position:absolute;
	top:10px;
}
#searchBt{ right:15px;}
#clearBt{ right:230px;}
/* 並べ替え */
#row{
	clear:both !important;
	height:18px;
	line-height:18px;

	margin:5px 0 5px;
	position:relative;
	text-align: right;
}
#row span{
	color:#ff8800;
	font-weight:bold;
	font-size:14px;
}

/*========================================
 + 非公開在庫数
========================================*/
.panel_box_title{
	background-color: #338fe5;
	padding: 15px 0 15px 66px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;	
	margin-top: 3em;
	position: relative;

}
.panel_box_title:before{
	content:'';
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512.05%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M500.3%2C443.7%2C380.6%2C324c27.22-40.41%2C40.65-90.9%2C33.46-144.7C401.8%2C87.79%2C326.8%2C13.32%2C235.2%2C1.72A208.18%2C208.18%2C0%2C0%2C0%2C1.72%2C235.2c11.6%2C91.64%2C86.08%2C166.7%2C177.6%2C178.9%2C53.8%2C7.19%2C104.3-6.24%2C144.7-33.46l119.7%2C119.7A40%2C40%2C0%2C0%2C0%2C500.3%2C443.7ZM79.1%2C208a128%2C128%2C0%2C1%2C1%2C128%2C128A128.14%2C128.14%2C0%2C0%2C1%2C79.1%2C208Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	left: 20px;
	top: 14px;
	width: 32px;
	height: 32px;
}
.panel_box_title div{
	background:#FFF;
	color:#000;
	display:inline-block;
	border-radius: 50%;
	width: 165px;
	height: 165px;text-align: center;
	padding: 22px 0 0;
	position: absolute;
	right: 25px;top: -36px;
	border: solid #338fe5;
    border-width: 4px 4px 0;
	z-index: 2;}
.panel_box_title:after{
	content:'';
	height: 66px;
	width: 165px;
	background: #fff;
	position: absolute;
	right: 25px;
	z-index: 3;
	bottom: -66px;
}
.panel_box_title div > span{
	background:#fae92d;
	font-size: 14px;	
	padding: 0px 10px;
	margin: 0 0 6px;
	display: inline-block;
}
.panel_box_title div p{
	font-size:17px;
	line-height: 1;
}
.panel_box_title div p span{
	color: #f41204;
    font-size: 50px;
}

#panel_box.panel_box_hikoukai{
	border: solid #338fe5;
	border-width: 0px 5px 5px;padding: 10px 0 0;
	margin: 0 0 15px;
	border-radius: 0;
}
.panel_box_hikoukai #panel_box_in{
	border:none;
	padding:7px 0 0 0;
	border-radius:2px;
}

.panel_box_hikoukai #panel_btm{
	background-color:#f5f5f5;
	padding: 20px;
	position:relative;
	text-align: center;
	margin: 24px 0 0;
}
.panel_box_hikoukai #panel_btm a{
	position:relative;
	margin:auto;
	top: auto;
	background-color: #45bab7;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	width: 320px;
	height: 62px;
	line-height: 62px;
	letter-spacing: 3px;
	transition: 0.7s;
}
.panel_box_hikoukai #panel_btm a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.panel_box_hikoukai #panel_box_in p{
	border-bottom: 1px solid #dadada;
	margin: 8px 20px 20px;
	padding: 0px 7px 0px;
}
.panel_box_hikoukai #panel_box_in p span {
    color: #f41204;
    font-size: 27px;
    display: inline-block;
    margin: 0 3px 0 10px;
    position: relative;
    top: 1px;
}







/*========================================
 + 検索結果一覧
========================================*/
#usedcar_schlist_disp{
	background-color:#FFF;
	padding:5px 0 0 0;
}
#car_sch_list{ width: 960px; margin: auto;}
#SearchListDisp{
	/*background-color:#f3eee2;*/
	padding:15px 0;
}
#SearchList{
	margin:0 auto;
	padding:7px 0;
	width:1000px;
	background-color:#FFF;
}
#car_sch_list li{
	border:1px solid #d3d3d3;
	background-color: #FFF;
	margin:0 0 10px 0px;
	line-height:1.3em;
	position: relative;
}
#SearchList li:hover{
	border:1px solid #c8142d;
}

#SearchList li:hover .CarImg{
	border-bottom:1px solid #9dd2fd;
}

.new_icon{
	position:absolute;
	top:0;
	left:10px;
}


#car_sch_list li h3{
	font-size: 17px;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:underline;
	padding: 14px 30px 10px;
	border-top:1px solid #FFF;
	background-color:#e7e8e8;
	text-decoration: none;
}
.car_img{
	/* border-bottom:1px solid #c9caca; */
	width: 220px;
	margin: 0px 0 15px 15px;
	float: left;
	position: relative;
}
.soldout_img{
	position: absolute;
	

}

.car_data{
	float: right;
	width: 690px;
	margin: 50px 15px 0px 0;
	bottom: 35px;
	position: relative;
}
.label-mishiyou{
	font-size: 12px;
	color: #FFF;
	padding: 3px;
	border-radius: 3px;
	background-color: rgba(255,150,0,1.00) ;
	display: inline-block;
}
.pd10{
	padding:3px 10px 0;
	font-size:12px;
}

#car_sch_list li table{width:100%; margin:10px 0 0;table-layout: fixed; border-top:1px solid #FFF; border-collapse: collapse; font-size: 13px;}
#car_sch_list li table th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 7px 0;
	border: solid 1px #dcdcdc;
}
#car_sch_list li table td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 10px 0;

}

.price{ margin: 10px 0 0; display: inline-block;}


.price{
	font-size: 24px;
	margin: 0px 0px 0 0;
	color:#C00;
	font-weight: bold;
	/* font-family: 'Caveat Brush', cursive; */
}
.price_txt{ margin: 5px 0 0;}
.price_out{
	color:#C00;
	font-size:18px !important;
}
.dtlBt2,.dtlBt {
	padding: 0 23px 0 15px;
	height: 40px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	box-shadow: 0 2px 0 #b0b0b0;
	border-radius: 3px;
	position: relative;
	width:180px;
	float:right;
}
.dtlBt{
	background-color: #b6061e;
	margin: 5px 0px 0 0;
}
.dtlBt2{
	margin: 5px 10px 0 0;
	background-color: #174f9b;
}
.dtlBt2 img,.dtlBt img{position: absolute; top: 15px; right: 10px;}
.tel_txt{font-size: 11px;margin: 4px 5px 0 0;}
.tel_icon{margin: 0px 0 0 0;background: #FFF;padding: 3px 5px;display: inline-block;}



#rst_zero_disp {
	border:2px solid #c9132c;
	margin:10px;
}
#rst_zero_disp p {
	border:5px solid #feeaed;
	padding:30px 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#rst_zero_disp .price{
	font-style:italic;
	font-size:16px;
}

.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;
}


/*========================================
 + ページング
========================================*/
.page_area{
	margin:10px 0 5px 0;
	clear:both;
	height: auto !important;
	line-height:24px;
	padding:0px 0px 5px; 
}

.page{
	margin:0 2px;
	float:none !important;
	font-size:12px;
	border:1px solid #dcdcdc;
	width:24px;
	display:block;
	text-align:center;
	display: inline-block;
	background-color: #FFF;
	text-decoration: none;
}
.page:hover,.page.hover{
	color:#5e5e5e !important;
	text-decoration:none;
	
}

.page_sel{
	margin-left:5px;
	float:none !important;
	color:#FFF !important;
	font-weight:bold;
	text-decoration:none;
	width:24px;
	display: inline-block;
	background-color: #989898;
	border:1px solid #989898;
}
#page_TT{
	width:450px;
	float:none !important;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
}
#page_TT span{
	font-size:20px;
	color:#ff1200;
	font-family: 'Arial Black';
	font-weight: normal;
	font-style:italic;
}
.page_number{
	float: none !important;
	text-align: center  !important;
	margin-right:10px;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.rb{
	border-right:1px solid #333;
	padding-right:5px;
}
#tokusen{
	background-image:url(../images/search/tokuten.png);
	width:754px;
	height:266px;
	margin:30px auto;

}
#month{
	font-size:30px;
	color:white;
	font-weight:bold;
	position: relative;
	left:57px;
	top:26px;	
}	



/*---　目玉車　---*/
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush&display=swap');

.osusume_list{
	background: rgb(255,245,170);
	background: linear-gradient(155deg, rgba(255,245,170,0.5214460784313726) 0%, rgba(248,224,0,0.4598214285714286) 100%);
	}
#car_sch_list li table{
	background-color:#FFF;
} 
.osusume_list h3{
	background-image: url('/usedcar/images/medama.png');
	padding: 14px 30px 10px 67px !important;
	background-size: 63px;
	background-repeat:no-repeat;

}
.osusume_list .price {
	font-size: 26px;
	line-height: 41px;
	font-family: 'Caveat Brush', cursive;
	color: red;
	/* font-style: italic; */
	font-weight:900;
	text-shadow: 3px 3px 1px yellow, -3px 3px 1px yellow, 3px -3px 1px yellow, -3px -3px 1px yellow;
	position: relative;
	display:inline-block;
	margin: -5px 0;
}

/* 期間表示 */
.kikan{
	line-height: 1;
	text-align: center;
	margin: 20px -5px -34px 0px;
	color: #d81c1c;
	font-size: 15px;
	letter-spacing: 0px;
	text-shadow: 2px 2px 1px yellow, -2px 2px 1px yellow, 2px -2px 1px yellow, -2px -2px 1px yellow;
	/* text-shadow: 2px 2px 0px #ff6e00, -2px 2px 0px #ff6e00, 2px -2px 0px #ff6e00, -2px -2px 0px #ff6e00, 2px 0px 0px #ff6e00, 0px 2px 0px #ff6e00, -2px 0px 0px #ff6e00, 0px -2px 0px #ff6e00; */
	/*background-image: url(/usedcar/images/kikan.png);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 60px;
	height: 30px;
	padding: 2px 0 0 20px;
	box-sizing: border-box;
	width: 25%;
	line-height: 27px;
}

.kikan span{
	z-index:4;
	color: red;            /* 文字の色 */
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: 27%;
}

.kikan img{
	position:absolute;
	left: 1.6%;
}


.kikan span b{
	font-size: 15px;
}