/* グレード一覧用 スタイルシート
--------------------------------------------*/

/* トップ
----------------------------*/
#grade_top {
	width: 100%;
	background-color: #ffffff;
}
#grade_space {
	padding: 10px;
}
#grade_image {
	float: left;
	margin-right: 10px;
}
ul#grade_info {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	vertical-align: middle
}
dl#grade_price {
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	padding: 5px 10px;
	border: solid 2px #cccccc;
}
/* グレード一覧
----------------------------*/
p#grade_lead {
	clear: both;
	margin-top: 10px;
}
.section h2 {
	background: url("/newcar/common/img/icon_arrow.gif") no-repeat 5px 50%;
	margin-top: 15px;
	padding-left: 15px;
}
.section h3 {
	background-color: #555555;
	color: #ffffff;
	margin-bottom: 2px;
	padding: 3px 5px;
}

/* グレード一覧表 */
table.grade_table {
	width: 100%;
}
table.grade_table th {
	background-color: #858585;
	color: #ffffff;
	text-align: center;
	border-top: solid 2px #858585;
	border-bottom: solid 2px #858585;
	border-right: solid 1px #ffffff;
}
table.grade_table th.price {
	border-right: none;
}
table.grade_table td {
	border-bottom: solid 1px #cccccc;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.grade_table td.model {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
table.grade_table div.now { /* 現行モデル */
	margin-top: 7px;
}
th.model { width: 20%; } /* モデル横幅 */
th.limited { width: 7%; } /* 特別・限定横幅 */
th.type { width: 14%; } /* 型式横幅 */
th.doors { width: 7%; } /* ドア数横幅 */
th.shift { width: 7%; } /* シフト横幅 */
th.drive { width: 14%; } /* 駆動横幅 */
th.capacity { width: 7%; } /* 定員横幅 */
th.mileage { width: 8%; } /* 燃費横幅 */
th.price { width: 15%; } /* 価格横幅 */

*/幅変更*/
th.type2 { width: 10%; } /* 型式横幅 */
th.shift2 { width: 5%; } /* シフト横幅 */
th.capacity2 { width: 5%; } /* 定員横幅 */
th.doors2 { width: 5%; } /* ドア数横幅 */

td.car_img {
	padding: 5px;
}

/* 解説 */
#explain {
	width: 100%;
	margin-top: 15px; 
}
#explain p {
	background-color: #eeeeee;
	margin-bottom: 50px;
	padding: 10px;
}

/* 横リンク */
dl.linkList { background-color:#eee; margin-top:15px; padding:10px 10px 10px 0; overflow:hidden; zoom:1; }
dl.linkList dt { font-weight:bold; margin:0 0 5px 10px; }
dl.linkList dd { float:left; padding:0 10px 0 20px; white-space:nowrap; line-height:20px; }
dl.linkList dd a { }
