@charset "utf-8";
/* CSS Document */

#eye {
	width: 934px;
	height: 340px;
	margin-bottom: 20px;
	position:relative;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#eye_tall {
	width: 934px;
	height: 270px;
	margin-bottom: 20px;
}

.tire_ba {
	background: #FFF url(../img/tire_ba.jpg) no-repeat;
}

.battery_ba {
	background: #FFF url(../img/battery_ba.jpg) no-repeat;
}

.inspection_ba {
	background: #FFF url(../img/inspection_ba.jpg) no-repeat;
}

.repair_ba {
	background: #FFF url(../img/repair_ba.jpg) no-repeat;
}

.confirmation_ba {
	background: #FFF url(../img/car_confi.jpg) no-repeat;
}

.purchase_ba {
	background: #FFF url(../img/purchase_ba.jpg) no-repeat;
}

/*****************車検ページ（キャンペーン）***********************/
#wrapper #contentArea .vehicle_ba {
	background: #FFF url(../img/vehicle_ba_new20241101.jpg) no-repeat;
	border-radius: 0;
	height: 1220px;
	margin-bottom: 130px;
	width: 934px;
}

.vehicle_ba #eye_text {
	position: absolute;
	top: 1220px;
	border-radius: 0;
}
/*****************車検ページ（キャンペーン）END***********************/


#eye h2{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#eye_tall h2{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*
#eye_text {
	width: 300px;
	line-height: 1.5em;
	font-size: 16px;
	color: #FFF;
	padding: 10px;
	position:absolute;
	top: 30px;
	left: 600px;
	background-color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}*/


#eye_text {
	width: 894px;
	line-height: 1.2em;
	font-size: 16px;
	color: #333333;
	padding: 10px 20px;
	position:absolute;
	top: 240px;
	background-color: #EEEEEE;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}


#contact_area {
/*	height: 800px; */
}

.small_text {
	font-size: 13px;
}










