@charset "utf-8";

aside {
	padding-top: 38px;
	float: right;
}

/* main-img
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#main-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
#main-img ul {
	/*width: 3000px;*/
	list-style: none;
}
#main-img #filter {
	background: url("../../img/home/main-img/dot-fil.png");
	position: absolute;
	height: 320px;
	z-index: 50;
	width: 100%;
	top: 0;
	left: 0;
}
#main-img ul li {
	width: 700px;
	float: left;
}
#main-img img {
	vertical-align: bottom;
}

/* news
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#news {
	border: solid 1px #393939;
	background: url("../../img/home/news/title-bg.png") repeat-y;
	margin-bottom: 30px;
}
#news-in {
	float: left;
	width: 620px;
	margin: 10px;
	height: 75px;
	overflow-y: scroll;

}
/* スクロールバーの色 */
.jScrollPaneTrack {
	background: #E3F3DC;
}
.jScrollPaneDrag {
	background: #70C04E;
}

#news h2 {
	padding: 35px 0;
	text-align: center;
	width: 176px;
	float: left;
	margin-bottom: 0;
}
#news table {

}
#news table td,
#news table th {
	padding-bottom: 5px;
}
#news table th {
	font-weight: normal;
	padding-right: 15px;
}
#news table a {
	color: #fff;
}
#news .news-btn {
	float: right;
	padding: 8px 8px 0 0;
}

/* parts
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
h2 {
	margin-bottom: 5px;
}
#parts {
	width: 960px;
	overflow: hidden;
	margin-bottom: 30px;
}
#parts ul {
	list-style: none;
	width: 980px;
}
#parts ul li {
	width: 180px;
	color: #333;
	background: #fff;
	font-size: 93%;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}
#parts ul li:hover {
	background: #ddd;
}
#parts ul li a {
	text-decoration: none;
	color: #333;
}
#parts ul li p {
	padding: 5px 10px 0;
	height: 2.5em;
}
#parts .price {
	color: #CA001F;
	display: block;
	text-align: right;
	font-family: 'Michroma', sans-serif;
	font-size: 17px;
	height: auto;
}

/* race-info
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#race-info {
	width: 670px;
	float: left;
	line-height: 1.5;
}
#race-info section {
	background: #fff;
	color: #333;
	padding: 10px 15px 10px 10px;
	margin-bottom: 10px;
	border: solid 1px #999;
}
#race-info section div {
	padding-top: 6px;
	width: 490px;
	float: right;
}
#race-info section div p {
	margin-bottom: 6px;
}
#race-info section h3 {
	font-weight: normal;
	font-size: 123.1%;
	margin-bottom: 0.3em;
}
#race-info section h3 a {
	color: #CA001F;
}
#race-info section img.thum {
	float: left;
}
