@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* ヘッダー下タイトル見出し */

#midashi_box {
	width:100%;
	text-align:center;
	background-color:#e50011;
}

.midashi {
	width:100%;
	height:300px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 30%;
	padding-left:5%;
}

.midashi_moji h2 {
	font-size:3.6rem;
	letter-spacing:0.15em;
	margin-top: -0.5em;
	margin-bottom:10px;
}

.midashi_en {
	font-size:1.4rem;
	letter-spacing:0.15em;
}

.midashi_img {
	position:absolute;
	text-align:right;
	right:1%;
	bottom:-18%;
}

.midashi_img img {
	width:95%;
}

/* 中身枠 */

.contents {
	width:100%;
	margin:20% 0 10% 0;
}

/* LINEUP */

h3 {
	font-size:2.5rem;
	letter-spacing:0.1em;
	color:#e50011;
	border-bottom:3px solid #e50011;
	padding:0 0 3% 5%;
	margin-bottom:70px;
}

.car_rogo_box {
	width:100%;
	margin:0 auto;
}

.lineup ul {
}

.lineup ul li {
	padding-bottom:60px;
	text-align:center;
}

.lineup ul li:last-child {
}

.lineup ul li img {
	margin-bottom:20px;
}

.syousai {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	padding:10px 0 8px 0;
	letter-spacing:0.2em;
}

.syousai_toyota {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	padding:10px 0 8px 10%;
	letter-spacing:0.2em;
	text-align:left;
}