@charset "utf-8";
/*


noponica-10 style */


.feature02-car {
	position:relative;
	width:695px;
}
.feature02-car a {
	position:absolute;
	width:50px;
}
.feature02-car a.car-4 {
	top:130px;
	left:170px;
}
.feature02-car a.car-5 {
	top:100px;
	left:400px;
}
.feature02-car a.car-6 {
	top:110px;
	left:70px;
}
.feature02-car a.car-7 {
	top:190px;
	left:10px;
}
.feature02-car.pop a{
	background:none;
}
.feature02-car.pop a img{
	padding-bottom:0;
}

@media screen and (max-width:768px) {
.feature02-car {
	position:relative;
	width:450px;
}
.feature02-car a {
	position:absolute;
	width:50px;
}
.feature02-car a.car-4 {
	top:80px;
	left:90px;
}
.feature02-car a.car-5 {
	top:55px;
	left:220px;
}
.feature02-car a.car-6 {
	top:50px;
	left:30px;
}
.feature02-car a.car-7 {
	top:110px;
	left:0px;
}

@media screen and (max-width:640px) {
.feature02-car a.car-7 {
	top:70px;
	left:0px;
}
