@charset "UTF-8";

@font-face {
	font-family:'Nissan Bold';
	src:url("../font/NissanBrand-Light.woff2") format("woff2"),
	url("../font/NissanBrand-Light.woff") format"'woff");
}

#mainContents:after,
header:after,
footer:after,
.clearfix:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
body{
	color: #000;
	font-size: 16px;
}
body #mainContents{
	font-family: "Nissan Bold", Verdana, Arial, sans-serif;
}
body #mainContents ul,
body #mainContents ol,
body #mainContents figure{
	margin: 0;
	padding: 0;
}
body #mainContents ul li,
body #mainContents ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	margin: 0;
	line-height : 140% ;
}
body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	margin: 0;
	line-height : 120% ;
}
body #mainContents img{
	vertical-align: bottom;
}
body #mainContents a,
body #mainContents .opacity{
	color : #1897e0;
	text-decoration : underline ;
	transition-duration : 0.3s ;
	-webkit-transition : all 0.3s ease 0s ;
	-moz-transition : all 0.3s ease 0s ;
	-o-transition : all 0.3s ease 0s ;
}
body #mainContents a:hover{
	color: #c3002f
}
body #mainContents .opacity:hover{
	text-decoration: none;
	opacity : 0.7 ;
	filter : alpha(opacity=70) ;
	-moz-opacity : 0.7 ;
	-ms-filter : "alpha(opacity=70)" ;
}

body #mainContents .effect{
	transition-duration : 1s ;
	-webkit-transition : all 1s ease 0s ;
	-moz-transition : all 1s ease 0s ;
	-o-transition : all 1s ease 0s ;
	opacity: 0;
}
body #mainContents .effect.effectout{
	opacity: 1;
}
/******************************************************************************
	common
******************************************************************************/
body #mainContents section{
	box-sizing: border-box;
	position: relative;
	width: 1240px;
	margin: 0 auto 85px;
}
/******************************************************************************
	.header
******************************************************************************/
body #mainContents section.header{
	position: relative;
	margin: 55px auto 175px;
	text-align: center;
}

/******************************************************************************
	.movie
******************************************************************************/
body #mainContents section.movie{
	margin-bottom: 80px;
	text-align: center;
}
body #mainContents section.movie .wrap{
	position: relative;
	max-width: 800px;
	margin: 0 auto 40px;
}
body #mainContents section.movie .wrap:after{
	content: " ";
	position: absolute;
	left: 50%;
	top: -100px;
	margin-left: -315px;
	width: 630px;
	height: 75px;
	background: url("../img/txt_movie.png") center center no-repeat;
	background-size: 100% auto;
}
body #mainContents section.movie .wrap div{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
body #mainContents section.movie .wrap div iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 800px;
	max-height: 450px;
	vertical-align: bottom;
}

/******************************************************************************
	.cashback
******************************************************************************/
body #mainContents section.cashback{
	padding: 0 61px 35px;
	border: #00a1e0 4px solid;
	border-top: none;
	background: #e5e4e3;
}
body #mainContents section.cashback h2{
	margin: 0 -61px 35px;
}
body #mainContents section.cashback ul.about{
	margin: 0 0 35px;
}
body #mainContents section.cashback ul.about li{
	position: relative;
	padding: 0 0 0 22px;
	line-height: 180%;
	font-size: 16px;
}
body #mainContents section.cashback ul.about li:after{
	content: " ";
	position: absolute;
	left: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #000;
}
body #mainContents section.cashback .target{
	padding: 30px 40px;
	margin: 0 auto;
	background: #fff;
}
body #mainContents section.cashback .target h3{
	margin: 0 0 20px;
}
body #mainContents section.cashback .target p{
	margin: 0 0 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
body #mainContents section.cashback .target ul.carlist{
	width: 1010px;
	margin: 0 auto 30px;
}
body #mainContents section.cashback .target ul.carlist li{
	float: left;
}
body #mainContents section.cashback .target ul.attention{
	margin: 0;
}
body #mainContents section.cashback .target ul.attention li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 160%;
	font-size: 14px;
	color: #666;
}
body #mainContents section.cashback .target ul.attention li span{
	position: absolute;
	left: 0;
}
