@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 5px 0 0}
#zaikoList > li div {background: #fff; }
#zaikoList > li:nth-child(odd){ }
#zaikoList h3 {font-weight:bold;padding:5% 5%;margin-bottom:-1px;background:#f6f6f6;border:solid 1px #dcdcdc;font-size: 13px;line-height: 1.4;}
#zaikoList h3 span { font-weight:normal; font-size:90%; }
#zaikoList .Cimg { display:block; margin-bottom:8px; }
#zaikoList h3+div {/* overflow:hidden; */padding:5%;border:solid 1px #dcdcdc;margin-bottom:10%;}
.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: 14px;margin: 0 3px 0 0;}
/*************ページング***************/
.pageTT span{
	color:#f42450;
	
}



/**/
.red_16B{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:30px 5px;
}
.p_re{
	position: relative;
}
.point{
	background-color: #fc6703;
	color: #FFF;
	font-size: 11px;
	width: 45px;
	height: 45px;
	border-radius: 55px;
	box-sizing: border-box;
	text-align: center;
	padding: 4px 0 0 0;
	line-height: 1.6em;
	position:absolute;
	top: 3px;
	left:-5px;
	margin:0;
	z-index: 993;
}
.point span {
    box-sizing: border-box;
    font-size: 21px;
    font-weight: bold;
    /* margin: 11px 0 0 0; */
}

/*---　目玉車　---*/
@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;
} 
ul {
	list-style-type: none;
  }
  #osusume {
	padding: 0px 5px 0;
  }  
.osusume_list .price span{
	font-size: 20px;
	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;
	font-size: 14px;
}
#osusume section {
	position: relative;
	padding: 0px 0 0px;
	margin: 20px auto 40px;
	background: #fff;
  }
#type09 {
	border: 2px solid #cf425e;
}
#osusume section li {
	width: 100%;
	float: left;
	/* margin: 0 0 20px 1%; */
}
#type09 ul li{
	width:50%;
}


/*========================================
 + 絞り込み検索
========================================*/
.s_p-area{overflow:auto;}
.s_p-area li{width:48%;float:left;}
.serect_price{
	border:2px solid #000;
	border-radius:10px;
	width: 90%;
	display:inline-block;
	padding: 5px;
	margin: 7px 0;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	color:#fff;
	margin-left: 5%;
}
.serect_price:hover{color:#FFF;}
.serect_price span{
	background-image:none!important;
	font-size: 46px;
	margin-right:5px;
	color:#fff !important;
}
#type08 {
	border: 2px solid #b55fa3;
	margin-top:70px!important;
	padding:45px 0 20px!important;
}
#type09 {
	border: 2px solid #cf425e;
	padding:25px 0 0px!important;
}



#osusume section  h3 {
	position: absolute;
	top: -27px;
	left: 0px;
}
#osusume li {
	display:inline-block;
}