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

/*----------------------Slider----------------------*/

#slider{
	clear:both;
	height:500px;
	margin-bottom:30px;
	-webkit-box-shadow: 0px 3px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 3px 5px 0px #777; /* Firefox用 */
	box-shadow: 0px 3px 5px 0px #777; /* CSS3 */
}

/*-----------Slider1-----------*/

#slider1{
	width:100% !important;
	background: url(../img/car-bg.jpg);
}

#slider1 .wrapper{
	width:960px;
	height: 500px;
	margin:0 auto;
}

.left-wrap{
		width: 260px;
		height:500px;
		float: left;
		font-family:"Hannari";
		line-height:1.4;
		font-size:110%;
		color:#FFF;
}

#car{
		float: left;
		width: 700px;
		height: 500px;
		background: url(../img/usedcar.png);
	}

#slider1 h2{
	font-size:140%;
	margin:15px 0 35px 0;
}

#slider1 p{
	margin-bottom:30px;
}

/*-----------Slider2-----------*/

#slider2{
	width:100% !important;
	background: url(../img/web-bkg.jpg);
}

#slider2 .wrapper{
	width:960px;
	height: 500px;
	margin:0 auto;
}

.left-wrap2{
		width: 290px;
		height:500px;
		float: left;
		font-family:"Hannari";
		line-height:1.4;
		font-size:110%;
}

.left-wrap2 p{
		width: 290px;
		float: left;
		line-height:1.4;
		font-size:105%;
}

#web{
	float: left;
	width: 670px;
	height: 500px;
	background-image: url(../img/web.png);
}

/*-----------Slider3-----------*/

#slider3{
	width:100% !important;
	background: url(../img/kaden.jpg);
}

#slider3 .wrapper{
	width:960px;
	height: 500px;
	margin:0 auto;
}

.left-wrap3{
		width: 420px;
		height:500px;
		float: left;
		font-family:"Hannari";
		line-height:1.4;
		font-size:110%;	
}

.left-wrap3 p{
		width: 420px;
		float: left;
		line-height:1.4;
		font-size:105%;
		margin-bottom:80px;
		margin-top:0px;
}

#kaden{
	float: left;
	width: 540px;
	height: 500px;
	text-align:center;
}

#kaden img{
	margin-top:90px;
}
