@charset "Shift_JIS";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
/*	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*//*2019年9月までのフォント*/
}

/**************************************************************************************/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {line-height: 1;}

ol, ul {list-style: none;}
li {list-style-type: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hack:after {
	display: block;
	clear: both;
	content: "";
}

img[src$=".svg"] {width: 100%;}

/*
.pc_none {display:none;}
.sp_none {display:block;}
*/

/* common */
section {clear:both;}
.clear {clear:both;}

/**************************************************************************************/

/*text-align:*/
.tleft{text-align:left;}
.tright{text-align:right}
.tcenter{text-align:center;}

/*float*/
.fleft{float:left;}
.fright{float:right;}
.fclear{clear:both;}

/*color*/
.red_txt{color:#e60012 !important;}

/*size*/
.small{font-size:11px !important;}
.xlarge{font-size:14px; !important;}

/*weight*/
.tbold{font-weight: bolder; !important;}

/**************************************************************************************/

/*link color*/
a:link		{
	text-decoration:underline;
	color: #fff;
}
a:visited	{
	text-decoration:underline;
	color: #fff;
}
a:hover		{
	text-decoration:none;
	color:#e60012;
}
a:active	{
	text-decoration:none;
	color:#000000;
}
a:focus{/*クリック時に現れるアウトラインを消す*/
	outline:none;
}

/**************************************************************************************/

/*画像の隙間を無くすCSS*/
img{vertical-align: top;}

svg {vertical-align:bottom;}

h1,h2,h3,h4,h5 {
/*	font-size: 1px;
	line-height: 1px;
/*	text-indent: -9999em;*/
}

li a {
	text-indent: -9999em !important;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/**************************************************************************************/
.txt_130 {font-size: 130%;}
.txt_120 {font-size: 120%;}
.txt_110 {font-size: 110%;}
.txt_90 {font-size: 90%;}
.txt_85 {font-size: 85%;}
.txt_80 {font-size: 80%;}
.txt_75 {font-size: 75%;}
/**************************************************************************************/

html{
/*	height:100%;*/
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;/*フッターを下に固定する記述*/
	position: relative;/*フッターを下に固定する記述*/
}

body{
	height:100%;
	width: 100%;
	font-size:12px;
	line-height:1.7em;
	/*	line-height:20px;*/
	background-image: url(../img/common/main_back.png);
	background-repeat: repeat-x;
	background-color: #2b2b2b;
	vertical-align: baseline;
	color: #fff;
	-webkit-text-size-adjust: none;/*iPhoneでの文字の大きさを指定通りに表示する*/
	background-attachment: fixed;
}

/**************************************************************************************/

/*ヘッダー*/

header {
	height: 167px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	background-image: url(../img/common/main_back.png);
	background-repeat: repeat-x;
	/*以下は左右中央に配置させる記述*/
	top: 0;
	left: 0;
	right: 0;
	background-color: #2b2b2b;
	z-index: 30;
}


#nav_1 {
	height:105px;
}

#nav_1 h1 {
	padding-top:7px;
	float:left;
}

#nav_1_2 {
	width:630px;
	float:right;
	height:33px;
	margin-top:34px;
}

#nav_1_2 li a {
	text-indent:0 !important;
	float:left;
}

/*Googleサイト内検索の関する記述はgoogle_search.css*/


/*6つのリンクボタン*/
#nav_2 {
	height:42px;
	border-top: 1px solid #717171;
	border-bottom: 1px solid #717171;
	padding-top:6px;
	clear:both;
}

#nav_2 li a {
	text-indent:0 !important;
	float:left;
	margin-right:2px;
}

#nav_2 li:last-child a {
	margin-right:0px;
}

/**************************************************************************************/

/*コンテンツ／トップページ以外*/
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
/*	margin-top:167px;/*ヘッダー分の空き*/
/*	padding-top:12px;*/
	padding-top:179px;/*167px+12px*/
	margin-bottom:75px;
	padding-bottom:117px;/*フッターを下に固定する記述／フッターの高さ*/
}

#contents_1 {
	width: 950px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(../img/common/common_back.png);
}

#contents_1_2 {/*イベントインフォ・特定商取引・最新情報・その他メニュー*/
	width: 950px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(../img/common/common_back_2.png);
}

#contents_2 {
	width: 950px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom:15px;
}

#contents_2_2 {/*イベントインフォ・SPインフォ・特定商取引・最新情報・作業メニュー*/
	width: 950px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contents_1 h2,#contents_1_2 h2 {
	text-indent: -9999em;
	float:left
}

#box1 {/*パンくずリストのフロート対策*/
	clear:both;
}

#box1_2 {/*パンくずリストのフロート対策*/
	clear:both;
}

#page_top {
	width:888px;
	margin-left:62px;
	text-align:center;
	padding-top:50px;
}

#page_top_2 {/*イベントインフォ・特定商取引・最新情報・その他メニュー*/
	background-color: #4d4c4d;
	width: 888px;
	margin-left: 62px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

#page_top_3 {/*デモカー一覧*/
	width:888px;
	margin-left:62px;
	text-align:center;
	padding-top:20px;
	clear:both;
}

#page_top li a,#page_top_2 li a,#page_top_3 li a {
	text-indent:0 !important;
}

#page_top li a img,#page_top_2 li a img,#page_top_3 li a img {
	border:none;
}

/*パンくずリスト*-----------------from--------------------*/

#pan_list {
	font-size: 13px;
	line-height: 14px;
	height: 30px;
	padding-top: 19px;
	float:right;
}

#pan_list a:link		{
	text-decoration:underline;
	color: #e32d2e;
}
#pan_list a:visited	{
	text-decoration:underline;
	color: #e32d2e;
}
#pan_list a:hover		{
	text-decoration:none;
	color:#fff;
}
#pan_list a:active	{
	text-decoration:none;
	color:#e32d2e;
}

/*パンくずリスト*-----------------here--------------------*/


/**************************************************************************************/

/*フッター*/
footer {
	position:absolute;/*フッターを下に固定する記述*/
	bottom:0;/*フッターを下に固定する記述*/
	width:100%;
	height: 117px;
	background-image: url(../img/common/footer_back.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align:center;
}

footer p.copy {
	font-size:10px !important;
	line-height:1.1em;
	color:#999;
	font-weight:bolder;
}

footer ul {
	height: 39px;
	width:728px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

footer li a {
	text-indent:0 !important;
	float:left
}

