@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');
.Rockn_font{
	font-family: 'RocknRoll One', sans-serif;
}
.Rubik_font{
	font-family: 'Rubik', sans-serif;
}
/* 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;}

/*========================================
 + 検索結果一覧
========================================*/
#contents{
	min-height:auto !important;
}
#usedcar_schlist_disp{
	background-color:#FFF;
	padding:5px 0 0 0;
}
#car_sch_list{ width: 1080px; margin: auto;}
#SearchListDisp{
	/*background-color:#f3eee2;*/
	padding:15px 0;
}
#SearchList{
	margin:0 auto;
	padding:7px 0;
	width:1000px;
	background-color:#FFF;
}
.rmd_disp{
	text-align:center;
}
.rmd_box{
	border:1px solid #d3d3d3;
	background-color: #FFF;
	line-height:1.3em;
	position: relative;
	width:215px;
	display:inline-block;
	margin:0 10px 20px;
}
.rmd_box:hover{
	border:1px solid #c8142d;
}

.point{
	background-color: #fc6703;
	color: #FFF;
	font-size: 14px;
	width: 55px;
	height: 55px;
	border-radius: 70px;
	box-sizing: border-box;
	text-align: center;
	padding: 9px 0 0 0;
	line-height: 1.3em;
	position:absolute;
	top: -6px;
	left: -6px;
	margin:0;
	z-index:999;
}
.point span {
    font-size: 16px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    /* margin: 11px 0 0 0; */
}

.new_icon{
	position:absolute;
	top:0;
	left:10px;
}


.rmd_box h3{
	font-size: 14px;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:underline;
	padding: 5px;
	border-top:1px solid #FFF;
	background-color:#e7e8e8;
	text-decoration: none;
    margin: 0 0 5px;
    height: 30px;	
}
.car_img{
	border-bottom:1px solid #c9caca;
	margin: 5px;
	position: relative;
}
.car_data{
	position:absolute;
	right:0;
	top: 2px;
	
}
.car_data p{
	margin:0 0 2px;
	text-align: right;
}
.car_data p span{
	font-size: 10px;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.8;
}
.label-mishiyou{
	padding: 0px 5px;
	background-color: rgba(255,150,0,1.00);
}
.label-kbn{
	padding: 0px 5px;
	background-color:#00a185;
}
.pd10{
	padding:3px 10px 0;
	font-size:12px;
}
.reco_price{
	display: flex;
	justify-content:center;
	align-items: flex-end;
}
.reco_price span{
	font-size: 11px;
	margin: 0 3px;
}

.price {
	color: red;
	font-size: 29px !important;
	/* font-style: italic; */
	/* font-weight:bold; */
	text-shadow: 3px 3px 1px yellow, -3px 3px 1px yellow, 3px -3px 1px yellow, -3px -3px 1px yellow;
	line-height: 1em;
	margin: 5px 0 0px 5px !important;
}

.price_txt{ margin: 0px 0 0; display:inline-block;height:50px;}
.price_out{
	color: red;
    font-size: 30px;
	font-weight:bold;
	padding-right:15px;    
}
.detail_txt{ text-align: center; font-size: 12px; margin: 3px;}


.kikan{
	position: absolute;
	bottom: 0px;
	line-height: 1;
	text-align: center;
	margin: 0 -5px;
	color          : #d81c1c;            /* 文字の色 */
	font-size: 12px;               /* 文字のサイズ */
	letter-spacing: 0px;                /* 文字間 */
	text-shadow: 2px 2px 0px #ea3224, -2px 2px 0px #ea3223, 2px -2px 0px #ea3223, -2px -2px 0px #ea3223, 2px 0px 0px #ea3223, 0px 2px 0px #ea3223, -2px 0px 0px #ea3223, 0px -2px 0px #ea3223;        /* 文字の影 */
	background-image: url(/usedcar/images/kikan.png?2025);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 69px;
	height: 31px;
	border-bottom: 5px solid #f00;
	padding: 0 0 0 66px;
	box-sizing: border-box;
	width: calc(100% + 10px);
	line-height: 30px;
}
.kikan span{
	z-index:4;
	color: #fffe54;            /* 文字の色 */
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.kikan span b{
	font-size: 15px;
}