﻿#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
/*******************************
カーラインナップ
*******************************/
#carLineup {
	position:relative;
	max-width:100%;
	height:100%;
	margin:auto;
	padding:0 0 80px 0;
	font-family:helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

.link-area {
	width:100%;
	height:100%;
}
/*******************************
タイトル背景
*******************************/
.carLineup-backgroundColor {
	width:100%;
	height:80px;
	background-image:linear-gradient(to bottom,#000C41,#FFFFFF)
}
/*******************************
タイトル
*******************************/
.carLineup-header {
	max-width:980px;
	height:100%;
	margin:auto;
	color:#FFFFFF;
}

.carLineup-header h1 {
	margin:0px;
	padding:1.5% 0 0 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*******************************
リンク
*******************************/
.list-Link {
	max-width:980px;
	margin:auto;
	padding:50px 0 0 0;
	height:100%;
	overflow-style:scroll;
}

.list-Link object{
	overflow-style:scroll;
}
/*******************************
外部リンク
*******************************/
.carSite-anchor {
	max-width:980px;
	margin:10px auto 50px auto;
	text-align:right;
}

.carSite-anchor ul {
	list-style:none;
	font-size:20px;
}

.carSite-anchor a {
	text-decoration:none;
	color:#0F91E7;
}

.carSite-anchor ul li+li {
	margin:10px 0 0 0;
}

.carSite-anchor a:hover {
	border-bottom:1px solid #0F91E7;
}