@charset "utf-8";

.mainBox { width: 770px;}
.rightBox { width: 210px;}

/************************************************************
 * ﾒｰｶｰ車種選択ﾊﾟﾈﾙ
 ************************************************************/
.makerListBox ul {
	width: 769px;
	}
.makerListBox li {
	float: left;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	width: 250px;
	}
.selectMaker li		{ height: 61px;}
.selectBodytype li	{ height: 71px;}
.makerListBox li a, .makerListBox li span {
	position: absolute;
	left: 84px;
	}
.makerListBox li img {
	border: 0;
	width: 80px;
	height: 60px;
	}
.makerListBox li a		{ padding-right: 10px;}
.selectMaker li a		{ top: 9px;}
.selectBodytype li a	{ top: 6px;}
.makerListBox li span	{ color: #666;}
.selectMaker li span	{ top: 40px;}
.selectBodytype li span	{ top: 52px;}

.mB-18		{ margin-bottom: -18px;}