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

.bike_name {
	margin: 5px 0px;
}

.lu_box {
	width: 750px;
	height: 170px;
	margin: 20px 0px;
	border-bottom: 1px solid #CCC;
}

.lu_img {
	float: left;
	padding-right:20px;
}

.lu_text {
	width: 210px;
	float: left;
	padding-right: 20px;
}

.lu_price {
	width: 210px;
	height: 170px;
	float: left;
	text-align: center;
}

.lu_price p {
	font-weight: bold;
}

.bike_text {
	margin-left: 10px;
}

.bike_text p {
	margin-bottom: 18px;
	line-height:1.6em !important;
}

.img_cap {
	line-height:2em;
	font-size:0.8em;
}


/* 100209 ADD */
#screen_box {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 30px;
}

#screen_text {
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

#vespa_detail {
	width: 750px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 60px;
}

#vespa_detail tr td {
	padding: 7px;
	border-bottom: 1px dashed #ccc;
}

.lu_text_s {
	margin-top: 10px;
	font-size: 90%;
}
