
#used_search {
	padding:15px 0;
	background-color:#fed5e2;
}
#used_search table {
	width:880px;
	margin:0 auto;
}
#used_search th,td {
	height:30px;
}
#used_search th {
	width:70px;
	font-weight:normal;
}
#used_search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none!important;
	height:30px;
	padding:0 5px;
	overflow:hidden !important;
	background-color:#fff;
}
#used_search select.w190  {
	width:190px;
	overflow:hidden;
	background-image:url(../images/index/w190.png);
	background-position: center;
	background-repeat:no-repeat;
	margin:0 15px 0 0;
}
#used_search select.w90 {
	width:90px;
	overflow:hidden;
	background-image:url(../images/index/w90.png);
	background-position: center;
	background-repeat:no-repeat;
}
select::-ms-expand {
  display: none;
}
#color {
	text-align:right;
	vertical-align:top;
	padding:10px 5px 0 0;
}
#color_area {
	width:235px;
	padding:5px 10px;
	background-color:#FFF;
	margin:0px;
}
#color_area li{
	width:22px;
	float:left;
	position:relative;
	text-align:center;
	margin:8px;
}
#color_area li input[type="checkbox"] + label {
    display: block;
	border:1px solid #8e8e8e;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:3px;
}
#color_area li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	cursor:pointer;
}
#color_area li input[type="checkbox"]:checked + label {
	border:2px solid #1abb93;
	margin:0px;
	padding:2px;
	background-color:#FFF;
}
#color_area li input[type="checkbox"]:checked + label img{
	margin:0px 0 0 0;
}
#search_btn {
	width:960px;
	background-color:#fff;
	padding:10px 0 5px;
	margin:15px auto 0;
}
#search_btn p {
	float:left;
	margin:0 0 0 30px;
}
#search_btn ul {
	float:left;
	margin:0 0 0 20px;
}
#search_btn li {
	display: inline-block;
}
/**/
#p_nav {
	margin:40px auto 0;
	border-bottom:3px solid #d5d5d5;
}
#p_nav p {
	float: left;
	padding:0 0 0 10px;
}
#p_nav p span {
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}
#p_nav ul {
	float:right;
	padding:0 10px 0 0;
}
#p_nav li {
	display:inline-block;
	width:35px;
	text-align:center;
	border-left:1px solid #000;
}
#p_nav li:last-child {
	width:75px;
	background:url(../images/index/arrow.png) no-repeat;
	background-position: center right;
}
#p_nav li a {
	font-weight:bold;
	text-decoration:none;
}
#p_nav li a:hover {
	color:#f37e45;
}
/*並び替え*/
#sort {
	padding:0 0 0 10px;
	margin:5px auto;
}
#sort a {
	padding:0 5px;
	color:#ff6600;
	text-decoration:none;
}
/*中古車*/
#usedcar_list {
	width:100%;
	background-color:#f7f1e1;
	padding:10px 0;
}
#usedcar_list ul {
	margin:0 auto;
	text-align:left;
}
#usedcar_list li {
	box-sizing:border-box;
	padding:5px;
	width:175px;
	height:230px;
	display:inline-block;
	background-color:#fff;
	border:1px solid #c9c9c9;
	margin:0 8px 15px;
} 
#usedcar_list li dl {
	margin:10px 0;
	text-align:left;
}
#usedcar_list li dd a {
	color:#ff6600;
}
#usedcar_list li dd.price {
	margin:7px 0 0 0;
	height:25px;
	line-height:25px;
	background-color:#fbd79d;
	width:100%;
	text-align:right;
	box-sizing:border-box;
	padding:0 5px;
}
#usedcar_list li dd.price span {
	font-size:16px;
	font-weight:bold;
	color:#f8030e;	
}
