@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #666666;
	margin: 26px auto;
	padding: 0px;
	font-size: 75%;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック";
}

html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック";
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/


/* 基本タグ ------------------------------ */

div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a {
	overflow: hidden;
}
/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* コンテンツ外枠
--------------------------------------------- */
#wrapper {
	float: none;
	margin: 20px 0px 20px;/*0 0 20*/
	padding: 0px;
	height: auto;
	width: 965px;
}

/* コンテンツ枠
--------------------------------------------- */
#ctLeft {
	float: left;
	width: 770px;
}

#ctLeft.low {
	float: left;
	width: 770px;
}

#ctLeft.low #innerLeft {
	float: left;
	width: 185px;
}

#ctLeft.low #innerRight {
	float: right;
	width: 575px;
}

#ctRight {
	float: right;
	width: 185px;
}

#specCt {
	width: 965px;
}


/* メインタイトル
--------------------------------------------- */
h2.mainTtl {
	padding: 0 0 20px 0px;
}

h2.mainTtl img {
	display: block;
	float: left;
}

h2.mainTtl span {
	display: block;
	float: left;
	padding: 5px 0 0 20px;
	*padding: 6px 0 0 20px;
	font-size: 91%;
	font-weight: bold;
}

/* 右サイドナビ
--------------------------------------------- */
#ctRight p {
	padding-bottom: 1px;
}

#ctRight .sideNavR {
	margin-bottom: 1px;
	padding: 20px 20px 13px;
	background-color: #002b67;
	height: 278px;
}

#ctRight .sideNavR p {
	padding-bottom: 20px;
	text-align: center
}

#ctRight .sideNavR ul {
	margin-top: 10px;
}
#ctRight .sideNavR ul li {
	line-height: 0;
}

/* 共通
--------------------------------------------- */
.leftBlock {
	float: left;
}

.rightBlock {
	float: right;
}

/* topArea01
--------------------------------------------- */
.topArea01 {
	position: relative;
	width: 770px;
	margin: 0 auto;
}


/* topArea03
--------------------------------------------- */
.topArea03 {
	width: 770px;
	margin: 1px auto 20px;
}

.topArea03 .topBox {
	width: 726px;
	padding: 22px;
	background-color: #002b67;
}
.topArea03 .topBox .topBoxInner {
	margin-bottom: 10px;
}
.topArea03 .topBox .topBoxInner p.catch {
	float: left;
}
.topArea03 .topBox .topBoxInner p.mark {
	float: right;
}
.topArea03 .topBox p.signature {
	margin-top: 20px;
}
.topArea03 .topBox p.lead2nd {
	margin-top: 1em;
}
.topArea03 .btmBox {
	margin-top: 1px;
	background: url(../img/btm_carBg.gif) repeat-x top left;
	width: 770px;
	height: 212px;
}
.topArea03 .btmBox .leftBlock,
.topArea03 .btmBox .rightBlock {
	margin-top: 19px;
}
.topArea03 .btmBox .leftBlock {
	margin-left: 51px;
}
.topArea03 .btmBox .rightBlock {
	margin-right: 56px;
}
.topArea03 .btmBox .leftBlock p.goto_car_lineup,
.topArea03 .btmBox .rightBlock p.goto_car_lineup {
	margin: 7px 0 0 51px;
}

p.btmCaption {
	margin: 0;
	padding: 0;
	font-size: 83%;
	color: #333;
}