@charset "EUC-JP";

.no_hit {
	border-top: 5px solid #e70012;
}

.no_hit .error_txt {
	padding: 15px 10px 20px;
	line-height: 1.4;
}

.no_hit #searchCar h2 span.bgImg {
	background: none;
}

.no_hit .searchBrand {
	display: none;
}

.no_hit .price_list {
	overflow: hidden;
	margin-top: 10px;
}

.no_hit .price_list li {
	float: left;
	margin: 0 3% 10px;
	width: 45%;
}

.no_hit .price_list li:nth-child(odd) {
	margin-right: 0;
}

.no_hit .price_list li a {
	display: block;
	background: url(https://img.goo-net.com/goo/usedcar/common/img/iphone/icon_linkmark.png) no-repeat scroll 94% center;
	background-size: 8px 12px;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	padding: 15px 10px;
	font-size: 117%;
	font-weight: bold;
}

.turn_top {
	margin-bottom: 15px;
	text-align: center;
}

.turn_top a {
	color: #2666d2;
	text-decoration: underline;
	font-size: 13px;
}

body{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

body #brandList li{
	width: auto;
	height: auto;
	padding: 0;
}

body #brandList li a{
	width: 67px;
	height: 75px;
	padding-top: 5px;
	display: block;
}


