/* 初期リセット */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}
* {
	letter-spacing: 0;
}



/* IE7用のおまじない */
ul {
	list-style: none;
}



/* アンカー設定 */
a, a:visited {
	color: #a23500;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}
a:hover, a:active {
	color: #a23500;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0 none;
}



/* HTML・BODY設定 */
html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
	line-height: 100%;
	color: #333;
}



/* CLEAR FIX設定 */
.cf:after {
	content: "";
	display: block;
	clear: both;
}



/* FLOAT設定 */
.floatL { float: left; }
.floatR { float: right; }



/* MARGIN設定 */
.mgT05 { margin-top: 5px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgB05 { margin-bottom: 5px; }
.mgB10 { margin-bottom: 10px; }
.mgB15 { margin-bottom: 15px; }
.mgB20 { margin-bottom: 20px; }
.mgL05 { margin-left: 5px; }
.mgL10 { margin-left: 10px; }
.mgL15 { margin-left: 15px; }
.mgL20 { margin-left: 20px; }
.mgL30 { margin-left: 30px; }
.mgL40 { margin-left: 40px; }
.mgL50 { margin-left: 50px; }
.mgR05 { margin-right: 5px; }
.mgR10 { margin-right: 10px; }
.mgR15 { margin-right: 15px; }
.mgR20 { margin-right: 20px; }
.mgR30 { margin-right: 30px; }
.mgR40 { margin-right: 40px; }
.mgR50 { margin-right: 50px; }



/* PADDING設定 */
.pdL20 { padding-left: 20px; }
.pdR20 { padding-right: 20px; }



/* ボーダーライン設定 */
.lineRGray { border-right: 1px #eee solid; }



/* 上昇下落文字色 */
.priceUp { color: #e1741c; }
.priceDown { color: #1c70e1; }
.priceEven { color: #444; }



/* 画像幅設定 */
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}



/* コンテンツ枠 */
	#wrapper {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: center;
	}



/* コンテナ */
	#container {
		position: relative;
		margin: 0 auto;
		width: 100%;
		background: #fff;
	}



/* ロゴタイトル */
	#topmainTitle {
		position: relative;
		margin: 0 auto;
		max-width: 1000px;
		background: #fff;
	}
	#topmainTitleMain {
		margin: 0 auto;
		padding: 20px 0;
		width: 100%;
	}
	#topmainTitleLogo {
		display: none;
	}
	#topmainTitleImage {
		display: none;
	}
	#topmainTitleText {
		margin: 20px 50px;
		font-size: 15px;
		line-height: 250%;
		text-align: left;
	}



/* メインタイトル */
	.mainSubtitle {
		display: inline;
	}
	.mainSubtitle_smart {
		display: none;
	}



/* コンテンツ */
	#contents {
		position: relative;
		margin: 0 auto;
		max-width: 1000px;
		background: #fff;
	}



/* トップコンテンツ */
	.contentsTop {
		position: relative;
		margin: 0 auto;
		padding: 0;
		max-width: 1000px;
		text-align: left;
		background: #fff;
	}
	.contentsTopTitle {
		margin: 30px auto 0 auto;
		padding: 0;
		width: 100%;
		border-bottom: 3px solid #022245;
}
	.contentsTopTitle img {
		margin-bottom: 5px;
		width: 170px;
}
	.contentsTop ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.contentsTop li {
		float: none;
		margin: 15px 0 0 0;
		padding-bottom: 5px;
		border-bottom: 1px dotted #cccccc;
		font-size: 14px;
		line-height: 150%;
	}
	.contentsTop li .whatsnewDay {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 150%;
		color: #182c74;
		font-weight: bold;
	}
	.contentsTop li .whatsnewTitle {
		margin-left: 25px;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 150%;
		font-weight: bold;
		color: #a23500;
	}
	.contentsTop li .whatsnewText {
		margin-left: 25px;
		font-size: 14px;
		line-height: 200%;
	}



/* 下層コンテンツ */
	.contentsText {
		position: relative;
		margin: 30px auto 0 auto;
		padding: 0;
		max-width: 1000px;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
		background: #fff;
}
	.contentsBorder {
		margin: 0;
		padding: 20px;
		border: 1px solid #182c74;
		font-size: 14px;
		line-height: 150%;
}
	.contentsBorder p {
		font-size: 16px;
		line-height: 150%;
}
	.contentsText li {
		margin-left: 28px;
		font-size: 14px;
		line-height: 150%;
}
	h3.contentsSubTitle {
		float: none;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #354eac;
		font-size: 18px;
		line-height: 140%;
		color: #444444;
	}
	h4.contentsSubTitle {
		padding: 0;
		font-size: 16px;
		line-height: 140%;
		color: #d70c19;
	}
	.contentsTextRight {
		font-size: 12px;
		line-height: 150%;
		text-align: right;
	}
	table.contensTable {
		width: 100%;
	}
	.contensTable td {
		margin: 0;
		padding: 10px;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
		border-bottom: 1px dotted #a4b1e0;
	}
	.contensTable tr:nth-child(even) {
		/* 偶数行 */
		background-color: #cedbe9;
	}
	.contensTable tr:nth-child(odd) {
		/* 奇数行 */
		background-color: #fff;
	}
	table.contensTable2 {
	}
	.contensTable2 td {
		margin: 0;
		padding: 10px;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
		border-bottom: 1px dotted #a4b1e0;
	}
	.contensTable2 tr:nth-child(even) {
		/* 偶数行 */
		background-color: #fff;
	}
	.contensTable2 tr:nth-child(odd) {
		/* 奇数行 */
		background-color: #fff;
	}
	table.contensTable3 {
		width: 100%;
	}
	.contensTable3 th {
		margin: 0;
		padding: 10px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		border-bottom: 1px dotted #a4b1e0;
		background: #354eac;
	}
	.contensTable3 td {
		margin: 0;
		padding: 10px;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
		border-bottom: 1px dotted #a4b1e0;
	}
	.contensTable3 tr:nth-child(even) {
		/* 偶数行 */
		background-color: #cedbe9;
	}
	.contensTable3 tr:nth-child(odd) {
		/* 奇数行 */
		background-color: #fff;
	}
	table.contensTable4 {
		width: 100%;
	}
	.contensTable4 th {
		margin: 0;
		padding: 10px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		border-bottom: 1px dotted #b2470c;
		background: #b2470c;
	}
	.contensTable4 td {
		margin: 0;
		padding: 10px;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
		border-bottom: 1px dotted #b2470c;
	}
	.contensTable4 tr:nth-child(even) {
		/* 偶数行 */
		background-color: #eee;
	}
	.contensTable4 tr:nth-child(odd) {
		/* 奇数行 */
		background-color: #fff;
	}
	ul.contentsDay  {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.contentsDay li {
		float: none;
		margin: 30px 0;
		padding-bottom: 30px;
		border-bottom: 1px dotted #cccccc;
		font-size: 14px;
		line-height: 150%;
	}
	ul.contentsDay li .daily {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 150%;
		color: #182c74;
		font-weight: bold;
	}
	ul.contentsDay li .dailytitle {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 150%;
		color: #182c74;
		font-weight: bold;
	}
	ul.contentsDay li .dailytext {
		margin: 0;
		font-size: 14px;
		line-height: 150%;
	}



/* 30周年ミーティング */
	.meetingSubWrap {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
		font-size: 13px;
		line-height:150%;
		border: 1px solid #b2470c;
	}
	.meetingSubWrap .titleWrap {
		width: 100%;
		padding: 10px 0;
		background: #b2470c;
		color: #fff;
		font-weight: bold;
	}
	.meetingSubWrap .title {
		margin: 0 10px;
		font-size: 14px;
		line-height: 150%;
		color: #fff;
		font-weight: bold;
	}
	.meetingSubWrap .textWrap {
		margin: 10px 20px;
		font-size: 14px;
		line-height:150%;
	}
	.meetingSubBlueWrap {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
		font-size: 13px;
		line-height:150%;
		border: 1px solid #2b499e;
	}
	.meetingSubBlueWrap .titleWrap {
		width: 100%;
		padding: 10px 0;
		background: #2b499e;
		color: #fff;
		font-weight: bold;
	}
	.meetingSubBlueWrap .title {
		margin: 0 10px;
		font-size: 14px;
		line-height: 150%;
		color: #fff;
		font-weight: bold;
	}
	.meetingSubBlueWrap .textWrap {
		margin: 10px 20px;
		font-size: 14px;
		line-height:150%;
	}
	ul.meetingSubLIst {
		margin: 10px 20px;
	}
	ul.meetingSubLIst li {
		float: none;
		margin: 0 0 8px 20px!important;
		padding: 0!important;
		border: none!important;
		list-style: disc;
	}
	ol.meetingSubLIst {
		margin: 10px 20px;
	}
	ol.meetingSubLIst li {
		float: none;
		margin: 0 0 8px 20px!important;
		padding: 0!important;
		border: none!important;
	}
	.meetingParkingButton {
		display: block;
		margin: 0 auto;
		padding: 2px 0;
		width: 500px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		border: solid 1px #ccc;
		border-top: 2px solid #354eac;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f5f5f5;
	}
	.meetingConcentButton {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.meetingConcentButton ul {
		margin: 0 auto;
		width:550px;
	}
	.meetingConcentButton li {
		float: left;
		margin: 0 10px;
		list-style: none;
	}
	.meetingConcentButton li a {
		display: block;
		margin: 0 auto;
		padding: 2px 0;
		width: 250px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		border: solid 1px #ccc;
		border-top: 2px solid #354eac;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f5f5f5;
	}
	.meetingEntryButton {
		display: block;
		margin: 0;
		padding: 2px 0;
		width: 200px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		border: solid 1px #ccc;
		border-top: 2px solid #354eac;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f5f5f5;
	}



/* 30周年ミーティング 人の参加申込 */
	.meetingEntryTextWrap {
		margin: 0 50px;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}
	.meetingEntryTitle {
		margin: 30px 0 ;
		width: 100%;
		font-size: 24px;
		line-height: 30px;
		font-weight: bold;
		color: #2b499e;
		text-align: center;
	}
	.meetingEntryText {
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}
	.meetingEntryText p.indent-1 {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 15px;
		line-height: 20px;
	}
	.meetingEntryText p.indent-1 span {
		font-size: 15px;
		line-height: 20px;
	}
	table.meetingEntryTable {
		width: 100%;
	}
	.meetingEntryTable th {
		margin: 0;
		padding: 4px 10px;
		vertical-align: middle;
		font-size: 15px;
		line-height: 1.5em;
		text-align: left;
		font-weight: normal;
		border-bottom: 1px dotted #a4b1e0;
		background: #cedbe9;
	}
	.meetingEntryTable td {
		margin: 0;
		padding: 2px 10px;
		vertical-align: middle;
		font-size: 15px;
		line-height: 1.5em;
		text-align: left;
		border-bottom: 1px dotted #a4b1e0;
	}
	.meetingEntryTable input[type="text"] {
		margin: 0;
		padding: 5px;
		height: 26px;
		font-size: 15px;
		line-height: 1em;
		border: solid 1px #ccc;
	}
	.mailformArrow {
		color: #c00;
	}
	.mailformInput025 {
		width: 25px;
	}
	.mailformInput050 {
		width: 50px;
	}
	.mailformInput075 {
		width: 75px;
	}
	.mailformInput100 {
		width: 100px;
	}
	.mailformInput200 {
		width: 200px;
	}
	.mailformInput300 {
		width: 300px;
	}
	.mailformInput350 {
		width: 350px;
	}
	.mailformInput380 {
		width: 380px;
	}
	.mailformInput400 {
		width: 400px;
	}
	.mailformTextAreaH100 {
		margin: 0;
		padding: 3px;
		width: 100%;
		height: 100px;
		font-size: 15px;
		line-height: 1.5em;
		color: #777;
		border: solid 1px #ccc;
	}
	.mailformTextAreaH150 {
		margin: 0;
		padding: 3px;
		width: 100%;
		height: 150px;
		font-size: 15px;
		line-height: 1.5em;
		color: #777;
		border: solid 1px #ccc;
	}
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		border: 0;
		cursor: pointer;
	}






/* 30周年関連ニュース */
	.newsWrapL {
		float: left;
		padding: 0;
		width: 48%;
		width : calc((100%/2)-10px) ;
		width : -webkit-calc((100%/2)-10px) ;
		font-size: 14px;
		line-height:150%;
	}
	.newsWrapR {
		float: right;
		padding: 0;
		width: 48%;
		width : calc((100%/2)-10px) ;
		width : -webkit-calc((100%/2)-10px) ;
		font-size: 14px;
		line-height:150%;
	}



/* 30周年記念車情報 */
	.topicsWrapL {
		float: left;
		padding: 0;
		width: 48%;
		width : calc((100%/2)-10px) ;
		width : -webkit-calc((100%/2)-10px) ;
		font-size: 14px;
		line-height:150%;
	}
	.topicsWrapR {
		float: right;
		padding: 0;
		width: 48%;
		width : calc((100%/2)-10px) ;
		width : -webkit-calc((100%/2)-10px) ;
		font-size: 14px;
		line-height:150%;
	}
	.topicsImg2WrapL {
		float: left;
		padding: 0;
		width: 50%;
	}
	.topicsImg2WrapR {
		float: right;
		padding: 0;
		width: 50%;
	}
	.topicsSubWrapRed14 {
		padding: 20px 0;
		background:#f2cece;
	}
	.topicsSubWrapRed14 div {
		margin: 0 20px;
		font-size: 14px;
		line-height: 150%;
	}
	.topicsSubWrapRed14 div p {
		text-align: right;
	}
	.topicsSubWrapOrange13 {
		padding: 20px 0;
		background:#f8d6b5;
	}
	.topicsSubWrapOrange13 div {
		margin: 0 20px;
		font-size: 13px;
		line-height: 150%;
	}
	.topicsSubWrapOrange13 div .title {
		color: #b2470c;
		font-weight: bold;
	}
	.topicsSubWrapOrange13 div p {
		line-height: 150%;
		text-align: right;
	}
	.topicsSubWrapOrange14 {
		padding: 20px 0;
		background:#f8d6b5;
	}
	.topicsSubWrapOrange14 div {
		margin: 0 20px;
		font-size: 14px;
		line-height: 150%;
	}
	.topicsSubWrapOrange14 div .title {
		color: #b2470c;
		font-weight: bold;
	}
	.topicsSubWrapOrange14 div p {
		line-height: 150%;
		text-align: right;
	}
	.topicsSubWrap {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
		font-size: 13px;
		line-height:150%;
		border: 1px solid #b2470c;
	}
	.topicsSubWrap .titleWrap {
		width: 100%;
		padding: 10px 0;
		background: #b2470c;
		color: #fff;
		font-weight: bold;
	}
	.topicsSubWrap .title {
		margin: 0 10px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}
	.topicsSubWrapL {
		float: left;
		padding: 0;
		width: 48%;
		width : calc((100%/2)-10px) ;
		width : -webkit-calc((100%/2)-10px) ;
		font-size: 13px;
		line-height:150%;
		border: 1px solid #b2470c;
	}
	.topicsSubWrapR {
		float: right;
		padding: 0;
		width: 48%;
		width : calc((100%/2)-10px) ;
		width : -webkit-calc((100%/2)-10px) ;
		font-size: 13px;
		line-height:150%;
		border: 1px solid #b2470c;
	}
	.topicsSubWrapL .titleWrap,
	.topicsSubWrapR .titleWrap {
		width: 100%;
		padding: 10px 0;
		background: #b2470c;
		color: #fff;
		font-weight: bold;
	}
	.topicsSubWrapL .title,
	.topicsSubWrapR .title {
		margin: 0 10px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}
	ul.topicsSubLIst {
		margin: 10px 20px;
	}
	ul.topicsSubLIst li {
		float: none;
		margin: 0 0 8px 20px!important;
		padding: 0!important;
		border: none!important;
		list-style: disc;
	}



/* 30周年お祝い寄書き */
.messagesImg {
	width: 400px;
}



/* 問い合わせフォーム */
	ul.inquiryInput {
		width: 100%;
	}
	.inquiryInput li {
		float: left;
		margin: 0;
		padding: 10px;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
		border-top: 1px dotted #a4b1e0;
	}
	.inquiryInput li.listhead {
		width: 150px;
		color: #004ea2;
		font-weight: bold;
	}
	.inquiryInput li.listbody {
		width: calc(100% - 190px);
		background-color: #fff;
	}



	/* フォーム共用 */
	.cmnform input[type="text"] {
		margin: 0;
		padding: 3px;
		height: 26px;
		font-size: 14px;
		line-height: 100%;
		color: #333;
		border: solid 1px #ccc;
	}
	.cmnformAtt,
	.cmnform span {
		font-size: 16px;
		color: #a00;
	}
	.cmnformInput1 {
		width: 200px;
	}
	.cmnformInput2 {
		width: 100px;
	}
	.cmnformInput3 {
		width: 50px;
	}
	.cmnformInput4 {
		width: 380px;
	}
	.cmnformInput5 {
		margin: 0;
		padding: 3px;
		width: 100%;
		height: 150px;
		font-size: 14px;
		line-height: 150%;
		color: #333;
		border: solid 1px #ccc;
	}
	.cmnformInput6input,
	.cmnformInput6input[type="button"] {
		font-size: 14px;
		line-height: 100%;
	}
	.cmnformInput7 {
		margin: 0;
		padding: 3px;
		width: 380px;
		height: 48px;
		font-size: 14px;
		line-height: 150%;
		color: #333;
		border: solid 1px #ccc;
	}
	.cmnformSelect {
		margin: 0;
		padding: 5px;
		height: 30px;
		border: 0;
		font-size: 14px;
		border: solid 1px #ccc;
	}
	.cmnformInputBtn {
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}
	.cmnformInputBtn ul {
		margin: 0 auto;
		width: 540px;
	}
	.cmnformInputBtn li {
		float: left;
		margin: 0 10px;
		list-style: none;
	}
	.cmnformInputBtn input[type="submit"],
	.cmnformInputBtn input[type="reset"],
	.cmnformInputBtn input[type="button"] {
		display: block;
		margin: 0;
		padding: 2px 5px;
		width: 250px;
		height: 40px;
		font-size: 15px;
		line-height: 100%;
		text-align: center;
		text-decoration: none;
		border: solid 1px #ccc;
		border-top: 2px solid #354eac;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f5f5f5;
	}



/* フッタ */
	.footer {
		margin: 30px auto 0 auto;
		padding: 30px 0;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		background: #a23500;
	}

}