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

html,body{
	width:100%;
	height:100%;
}
.wrapper{
	max-width:980px;
	width:100%;
	height:400px;
	margin:0 auto;
	position:relative;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
}
body#top .slide .wrapper{
	height:700px;
}

.slideno{
	position:absolute;
	max-width:980px;
	width:100%;
	left:50%;
	margin-left:-50%;
}
.slideno h2{
	padding:0;
}
#slide3 .slideno h2,#slide4 .slideno h2{
	padding:0 0 30px;
}
.slideno p.bodyCopy{
	padding:0 0 60px;
}
.scrollBtn{
	display:block;
	width:98px;
	height:125px;
	position:absolute;
	bottom:40px;
	left:50%;
	margin:0 0 0 -49px;
}
.scrollBtn:hover{
	cursor:pointer;
}

.slide a:hover img		{opacity:0.6;}
.slide a:active img 	{opacity:0.6;}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	background-image:url(../img/top/paraVis001.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide1 .slideno{
	top:50%;
	margin-top:-5%;
}
#slide1 .messageSmallBox{
	position:absolute;
	left:40px;
	bottom:40px;
	width:200px;
	height:160px;
}
#slide1 .messageSmallBox h3{
	padding:0 0 10px;
	margin:0;
}

/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-image:url(../img/top/paraVis002.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide2 .slideno{
	top:50%;
	margin-top:-25%;
}

#slide2 ul{
	width:600px;
	margin:0 auto;
	zoom:1;
}
#slide2 ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#slide2 ul li{
	float:left;
	padding:0 20px 0 0;
}

/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-image:url(../img/top/paraVis003.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide3 .slideno{
	top:50%;
	margin-top:-20%;
}

/******************************
 SLIDE 4 
*******************************/
#slide4{
	background-image:url(../img/top/paraVis004.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide4 .slideno{
	top:50%;
	margin-top:-20%;
}
#slide4 ul{
	padding:0 100px 0;
	zoom:1;
}
#slide4 ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#slide4 ul li{
	float:left;
	padding:0 20px 0 0;
}
/******************************
 SLIDE Sub 
*******************************/
#slideSub{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slideSub .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}
#slideArea{
	padding:0 ;
}
#slideArea #slideSub .slideno{
	left:0;
	top:0;
	margin:0;
	text-align:left;
}

/******************************
 SLIDE requirements 
******************************/
.newSl #slideSub{
	background-image: url(../img/newcar/newcarBg.jpg);
	background-position:center center;
}
.newSl .slide .wrapper{
	background-image: url(../img/newcar/newcarmain.png);
	background-attachment: fixed;
	background-position:center 160px;
	background-repeat:no-repeat;
	width:100%;
	max-width:980px;
}
.newSl .slide .wrapper h2{
	border:none;
	padding:40px 0 0;
	margin:0;
	text-align:center;
}
.newSl .slide .wrapper h2 img{
	width:100%;
	max-width:720px;
	margin:0 auto;
}
/* ---SP--- priceBox */
@media screen and (max-width: 768px) {
.wrapper{
	max-width:768px;
	width:100%;
	height:300px;
}
.slide .wrapper{
	background-position:center 420px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-attachment: fixed;
	max-width:768px;
	width:100%;
}
.slide .wrapper h2{
	padding:20px 0 0;
}
.slide .wrapper h2 img{
	max-width:420px;
}

}
@media screen and (max-width: 480px) {
.wrapper{
	max-width:480px;
	width:100%;
	height:200px;
}
.slide .wrapper{
	background-position:center 420px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-attachment: fixed;
	max-width:480px;
	width:100%;
}
.slide .wrapper h2{
	padding:20px 0 0;
}
.slide .wrapper h2 img{
	max-width:420px;
}

}


