@charset "utf-8";
/* CSS Document */
.H3_TT h3{
	font-size: 20px;
	background-repeat:no-repeat;
	background-position:5px center;
	padding: 0 0 0 2px;
	font-weight: 900;
}
.H3_TT h3:before {
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	padding: 0 5px 0 0;
	font-weight: bold;
	}
/*========================================
 + ボディタイプから探す
========================================*/
.body_search ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
    margin: 15px 0 0;
}
.body_search ul li{
    background: #FFF;
    border: 2px solid #321301;
    box-shadow: 0 3px 0 #321301;
    width: 125px;
    height: 81px;
    font-weight: 900;
    padding: 9px 0;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px 15px 0;
    position:relative;
}
.body_search ul li a{
    width: 125px;
    height: 81px;
	display:block;
}
.body_search ul li:nth-child(5n){
    margin: 0 0px 15px 0;
}
.body_search ul li div{
	position:absolute;
	bottom: 29px;
	text-align:center;
	width:100%;
}
.body_search ul li:nth-child(12) div{ bottom: 24px;}
.body_search ul li:nth-child(13) div{bottom: 23px;}

.body_search ul li div img{
	display: inline-block;
}
.body_search ul li span{
    font-size: 12px;
    display:block;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:5px;
}

/*========================================
 + 価格から探す
========================================*/
.priceList{
	margin:10px 0 20px 0;
}
.priceList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 15px 0 0;
}
.priceList li{
    background: #FFF;
    border: 2px solid #321301;
    box-shadow: 0 3px 0 #321301;
    width: 213px;
    font-size: 17px;
    font-weight: 900;
    padding: 9px 0;
    text-align: center;
    border-radius: 50px;
    margin: 0 10px 15px 0;
}
.price_priceList li:nth-child(3n){
    margin: 0 0px 15px 0;
}
.priceList li a{
    display:block;
}
/*========================================
 + メーカーから探す
========================================*/
.kokusanmaker{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    margin: 15px 0 0;
}
.kokusanmaker li{
    background: #FFF;
    border: 2px solid #321301;
    box-shadow: 0 3px 0 #321301;
    width: 172px;
    height: 60px;
    font-weight: 900;
    padding: 3px 0;
    text-align: center;
    border-radius: 5px;
    margin: 0 4px 15px 0;
    position:relative;
}
.kokusanmaker li:nth-child(4n){
    margin: 0 0px 15px 0;
}
.kokusanmaker li:hover{
	background-position:-171px 0;
}
.pink_link{
	background-image:url(../../common/images/arrow_icon_pink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 13px;
	width:140px;
	float:right;
	margin:0 0 10px 0px;
	font-size:14px;
}

/* =======================================
	カーラインアップ
======================================= */
#lineTT{
	position: relative;
	padding:0 0 0 90px;
}
#lineTT img{
	position:absolute;
	top:7px;
	left:0;
}
#lineup{
	margin:0px 0 15px 0;
	display: flex;
	flex-wrap: wrap;
}
#lineup li{
	background:#fff;
	border: 1px solid #321301;
	box-shadow: 4px 4px 0 #321301;
	padding: 2px 2px 10px;
	margin: 10px 7px 10px 0;
	width: 171px;
	/* float:left; */
}
#lineup li:nth-child(4n){
	margin: 10px 0px 10px;
}
#lineup li h3{
	background-image:url(/usedcar/images/search/carNM_h3_new.gif);
	height: 48px;
	line-height: 18px;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
}
.ImgDisp{
	width: 94%;
	/* height:135px; */
	padding:5px 0 0 0;
	/* float:left; */
	margin: 5px auto 5px;
	position:relative;
}
.CarImg{
	width: 100%;
	margin:auto;
}
.ImgNm{
	text-align:center;
	margin:2px 0 0 0;
}
.CarInfo{
	margin: 5px auto 0;
	/* height:150px; */
	width: 94%;
	/* float:right; */
	padding:0 0 0 0;
}
.CarData{
	margin:4px 0 0 0;
}
.CarData li:first-child{
	padding:0 0 0 0 !important;
	border-left:none;
}
.CarData li{
	float:left;
	border:none !important;
	padding:0 15px 0 0 !important;
	margin:0 !important;
	border-left:1px solid #eeeeee;
}
.CarInfo{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.CarInfo table:first-child{
	width: 100%;
	text-align: left;
}
.CarInfo table:first-child td{
	font-size:12px;
	font-weight: normal;
	text-align: right;
}
.CarInfo table:first-child td:first-child{
	text-align:left;
	width: 48px;
	font-weight: bold;
	padding: 1px 0;
}


.CarInfo table:last-child{
	width: 100%;
	text-align: left;
}
.CarInfo table:last-child td{
	font-size:12px;
	font-weight: normal;
	text-align: left;
	padding:0;
	line-height: 1.3rem;
}
.CarInfo table:last-child td:first-child{
	text-align:left;
	width: 61px;
	font-weight: bold;
	padding: 6px 0 6px;
}
.CarInfo table:last-child td:last-child{
	text-align:right;
}

.red{
	font-size: 28px;
	color: #d50000;
	font-weight: bold;
}
td.monthly_price {
    position: relative;
    text-align: right !important;
}
td.monthly_price span:before{
    content:'';
    width:100%;
    height: 8px;
    background: #fcff00;
    position: absolute;
    bottom: 0px;
    z-index: 4;
    right: 0;
}
td.monthly_price span{
    display: inline-block;
    position: relative;
    padding: 0 3px;
}
td.monthly_price b{
    z-index: 5;
    position: relative;
    font-size: 13px;
}
