
/* common
-----------------------------*/
div#header_0540795, div#footer_0540795 {}
div#header_0540795 a:link, div#header_0540795 a:visited,
div#footer_0540795 a:link, div#footer_0540795 a:visited {
	text-decoration: none;
}
div#header_0540795 a:hover, div#footer_0540795 a:hover { text-decoration: underline; }
div#header_0540795 img, div#footer_0540795 img { vertical-align: top; }

/* header
-----------------------------*/
#header_0540795 *{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	color: #454545;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing: 1.5px;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	-webkit-text-size-adjust: 100%;
}
#header_0540795 {
	margin: auto;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header_0540795 a {
	color: #eb6100;
}
#header_0540795 .cf,
#footer_0540795 .cf {
	zoom: 1;
	overflow: hidden;
}

#header_0540795 .cf:before, .cf:after,
#footer_0540795 .cf:before, .cf:after {
	content: "";
	display: table;
}

#header_0540795 .cf:after,
#footer_0540795 .cf:after {
	clear: both;
}

#header_0540795 #hrbody {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	background-color: rgba(255,255,255,1);
}

#header_v2 #header_0540795 h1,
#header_0540795 h1 {
	width: 240px;
	height: auto;
	display: block;
	margin: 0 auto 0 0;
}

#header_0540795 h1 a {
	width: 100%;
	height: 70px;
	display: block;
	margin: 0 auto;
	background-image: url(/newpackage/0540795/img/logo_nom.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}

#header_0540795 #hr02 {
	width: 50%;
	height: 70px;
	display: block;
	margin: 0 0 0 auto;
}

#header_0540795 #hr02 ul#hrsns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: auto;
	height: 30px;
	margin: 0 0 5px auto;
}

#header_0540795 #hr02 ul#hrsns li {
	width: auto;
	height: 30px;
	display: inline-block;
	margin: 0 10px;
}

#header_0540795 #hr02 ul#hrsns li a#hrsns_line {
	background-image: url(/newpackage/0540795/img/ic-line.svg);
}

#header_0540795 #hr02 ul#hrsns li a#hrsns_fb {
	background-image: url(/newpackage/0540795/img/ic-fb.svg);
}

#header_0540795 #hr02 ul#hrsns li a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header_0540795 #hr02 ul#hrsns li a:hover {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#header_0540795 #hr02 ul#hrmenu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 35px;
}

#header_0540795 #hr02 ul#hrmenu li {
	width: 25%;
	height: 35px;
	display: block;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

#header_0540795 #hr02 ul#hrmenu li a {
	width: 100%;
	height: 35px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0px;
	color: #444;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header_0540795 #hr02 ul#hrmenu li a:hover {
	background-color: #eb6100;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
}

#menubody {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 15px;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#menubody nav {
	max-height: none;
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

#menubody nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

#menubody nav li.mm1 {
	width: 11.11%;
	height: auto;
	list-style-image: none;
	list-style-type: none;
	border-right: 1px dotted #c5c5c5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

#menubody nav li.mm1-l {
	width: 12%;
}

#menubody nav li.mm1-m {
	width: 11%;
}

#menubody nav li.mm1-s {
	width: 10%;
}

#menubody nav li.mm1 a {
	border: 0;
	width: auto;
	height: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0px;
	color: #444;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: auto 40px;
	padding-top: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#menubody nav li.mm1-l a {
	font-size: 11px;
	background-position: center 3px;
	background-size: auto 45px;
}

#menubody nav li.mm1-m a {
	font-size: 12px;
	background-position: center 5px;
	background-size: auto 40px;
}

#menubody nav li.mm1-s a {
	font-size: 11px;
	background-position: center 8px;
	background-size: auto 35px;
}

#menubody nav li.mm1 a#mc-stock {
	background-image: url(/newpackage/0540795/img/ic-stock.svg);
}
#menubody nav li.mm1 a#mc-return {
	background-image: url(/newpackage/0540795/img/ic-return.svg);
}
#menubody nav li.mm1 a#mc-outlet {
	background-image: url(/newpackage/0540795/img/ic-outlet.svg);
}
#menubody nav li.mm1 a#mc-newcar {
	background-image: url(/newpackage/0540795/img/ic-newcar.svg);
}
#menubody nav li.mm1 a#mc-newcar img.commit1 {
	display: inline-block;
	width: auto;
	height: 20px;
	vertical-align: middle;
}
#menubody nav li.mm1 a#mc-warranty {
	background-image: url(/newpackage/0540795/img/ic-warranty.svg);
}
#menubody nav li.mm1 a#mc-trade {
	background-image: url(/newpackage/0540795/img/ic-trade.svg);
}
#menubody nav li.mm1 a#mc-syaken {
	background-image: url(/newpackage/0540795/img/ic-syaken.svg);
}
#menubody nav li.mm1 a#mc-insurance {
	background-image: url(/newpackage/0540795/img/ic-insurance.svg);
}
#menubody nav li.mm1 a#mc-shopinfo {
	background-image: url(/newpackage/0540795/img/ic-shopinfo.svg);
}
#menubody nav li.mm1 a#mc-recruit {
	background-image: url(/newpackage/0540795/img/ic-recruit.svg);
}
#menubody nav li.mm1 a:hover {
	color: #eb6100;
	border-bottom: 4px solid #eb6100;
}
/* footer
-----------------------------*/
#footer_0540795 *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: 1.5px;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	-webkit-text-size-adjust: 100%;
}
#footer_0540795 {
	width: 100%;
	height: auto;
	display: block;
	background-color: #eb6100;
	color: #fff;
}
#footer_0540795 #ftbody {
	width: 100%;
	max-width: 1400px;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 5% 0;
	margin: 0 auto;
}
#footer_0540795 #ftbody #ftshop {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 170px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	margin-bottom: 20px;
	background-image: url(/newpackage/0540795/img/ftlogo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 150px auto;
}
#footer_0540795 #ftbody #ftshop h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25em;
	margin-bottom: 3px;
	letter-spacing: 0.5px;
}
#footer_0540795 #ftbody ul#ftlistshop {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer_0540795 #ftbody ul#ftlistshop li {
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
	line-height: 2em;
}
#footer_0540795 #ftbody ul#ftlistshop li a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#footer_0540795 #ftbody ul.ftsitemap {
	width: 31.33%;
	height: auto;
	display: block;
	margin: 0 1%;
}
#footer_0540795 #ftbody ul.ftsitemap li {
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	font-size: 12px;
	line-height: 30px;
}
#footer_0540795 #ftbody ul.ftsitemap li a {
	width: 100%;
	height: auto;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#footer_0540795 #ftbody ul.ftsitemap li a img.commit1 {
	display: inline-block;
	width: auto;
	height: 18px;
	vertical-align: middle;
}
#footer_0540795 #ftbody ul#ftlistshop li a:hover {
	text-decoration: underline;
}
#footer_0540795 #ftbody ul.ftsitemap li a:hover {
	background-color: rgba(123,23,0,1.00);
}
#footer_0540795 p#ftcopy {
	width: 100%;
	height: 60px;
	display: block;
	text-align: center;
	font-size: 9px;
	font-weight: 400;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
}