@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content h4 {
	margin-bottom: 20px;
	line-height: 1.0;
	padding: 5px 0 5px 25px;
	background:#151515 url(../image/h4_bg.jpg) 10px center no-repeat;
	font-weight:bold;
	color:#fff;
}
#content table th, #content table td {
	padding:2px 9px 1px;
}
#content table.tab02 th, #content table.tab02 td {
	padding:6px 9px;
	vertical-align:middle;
}
#content table th{
	width:160px;
}
#content table{
	margin-top:20px;
}
#wheel {
	margin-bottom:30px;
}
#wheel .box{
	background:url(../image/list_ba_arrow.jpg) center 185px no-repeat;
	margin-bottom:20px;
}
#wheel .box p{
	margin: 15px 0;
}
#wheel .box ul{
	overflow: hidden;
 /zoom: 1;
}
#wheel .box ul li{
	float:left;
	margin:0 40px 0 0;
}
#wheel .box ul li.none{
	margin-right:0;
}
#wheel .box ul li a,#wheel .box ul li span{
	width: 296px;
	height: 296px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border:1px solid #333;
	padding:1px;
}
#content .same {
	margin:0 0 40px;
}
#content .same dl dd{
	margin:15px 0;
}
