@charset "utf-8";
/* CSS Document */

/* 
#mat-tub {
	margin-bottom: 20px;
}

#mat-tub li {
	float: left;
}

#mat-tub li .tub_toyota {
	height: 35px;
	width: 215px;
	text-indent: -999em;
	display: block;
	background-image: url(../img/matching/mat_tub_toyota.gif);
	overflow: hidden;
}
#mat-tub li .tub_nissan {
	height: 35px;
	width: 215px; 
	text-indent: -999em;
	display: block;
	background-image: url(../img/matching/mat_tub_nissan.gif);
	overflow: hidden;
}
#mat-tub li .tub_suzuki {
	height: 35px;
	width: 215px;
	text-indent: -999em;
	display: block;
	background-image: url(../img/matching/mat_tub_suzuki.gif);
	overflow: hidden;
}
#mat-tub li .tub_mitsubishi {
	height: 35px;
	width: 215px;
	text-indent: -999em;
	display: block;
	background-image: url(../img/matching/mat_tub_mitsubishi.gif);
	overflow: hidden;
}
#mat-tub a:hover {
    background-position:left -35px;
}
*/

p.intro{
	margin:0 0 20px 20px;
}

/* kind */
div.kind {
	background:#e5e5e5;
	padding:10px;
	width:840px;
	margin:0 0 20px 20px;
	
}
div.kind h4 {
	font-weight:bold;
	color:#ff6600;
}
div.kind h4,
div.kind h4.top {
	font-weight:bold;
	color:#ff6600;
	margin-top:20px;
}
div.kind h4.top {
	margin-top:0;
}
div.kind h4 {
	margin-top:20px;
}

div.kind div.car-name ul {}
div.kind div.car-name ul li {
	display:block;
	float:left;
	padding-left:8px;
	margin-right:10px;
	background:url(../img/product/mat/arrow_kind.gif) left center no-repeat;
	width:180px;
}



/* page-jump */
div.page-jump {
	text-align: right;
	background: url(../img/pagetop.gif)  right center no-repeat;
	padding:5px 10px 0 0;
	margin:10px 0 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 890px;
}

optgroup {
    font-style: normal;
}