@media screen and (max-width:599px){



html,
body {
	background: #a23500;
}



body {
	width: 100%;
}



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



/* コンテンツ枠 */
	#wrapper {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}



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



/* ロゴタイトル */
	#topmainTitle {
		position: relative;
		margin: 0 auto;
		max-width: 1000px;
		background: #fff;
	}
	#topmainTitleMain {
		display: none;
	}
	#topmainTitleLogo {
		margin: 0 auto;
		padding: 5px 0;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		width: 80%;
	}
	#topmainTitleImage {
		margin: 0 auto;
		padding: 0;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		width: 80%;
	}
	#topmainTitleText {
		margin: 20px 30px;
		font-size: 13px;
		line-height: 200%;
		text-align: left;
		}



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



/* コンテンツ */
	#contents {
		position: relative;
		margin: 0 auto;
		width: 100%;
		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: 135px;
}
	.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: 13px;
		line-height: 150%;
	}
	.contentsTop li .whatsnewDay {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 150%;
		color: #182c74;
		font-weight: bold;
	}
	.contentsTop li .whatsnewTitle {
		margin-left: 25px;
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 150%;
		font-weight: bold;
		color: #a23500;
	}
	.contentsTop li .whatsnewText {
		margin-left: 25px;
		font-size: 13px;
		line-height: 200%;
	}



/* 下層コンテンツ */
	.contentsText {
		position: relative;
		margin: 30px auto 0 auto;
		padding: 0;
		max-width: 1000px;
		font-size: 13px;
		line-height: 150%;
		text-align: left;
		background: #fff;
}
	.contentsBorder {
		margin: 0;
		padding: 20px;
		border: 1px solid #182c74;
		font-size: 13px;
		line-height: 150%;
}
	.contentsBorder p {
		font-size: 13px;
		line-height: 150%;
}
	.contentsText li {
		margin-left: 28px;
		font-size: 13px;
		line-height: 150%;
}
	h3.contentsSubTitle {
		float: none;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #354eac;
		font-size: 15px;
		line-height: 140%;
		color: #444444;
	}
	h4.contentsSubTitle {
		padding: 0;
		font-size: 13px;
		line-height: 140%;
		color: #d70c19;
	}
	.contentsTextRight {
		font-size: 11px;
		line-height: 150%;
		text-align: right;
	}
	table.contensTable {
		width: 100%;
	}
	.contensTable td {
		margin: 0;
		padding: 10px;
		font-size: 13px;
		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: 13px;
		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: 13px;
		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: 13px;
		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;
	}
	.contentsDay ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.contentsDay li {
		float: none;
		margin: 30px 0;
		padding-bottom: 30px;
		border-bottom: 1px dotted #cccccc;
		font-size: 14px;
		line-height: 150%;
	}
	.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;
	}
	.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 20px 8px 10px!important;
		padding: 0 10px 0 0!important;
		border: none!important;
		list-style: disc;
	}
	ol.meetingSubLIst {
		margin: 10px 20px;
	}
	ol.meetingSubLIst li {
		float: none;
		margin: 0 20px 8px 20px!important;
		padding: 0!important;
		border: none!important;
	}
	.meetingParkingButton {
		display: block;
		margin: 0 auto;
		padding: 2px 0;
		width: 400px;
		height: 40px;
		font-size: 14px;
		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 auto;
		padding: 2px 0;
		width: 48%;
		height: 40px;
		font-size: 14px;
		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: 100%;
	}
	.meetingConcentButton li {
		float: left;
		margin: 0 10px;
		list-style: none;
	}
	.meetingConcentButton li a {
		display: block;
		margin: 0 auto;
		padding: 2px 0;
		width: 120px;
		height: 40px;
		font-size: 14px;
		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: 14px;
		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 10px;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
	}
	.meetingEntryTitle {
		margin: 30px 0 ;
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #2b499e;
		text-align: center;
	}
	.meetingEntryText {
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
	.meetingEntryText p.indent-1 {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 13px;
		line-height: 20px;
	}
	.meetingEntryText p.indent-1 span {
		font-size: 13px;
		line-height: 20px;
	}
	table.meetingEntryTable {
		width: 100%;
	}
	.meetingEntryTable th {
		margin: 0;
		padding: 4px 10px;
		vertical-align: middle;
		font-size: 13px;
		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: 13px;
		line-height: 1.5em;
		text-align: left;
		border-bottom: 1px dotted #a4b1e0;
	}
	.meetingEntryTable input[type="text"] {
		margin: 0;
		padding: 5px;
		height: 19px;
		font-size: 13px;
		line-height: 1em;
		border: solid 1px #ccc;
	}
	.mailformArrow {
		color: #c00;
	}
	.mailformInput025 {
		width: 15px;
	}
	.mailformInput050 {
		width: 30px;
	}
	.mailformInput075 {
		width: 50px;
	}
	.mailformInput100 {
		width: 75px;
	}
	.mailformInput200 {
		width: 120px;
	}
	.mailformInput300 {
		width: 150px;
	}
	.mailformInput350 {
		width: 200px;
	}
	.mailformInput380 {
		width: 200px;
	}
	.mailformInput400 {
		width: 200px;
	}
	.mailformTextAreaH100 {
		margin: 0;
		padding: 3px;
		width: 100%;
		height: 100px;
		font-size: 14px;
		line-height: 1.5em;
		color: #777;
		border: solid 1px #ccc;
	}
	.mailformTextAreaH150 {
		margin: 0;
		padding: 3px;
		width: 100%;
		height: 150px;
		font-size: 14px;
		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: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		border: 0;
		cursor: pointer;
	}



/* 30周年関連ニュース */
	.newsWrapL {
		float: none;
		padding: 0;
		width: 100%;
		font-size: 14px;
		line-height:150%;
	}
	.newsWrapR {
		float: none;
		padding: 0;
		width: 100%;
		font-size: 14px;
		line-height:150%;
	}



/* 30周年記念車情報 */
	.topicsWrapL {
		float: none;
		padding: 0;
		width: 100%;
		font-size: 14px;
		line-height:150%;
	}
	.topicsWrapR {
		float: none;
		padding: 0;
		width: 100%;
		font-size: 14px;
		line-height:150%;
	}
	.topicsImg2WrapL {
		float: none;
		padding: 0;
		width: 100%;
	}
	.topicsImg2WrapR {
		float: none;
		padding: 0;
		width: 100%;
	}
	.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: none;
		margin-bottom: 20px;
		padding: 0;
		font-size: 13px;
		line-height:150%;
		border: 1px solid #b2470c;
	}
	.topicsSubWrapR {
		float: none;
		padding: 0;
		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 0 10px 20px;
	}
	ul.topicsSubLIst li {
		float: none;
		margin: 0 0 8px 15px!important;
		padding: 0 40px 0 0!important;
		border: none!important;
		list-style: disc;
	}



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



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



/* フォーム共用 */
	.cmnform input[type="text"] {
		margin: 0;
		padding: 3px;
		height: 26px;
		font-size: 13px;
		line-height: 100%;
		color: #333;
		border: solid 1px #ccc;
	}
	.cmnformAtt,
	.cmnform span {
		font-size: 15px;
		color: #a00;
	}
	.cmnformInput1,
	.cmnformInput2,
	.cmnformInput3,
	.cmnformInput4 {
		width: 100%;
	}
	.cmnformInput5 {
		margin: 0;
		padding: 3px;
		width: 100%;
		height: 150px;
		font-size: 13px;
		line-height: 150%;
		color: #333;
		border: solid 1px #ccc;
	}
	.cmnformInput6input,
	.cmnformInput6input[type="button"] {
		font-size: 13px;
		line-height: 100%;
	}
	.cmnformInput7 {
		margin: 0;
		padding: 3px;
		width: 100;
		height: 48px;
		font-size: 13px;
		line-height: 150%;
		color: #333;
		border: solid 1px #ccc;
	}
	.cmnformSelect {
		margin: 0;
		padding: 5px;
		height: 30px;
		border: 0;
		font-size: 13px;
		border: solid 1px #ccc;
	}
	.cmnformInputBtn {
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}
	.cmnformInputBtn ul {
		margin: 0;
		width: 100%;
	}
	.cmnformInputBtn li {
		margin: 10px 0;
		list-style: none;
	}
	.cmnformInputBtn input[type="submit"],
	.cmnformInputBtn input[type="reset"],
	.cmnformInputBtn input[type="button"] {
		display: block;
		margin: 0;
		padding: 2px 5px;
		width: 100%;
		height: 40px;
		font-size: 14px;
		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: 12px;
		line-height: 150%;
		text-align: center;
		color: #fff;
		background: #a23500;
	}
	.footer img {
		width: 200px;
	}

}