/* 共通
-----------------------------------*/
h3 {
	margin:0px;
	padding:0px;
	font-size:80%;
	font-weight:bold;
	text-align:left;
}

/* ジャンル別検索結果
-----------------------------------*/
#g_top {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999999;
}
#g_top .g_img {
	float: left;
	margin-right: 10px;
}
#g_top p.g_txt {
	float: left;
}

/* ブランドで絞り込み */
#brand_search {
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#brand_search .search_d {
	width: 100%;
	text-align: left;
}
#g_search_box {
	background-color: #f3f3f3;
	border: 2px solid #afafaf;
	text-align: center;
	vertical-align: center;
	padding: 7px 0;
	zoom: 1; /* IE Hack */
}
#g_search_box .wrapper {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#g_search_box .select_brand { /* プルダウン */
	background: url("/newcar/search/img/ico_search.gif") no-repeat 0 50%;
	height: 23px;
	float: left;
	margin-right: 5px;
	padding-top: 2px;
	padding-left: 33px;
}
#g_search_box .btn_focus { /* 絞り込みボタン */
	float: left;
	margin-top: 2px;
}