@charset "utf-8";

/* 条件から探す
-------------------------------------------------- */
h3{
	background-image:url(../jpg/bg_h3_search_conditions.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

/* コンテンツ */
.contents-inner{
	padding:0 15px 15px 15px;
}


/* バナーエリア */
#foot_banner_area{
	background:#ffffff!important;
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {


	/* 条件から探す
	++++++++++++++++++++++++++++++++++++++++++++++ */
	/* 並び替え */
	.result_panel .sort dt,
	.result_panel .sort dd{
		padding-right:5px;
	}
	.result_panel .sort dt::after{
		padding-right:5px;
	}
	.result_panel .sort dd::after{
		margin-left:5px;
	}

	/* 絞り込み */
	.result_panel .panel_wrap_b dl{
		display:table;
		float:left;
		width:32%;
		margin-right:2%!important;
		margin-bottom:15px;
	}
	.result_panel .panel_wrap_b dl.mount_height,
	.result_panel .panel_wrap_b dl.wheel_material,
	.result_panel .panel_wrap_b dl.other{
		margin-right:0!important;
	}
	.result_panel .panel_wrap_b dl dt{
		display:table-cell;
		width:45%;
		text-align:right;
		padding-right:5px;
	}
	.result_panel .panel_wrap_b dl dd{
		display:table-cell;
		width:55%;
	}
	.result_panel .panel_wrap_b dl.double dd span{
		display:inline-block;
		width:12%;
		text-align:center;
	}
	.result_panel .panel_wrap_b dl.double dd select{
		display:inline-block;
		width:44%;
	}

	/* サイドメニュー */
	.side-navi dd.sereas{
		display:none;
	}
	.side-navi dd.fittings{
		display:none;
	}
}