@charset "utf-8";
/* CSS Document */
/*----- 在庫車リスト -----*/

#usedcar_list {
	padding: 25px 0 5px;
}
#usedcar_list li {
    padding: 10px 5px;
    box-sizing: border-box;
	margin: 0 auto 20px;
}
#usedcar_list li .inner {
	display: block;
	text-align: center;
	border-style: solid;
	border-width: 6px;
	border-radius: 7px;
}
#usedcar_list li .inner  h3 {
	color: #fff;
	padding:12px 0;
	font-size: 15px;
	min-height: 83px;
}
.usedcar-data {
	padding: 5px 7px;
	text-align: center;
}
.usedcar-data table {
	width: 100%;
	background-color: transparent !important;
	background-image: none !important
}
.usedcar-data table th {
	width: 50%;
	text-align: center;
	font-weight: normal;
	background-image: url(../../index/images/picUp/th.jpg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center;
}
.usedcar-data table td {
	text-align: center;
}
.usedcar-Price  span {
	font-size:23px;
	font-weight: bold;
	color: #f00;
}
.detailBT {
	display: block;
	width: 90%;
	padding: 7px 0;
	border-width: 3px;
	border-style:solid;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	margin: 15px  auto 5px;
}


/* ===============================================
  media (max-width:576px)
=============================================== */
@media (max-width:576px) {
	.pc {
  		display: none !important;
	}
	
}