@charset "utf-8";
/* CSS Document */
/* contents */
.sub_TT{
	background: url(../../common/images/arrow_a2.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 8px;
	background-color:#e7e8e8;
	border-top:1px solid #dfdfdf;
	line-height:1em;
	font-size:13px;
	padding:10px 20px 10px 5px;
	text-shadow:1px 1px 0 #FFF;
}
#zaikoList { padding: 5px;}
#zaikoList > li {width:48%;display:  inline-block;vertical-align: top;margin: 0 1% 0;}
#zaikoList > li:nth-child(odd){ }
#zaikoList h3 {font-weight:bold;padding: 2% 5%;overflow: hidden;margin-bottom:-1px;background:#f6f6f6;border:solid 1px #dcdcdc;font-size: 13px;}
#zaikoList h3 span { font-weight:normal; font-size:90%; }
#zaikoList .Cimg { display:block; margin-bottom:8px; position: relative;}
.soldout_img{
	position: absolute;
	
}
#zaikoList h3+div {overflow:hidden;padding:5%;border:solid 1px #dcdcdc;margin-bottom:10%; height:515px;}
.tagList li { margin-right:8px; padding:2px 10px 1px; float:left; color:#fff; font-size:11px; }
.tagList li.kubun_1 { background:#FF9600;}

#zaikoList > li  table{width:100%; margin:10px 0 0;table-layout: fixed; border-top:1px solid #FFF; border-collapse: collapse; font-size: 11px;}
#zaikoList > li table th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 3px 0;
	border: solid 1px #dcdcdc;
}
#zaikoList > li table td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 3px 0;
	text-align: center;

}

#zaikoList .carContact { padding:0; margin:0; background:none; }
#zaikoList .carContact .tel,#zaikoList .carContact .contactBtn { display:none; }
#zaikoList .carContact .detailBtn a { padding:7px 16% 6px 5px; font-size:90%; }
#zaikoList .carContact .arrow::after { right:7%; }

.dtlBt a{
	background-color: #b6061e;
	margin: 5px 0px 0 0;
	padding: 0 23px 0 15px;
	height: 35px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	box-shadow: 0 2px 0 #b0b0b0;
	border-radius: 3px;
	position: relative;
	color: #FFF !important;
}
.dtlBt a img{position: absolute; top: 15px; right: 10px;}



/* 検索パネル */
#BtDisp{
	width:100%;
	margin:2px 0 0;
}
#BtDisp td{
	width:50%;
}

#page_TT{
	padding:7px 10px 7px 10px;
	margin:0 0 0px 0 ;
	text-align:left;
	font-weight:bold;
	background-color:#FFF;
	border-bottom:2px solid #c8142d;
}
#page_TT span{
	font-size: 14px;
	color:#ff0000;
	font-weight:bold;
}

#ShiboriListBtn{
	height:39px;
	width:64%;
	padding:0 0 0 35%;
	float:left;
	display:block;
	font-weight:bold;
	color:#FFF;
	font-weight:bold;
	line-height:37px;
	background: url(../images/glass.png);
	background-repeat:no-repeat;	
	background-position:15% center;
	background-size:27px;
	font-size:14px;
	background-color:#c8142d;
	color:#FFF;
	text-decoration:none;
}

#changeListBtn{
	height:39px;
	width:64%;
	padding:0 0 0 35%;
	float:left;
	display:block;
	font-weight:bold;
	color:#FFF;
	font-weight:bold;
	line-height:37px;
	background: url(../images/Arrow.png);
	background-repeat:no-repeat;	
	background-position:15% center;
	background-size:27px;
	font-size:14px;
	text-decoration:none;
	font-size:14px;
	background-color:#c8142d;
	color:#FFF;
	text-decoration:none;
}

#display1{
	margin:0px 0 0 0;
	padding:0px;

}
#display2{
	margin:0px 0 0 0;
	padding:5px;
}
#display2_in{
	background-color:#FFF;
	padding:5px;
}
.changeBtnBox{
	width:304px;
	height:32px;
	margin:5px auto 0;
}
.changeBtnLeft{
	width:150px;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	background-image:-moz-linear-gradient(left top , #FFF 0% ,#FFF 2% , #efefef 2.1% , #d0d0d0 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF),color-stop(0.02, #FFF), color-stop(0.021, #efefef),  color-stop(1, #d0d0d0));
	border: 1px solid #c7c7c7;
	border-radius: 5px 0px 0px 5px;
	font-weight:bold;
	text-shadow:0 1px #FFF;
}
.changeBtnLeft a{
	font-weight:bold;
	text-shadow:0 1px #FFF;
	color:#404040;
	display:block;
}

.changeBtnRight{
	width:150px;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	background-image:-moz-linear-gradient(left top , #FFF 0% ,#FFF 2% , #efefef 2.1% , #d0d0d0 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF),color-stop(0.02, #FFF), color-stop(0.021, #efefef),  color-stop(1, #d0d0d0));
	border: 1px solid #c7c7c7;
	border-left: 1px solid #FFF !important;
    border-radius: 0px 5px 5px 0px;
	font-weight:bold;
	text-shadow:1px #FFF;
}
.changeBtnRight a{
	font-weight:bold;
	text-shadow:0 1px #FFF;
	color:#404040;
	display:block;
}
#changeClear{
	width:302px;
	height:32px;
	line-height:32px;
	background-image:-moz-linear-gradient(left top , #FFF 0% ,#FFF 2% , #efefef 2.1% , #d0d0d0 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF),color-stop(0.02, #FFF), color-stop(0.021, #efefef),  color-stop(1, #d0d0d0));
	border: 1px solid #c7c7c7;
    border-radius: 5px 5px 5px 5px;	
	font-weight:bold;
	text-shadow:0 1px #FFF;
	display:block;
	margin:0 auto;
	color:#404040;
	text-align:center;
	}
#changeClear a{
	font-weight:bold;
	text-shadow:0 1px #FFF;
	color:#404040;
	display:block;
}

#zyoken_area{
	padding:0;
	background-color:#FFF;
}
#zyoken_area select{
	font-size:120%;
	padding:5px;
}
#zyoken_area a{
	color:#333;
}
.zyokenWaku{
	padding:5px 0;
}

/*========================================
 + 絞り込み検索
========================================*/
#search_disp{
	background-image: url(/usedcar/images/main/back.gif);
	background-repeat:repeat;
	padding:5px;
	margin: 5px;
}
#search_disp th{
	background-color: #FFF;
	border-top:1px solid #FFF;
	border-bottom:1px dotted #bcc0c4;
	text-align:left;
	padding:3px 5px 3px 7px;
	font-weight: normal;
}
#search_disp td{
	background-color:#FFF;
	padding:3px;
	border-bottom:1px dotted #bcc0c4;
}
#maker_list label{
	line-height:1.2em;
	width:95px;
	display: inline-block;
	margin:0 0 5px;
	line-height:1.2em;
}
#maker_list label input{
	margin:0 3px 0 0;
}
#store_list label{
	line-height:20px;
	width:95px;
	display: inline-block;
	line-height:20px;
}

#nenshiki_list label{
	line-height:20px;
	width:145px;
	display: inline-block;
	line-height:20px;
	margin:0 0 5px;
}
#price_list label{
	line-height:20px;
	width:145px;
	display: inline-block;
	line-height:20px;
	margin:0 0 5px;
}
#kudou label{
	line-height:20px;
	width:145px;
	display: inline-block;
	line-height:20px;
	margin:0 0 5px;
}



#searchBt_disp{
	background-color:#FFF;
	padding:10px;
	position:relative;
}
#kensaku{
	background:-moz-linear-gradient(center top , #c8142d 0%, #e0243e 50%, #c8142d 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8142d), color-stop(50%,#e0243e), color-stop(100%,#c8142d));
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom:2px solid #890013;
	box-shadow:0 2px 0 #dad9d9;
	display:block;
	width:80%;
	height:37px;
	text-align:center;
	line-height:37px;
	color:#FFF;
	text-decoration:0 1px 0px #00488a;
	margin: auto;
}
#clear{
	background:-moz-linear-gradient(center top , #909192 0%, #9e9f9f 50%, #909192 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#909192), color-stop(50%,#9e9f9f), color-stop(100%,#909192));
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom:2px solid #7b7c7c;
	box-shadow:0 2px 0 #dad9d9;
	display:block;
	float:left;
	width:35%;
	height:37px;
	text-align:center;
	line-height:37px;
	color:#FFF;
	text-decoration:0 1px 0px #00488a;
}


#color_area{
	margin:8px 0 0 0;
}
#color_area li{
	width:43px;
	float:left;
	margin:0 15px 7px 0;
	text-align:center;
}
/* チェックリスト */
#search_disp input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

#search_disp input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #009fdf),
        color-stop(1.00, #009fdf)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #009fdf 0%,
        #009fdf 100%
    );
    border: 1px solid #003566;
}

#search_disp input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 13px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 7px;
    height: 3px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

#search_disp input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 13px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 13px;
    height: 3px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

#tokusen{
	background-image:url(/usedcar/images/search/tokuten.png);
	width:300px;
	height:105px;
	background-size: 100%;
	margin:15px auto;
position: relative;
}
#month{
	font-size:14px;
	color:white;
	font-weight:bold;
	position: absolute;
	left:20px;
	top:10px;	
}	
.price span{font-size: 18px; margin: 0 3px 0 0;font-weight: bold;}



/*========================================
 + 非公開在庫数
========================================*/
.panel_box_title{
	background-color: #338fe5;
	padding: 15px 0 11px 46px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;	
	margin-top: 1em;
	position: relative;
	line-height: 1.4;
}
.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: 12px;
	top: 13px;
	width: 27px;
	height: 27px;
}
.panel_box_title div{
	background:#FFF;
	color:#000;
	display:inline-block;
	border-radius: 50%;
	width: 108px;
	height: 109px;text-align: center;
	padding: 22px 0 0;
	position: absolute;
	right: 7px;top: 2px;
	/* border: solid #338fe5; */
    border-width: 4px 4px 0;
	z-index: 2;
}
.panel_box_title:after{
	/* content:''; */
	height: 31px;
	width: 165px;
	background: #fff;
	position: absolute;
	right: 5px;
	z-index: 3;
	bottom: -31px;
}
.panel_box_title div > span{
	background:#fae92d;
	font-size: 12px;	
	padding: 0px 4px;
	margin: 0 0 6px;
	display: inline-block;
}
.panel_box_title div p{
	font-size: 14px;
	line-height: 1;
}
.panel_box_title div p span{
	color: #f41204;
    font-size: 30px;
}

#search_disp.panel_box_hikoukai{
	background-image: none;
	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 5px 0;
	border-radius:2px;
}

.panel_box_hikoukai #searchBt_disp{
	background-color:#f5f5f5;
	padding: 10px 0;
	position:relative;
	text-align: center;
	margin: 24px 0 0;
}
.panel_box_hikoukai #searchBt_disp a{
	position:relative;
	margin:auto;
	top: auto;
	background-color: #45bab7;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	width: 80%;
	height: 55px;
	line-height: 55px;
	letter-spacing: 3px;
	transition: 0.7s;
	background-image: none;
	box-shadow: none;
	border-bottom: none;
}
.panel_box_hikoukai #searchBt_disp a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.panel_box_hikoukai #panel_box_in p{
	border-bottom: 1px solid #dadada;
	margin: 0px 0px 12px;
	padding: 0px 3px 7px;
line-height: 1.4;}
.panel_box_hikoukai #panel_box_in p span {
    color: #f41204;
    font-size: 23px;
    display: inline-block;
    margin: 0 3px 0 10px;
    position: relative;
    top: 1px;
}
.panel_box_hikoukai select{
	font-size: 16px;
	padding: 10px 5px;

background: #FFF;border-radius: 2px;color: #000;border: 1px solid #b4b4b4;}
.panel_box_hikoukai table th{
	font-size: 14px;
	font-weight: bold !important;
}
#maker_list,#model_list{
	width: 98%;
}
#price_from,#price_to{ width: 43%;}

@media screen and (max-width: 325px) {

	.panel_box_title{
		padding: 12px 0 8px 35px;
		font-size: 16px;
	line-height: 1.2;}
	.panel_box_title:before{
		left: 6px;
		top: 13px;
		width: 22px;
		height: 22px;
	}
	.panel_box_title div{
		width: 92px;
		height: 92px;
		padding: 16px 0 0;
		right: 7px;
		top: 2px;
	}
	.panel_box_title div p span {
	    font-size: 25px;
	}
	.panel_box_title div > span{
		font-size: 11px;	
		padding: 0px 2px;
		margin: 0 0 5px;
	}



	
	
}


/*========================================
 + ページング
========================================*/
.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: bold;
	/* font-style:italic; */
}
.page_number{
	float: none !important;
	text-align: center  !important;
	margin-right:10px;
}



/**/
.red_16B{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:30px 5px;
}



/*---　目玉車　---*/
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush&display=swap');

.osusume_list div{
	background: rgb(255,245,170) !important;
	background: linear-gradient(155deg, rgba(255,245,170,0.5214460784313726) 0%, rgba(248,224,0,0.4598214285714286) 100%)!important;
	}
	.osusume_list  table{
	background-color:#FFF;
} 

.osusume_list .price span{
	font-size: 23px;
	line-height: 29px;
	/* 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;
	background-image: url('/usedcar/images/medama.png');
	padding: 0px 2px 0 39px;
	background-size: 40px;
	background-position: left center;
	background-repeat:no-repeat;
	margin: 5px 0;
}

/* 期間表示 */
.kikan{
	line-height: 1;
	text-align: center;
	margin: 0 0 -12px;
	color: #d81c1c;
	font-size: 11px;
	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: 45px;
	height: 30px;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	line-height: 21px;
}

.kikan span{
	z-index:4;
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: 30%;
}

.kikan img{
	position:absolute;
	left:1.5%;
}


.kikan span b{
	font-size: 11px;
}
