@charset "UTF-8";






/* 1段目
===================================*/


#main {
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	min-height: 0px;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	/*background-position: center top;*/
    background-position: center center;
	background-image: url(../../images/nissanface/main.jpg);
	background-size: cover;
	

}


#main .ttl {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 30px;
}
#main .catch {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
}

/* 2段目
===================================*/
#nissanface {
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	width: 1200px;
	margin-bottom: 50px;
	background-image: url(../../images/nissanface/nf_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#nf_inner {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 50px;
	background-position: center top;
	background-repeat: no-repeat;
}


#nissanface h4 {
	margin-bottom: 50px;	
}
