@charset "UTF-8";
/* CSS Document */


/*--カスタム車両--*/
.custom_box{
	padding:0px 0px 20px 20px;
	}

.custom_box ul{
	list-style:none;
	padding:0px 0px 15px 0px;
	}
	
.custom_box li{
	list-style:none;
	background-image:url(../img/custom/hare_ok_bt.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 5px 0px 5px 40px;
	border-bottom:1px dotted #666666;
		}
	
.custom_box2{
	padding:0px 0px 20px 20px;
	}

.custom_box2 ul{
	list-style:none;
	padding:0px 0px 15px 0px;
	}
	
.custom_box2 li{
	list-style:none;
	background-image:url(../img/custom/hare_ng_bt.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 5px 0px 5px 40px;
	border-bottom:1px dotted #666666;
		}
	
	
.red{
	color:#FF0000;
	}
