@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




#main {
	background: #0a0d23 url("../img/newcar/bg.png") no-repeat;
	background-size: cover;
	padding: 0 5%;
}


	
/* mainimages
--------------------- */
#mainimage {
	padding-top: 50px;
	text-align: center;
	margin-bottom: 60px;
}
	#mainimage h1 {
		padding-bottom: 50px;
	}
	#mainimage h1 img {
		width: 100%;
		max-width: 760px;
	}
	#mainimage p img {
		width: 100%;
		max-width: 1300px;
	}

#phtArea {
	margin: 0 auto;
	max-width: 1070px;
	color: #FFF;
	font-size: 1.6rem;
	margin-bottom: 100px;
}
	#phtArea p {
		margin-bottom: 30px;
	}
	#phtArea ul {
	}
	#phtArea ul li {
		width: 32%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
	}
		#phtArea ul li img {
			width: 100%;
			height: auto;
		}
	#phtArea ul li:nth-child(3n) {
		float: right;
		margin-right: 0%;
	}


#details {
	margin: 0 auto;
	max-width: 1070px;
	color: #FFF;
	font-size: 1.6rem;
	margin-bottom: 100px;
}
	#details h2 {
		background:rgba(255,255,255,0.2);
		background-image: url("../img/newcar/text01.png");
		background-repeat: no-repeat;
		background-position: 98% center;
		text-align: center;
		padding: 15px;
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#details dl {
		border-bottom: solid 1px #61636f;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
		#details dl dt {
			float: left;
			width: 150px;
		}
		#details dl dd {
			float: left;
		}

	#details dl:last-child {
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}



#movie {
	margin: 0 auto;
	max-width: 1070px;
	color: #FFF;
	font-size: 2.2rem;
	padding-bottom: 100px;
}
	#movie h2 {
		background:rgba(255,255,255,0.2);
		background-image: url("../img/newcar/text02.png");
		background-repeat: no-repeat;
		background-position: 98% center;
		text-align: center;
		padding: 15px;
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
#movie .mv {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* 1024px */
@media screen and (max-width: 1024px) {
	
}





/* max 768px */
@media screen and (max-width: 768px) {


#details h2 {
	background-image: none;
}
#details dl dt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
#details dl dd {
	float: none;
}

#movie h2 {
	background-image: none;
}

}