/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*プロダクトリスト*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
#product_list {
	margin-bottom: 20px;
	background: #ffffff;
	padding-top: 40px;
}
#product_list > div {
	margin-bottom: 30px;
}
#product_list a.pro_box {
	width: 230px;
	margin-right: 15px;
	display: block;
	float: left;
	background: url("../img/dot_big.gif") repeat left 30px;
	margin-bottom: 30px;
}
#product_list a.pro_box:last-child {
	margin-right: 0;
}
#product_list a.pro_box:hover {
	text-decoration: none;
}
#product_list a.pro_box dl {
	text-align: center;
	padding-bottom: 20px;
}
#product_list a dl p {
	margin-bottom: 0;
}
#product_list a dl p.price {
	color: #cb2424;
	font-size: 180%;
}
#product_list a dl dt  {
	padding-top: 35px;
}
#product_list a dl dt img {
	padding-top: 20px;
}

a.ucar dt  { /*中古*/
	background: url("../img/product_ucar.gif") no-repeat left top;
}
a.new dt { /*新車*/
	background: url("../img/product_new.gif") no-repeat left top;
}
a.out dt { /*売り切れ*/
	background: url("../img/product_out.gif") no-repeat left top;
}
a.test dt { /*試乗車*/
	background: url("../img/product_test.gif") no-repeat left top;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*サービスリスト*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
#service_list {
	background: url("../img/big_bg.gif") no-repeat center fixed #e9e9e9;
}
#service_list h1 {
	width: 231px;
	height: 60px;
	text-indent: -10000px;
	background: url("../img/h_service.png") no-repeat left center;
	padding: 35px 0;
}
#service_list ul {
}
#service_list ul li {
	width: 314px;
	height: 80px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
#service_list ul li:nth-child(3n) {
	margin-right: 0;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*FB*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
#fb_box {
	position: relative;
	background: url("../img/dot_big.gif") repeat left top;
	margin-bottom: 40px;
}
#fb_box header {
	width: 100%;
	background: #ffffff;

}
#fb_box header > div {
		padding: 30px 0;

	background: url("../img/sc_logo.gif") no-repeat left center;
}
#fb_box header h1 {
	width: 660px;
	height: 35px;
	text-indent: -10000px;
	background: url("../img/fb_text.gif") no-repeat left center;
	margin-left: 100px;
}
#fb_box header p {
	margin-left: 100px;
}

#fb {
	height: 364px;
	position: relative;
}

/*LIKEBOX*/
div#likebox {
	background: #ffffff;
	position: absolute;
	top: 20px;
	width: 540px;
	text-align: center;
}

/*YOUTUBE*/
#fb dl#cm {
	right: 0;
	top: -120px;
	position: absolute;
	z-index: 10;
}
#fb dl#cm dt {
	width: 100%;
	text-align: right;
}

