/* CSS Document */


/* 製品紹介 */
#layout_two_column {
	float:left;
	width:360px;
	padding:5px;
}
.box {
	width:330px;
	height:140px;
	margin:10px 10px 20px 0px;
	padding-bottom:10px;
}
.item_logo {
	width:190px;
	margin:0px;
	float:left;
	}
.item_wake{
	width:115px;
	padding-top:35px;
	float:left;
	}
.car_photo {
	width:100px;
	float:left;
	margin:3px 5px 5px 0px;
}
.item_comment {
	width:210px;
	float:left;
	text-align:left;
	margin:3px 5px 5px 0px;
}
/* 製品紹介 補修パーツとかのエリア */
#sub_layout_two_column {
	float:left;
	width:330px;
	padding:5px;
	margin-left:25px;
}
.sub_box {
	width:310px;
	height:100px;
	margin:10px 10px 10px 0px;
	padding-bottom:5px;
}
.sub_item_logo {
	width:190px;
	margin:0px;
}
.sub_car_photo {
	width:100px;
	float:left;
	margin:3px 5px 5px 0px;
}
.sub_item_comment {
	width:170px;
	float:left;
	text-align:left;
	margin:3px 5px 5px 0px;
}
/* 製品紹介 TYPE-GRALEL,G.TECH */
#spot_layout_two_column {
	float:left;
	width:600px;
	padding:5px;
}
.spot_box {
	width:500px;
	height:140px;
	margin:10px 10px 20px 0px;
	padding-bottom:10px;
}
.spot_item_logo {
	width:190px;
	margin:0px;
	float:left;
}
.clear {
	clear:both;
}
#content_navi {
	width:340px;
	float:left;
}
.content {
	width:300px;
	margin:10px 10px;
	padding-bottom:5px;
}
