@charset "utf-8";

/************************************************************************************
smartphone size
*************************************************************************************/
@media screen and (min-width: 771px) {
  .nav-wrap {
    display: block !important;
  }
}
@media screen and (max-width: 770px) {
	.spOnly {
		display: block;
	}
	a {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#wrapper,
	#headerContents,
	#mainContents,
	#footerArea {
		width: 100%;
		min-width: 320px;
	}
	#mainContents,
	.topPage #mainContents {
		margin-top: 0px;
	}

	#wrapper {
		padding-top: 50px;
	}

	/* headerContents */
	#headerContents {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		z-index: 100;
		background-color: #FFF;
	}
	#headerContents h1 {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		text-align: left;
		margin-bottom: 30px;
	}
	.topPage #headerContents h1 {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	#headerContents h1 a {
	}
	#headerContents h1 a img {
		height: 19px;
		width: auto;
		margin: 0 10px;
	}
	.topPage #headerContents h1 a img {
		height: 19px;
		width: auto;
		margin: 0 10px;
	}
	#headerContents .btnLogout {
		display: none;
	}
	.login #headerContents .btnLogout {
			position: absolute;
			right: 55px;
			top: 10px;
			width: 30px;
			height: 30px;
	}
	#headerContents .btnLogout a {
		display: block;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-indent: -9999px;
		background-image: url(/images/icon_logout.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 30px 30px;
		padding-left: 0px;
		width: 30px;
		height: 30px;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	
	/* globalnaviArea */
	#globalnaviArea {
	}
	#globalnaviArea a,
	#globalnaviArea a:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
		text-decoration: none !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	#globalnaviArea .nav-button,
	#globalnaviArea .nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	#globalnaviArea .nav-button {
		display: block;
		z-index: 2000;
		position: absolute;
		right: -3px;
		top: -3px;
		width: 30px;
		height: 26px;
		cursor: pointer;
	}
	#globalnaviArea .nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
	}
	#globalnaviArea .nav-button span:nth-of-type(1) {
		top: 0;
	}
	#globalnaviArea .nav-button span:nth-of-type(2) {
		top: 11px;
	}
	#globalnaviArea .nav-button span:nth-of-type(3) {
		bottom: 0;
	}
	#globalnaviArea .nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
		background-color: #FFF;
	}
	#globalnaviArea .nav-button.active span:nth-of-type(2) {
		opacity: 0;
		background-color: #FFF;
	}
	#globalnaviArea .nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
		background-color: #FFF;
	}
	
	
	#globalnaviArea .nav-wrap {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		background-color: rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
	}
	#globalnaviArea .nav-wrap .nav {
		height: auto;
		padding-top: 50px;
	}
	#globalnaviArea .nav-wrap .nav li {
		display: block;
		vertical-align: top;
		width: 100%;
		margin: 0;
		padding: 10px;
		text-align: center;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFFFFF;
	}
	#globalnaviArea .nav-wrap .nav li:last-child {
		padding: 10px;
	}
	#globalnaviArea .nav-wrap .nav li a {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		display: block;
	}
	#globalnaviArea .nav-wrap .nav li.small a {
		font-size: 14px;
		line-height: 18px;
		color: #FFF;
		background-image: none;
		width: auto;
		height: auto;
		user-select: auto;
	}
	.topPage #globalnaviArea .nav-wrap .nav li {
		padding: 10px;
	}
	.topPage #globalnaviArea .nav-wrap .nav li:last-child {
		padding: 10px;
	}
	.topPage #globalnaviArea .nav-wrap .nav li a {
		font-size: 16px;
		color: #FFF;
		display: block;
	}
	.topPage #globalnaviArea .nav-wrap .nav li.small a {
		font-size: 14px;
		line-height: 18px;
		color: #FFF;
		background-image: none;
		width: auto;
		height: auto;
		user-select: auto;
	}
	#globalnaviArea .nav-wrap .nav li a span {
		font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
		font-size: 12px;
		display: block;
		line-height: 1.5em;
	}
	
	/* footerArea */
	#footerArea {
		clear: both;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 80px;
		text-align: center;
	}
	#footerArea address img {
		width: 157px;
		height: 15px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	.topPage #footerArea address img {
		width: 157px;
		height: 15px;
		margin-bottom: 5px;
	}
	#footerArea address {
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5em;
	}

	/* mainContents */
	#mainContents {
		z-index: 20;
		min-height: inherit;
		position: relative;
	}
	.topPage #mainContents {
		margin-top: 0px;
		height: inherit;
	}
	#mainContents .titleArea {
		background-image: url(/images/titlearea_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: auto;
		width: 100%;
		position: relative;
		padding: 15px 10px;
	}
	#mainContents .titleAreaTop {
		background-image: url(/images/top_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: auto;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
	}
	#mainContents .titleArea h1 {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		text-align: center;
		max-width: 100%;
		margin: auto;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
	}
	#mainContents .titleArea.search h1 {
		text-align: center;
	}
	#mainContents .titleArea h1 img.distance {
		width: 100%;
		height: auto;
		vertical-align: middle;
		position: relative;
		right: auto;
		top: auto;
		margin-top: 10px;
	}

	/* SearchBtn */
	#footerSearchBtn {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		background-color: #EAE6E2;
	}
	#footerSearchBtn.top {
		background-color: #FFF;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.searchMaker {
		height: 40px;
		width: 280px;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		vertical-align:middle;
	}
	.searchMaker a {
		display: block;
		line-height: 40px;
		height: 40px;
		width: 100%;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		background-color: #cc0000;
	}
	.searchCarName {
		height: 40px;
		width: 280px;
		display: block;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		vertical-align:middle;
	}
	.searchTop .searchCarName {
		height: 40px;
		width: 280px;
		margin-right: auto;
		margin-left: auto;
		display: block;
		position: relative;
		vertical-align:middle;
	}
	.titleArea.search .searchCarName {
		height: 40px;
		width: 280px;
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin: auto;
		margin-top: 10px;
		vertical-align:middle;
	}
	.searchCarName form {
	}
	.searchCarName input[type="text"],
	.searchCarName input[type="submit"] {
		display:inline-block;
		vertical-align:middle;
		font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
	}
	.searchCarName .searchText {
		border: 1px solid #FFF;
		background-color: #FFF;
		width: 180px;
		height: 40px;
		padding-left: 40px;
		background-image: url(/images/icon_search.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 21px 22px;
	}
	#footerSearchBtn.top .searchCarName .searchText {
		border: 1px solid #9F9BA1;
	}
	.searchCarName .searchBtn {
		border: 1px solid #9F9BA1;
		background-color: #9F9BA1;
		width: 100px;
		height: 40px;
		color: #FFF;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		padding-left: 35px;
		background-image: url(/images/icon_car.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		background-size: 30px 11px;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.titleArea.search .searchCarName .searchBtn {
		background-position: 15px center;
	}
	.searchCarName .searchBtn:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	

	/* TOP_loginArea */
	#loginArea {
		width: 100%;
		height: inherit;
		text-align: center;
		background-image: url(/images/login_bg.jpg);
		background-size:cover;
		padding: 10px;
	}
	#loginArea .loginBox {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#loginArea .loginBox .frame {
		height: 200px;
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		background-color: #FFF;
	}
	#loginArea .loginFormBox {
		height: 100%;
		width: 100%;
		padding: 15px 20px;
	}
	#loginArea .loginFormBox img {
		height: auto;
		width: 140px;
		margin-bottom: 8px;
	}
	#loginArea .pass {
		border: 1px solid #C7C7C7;
		background-color: #FFF;
		width: 100%;
		height: 38px;
		padding: 4px;
		margin-bottom: 15px;
	}
	#loginArea .loginSubmit {
		margin-top: 15px;
		margin-bottom: 25px;
		width: 100%;
		height: 38px;
		background-color: #cc0000;
		border: none;
		padding-left: 30px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
		background-image: url(/images/icon_login.png);
		background-repeat: no-repeat;
		background-position: 50px center;
		background-size: 24px 20px;
		cursor: pointer;
	}
	#loginArea .loginSubmit:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}
	#loginArea input {
		vertical-align:middle;
	}
	#loginArea p {
		font-size: 12px;
		font-weight: bold;
		text-align: left;
	}
	#loginArea p a {
		color: #000;
	}
	#loginArea p a span {
		color: #3337da;
		text-decoration: underline;
	}
	#loginArea p a span:hover {
		text-decoration: none;
	}



	.topArticle{
		padding-top: 20px;
		padding-bottom: 20px;
		margin: auto;
		max-width: 100%;
	}
	.subArticle {
		padding-top: 0px;
		padding-bottom: 20px;
		margin: auto;
		max-width: 100%;
	}
	.topArticle h1 {
		font-family: Arial Black,Arial,verdana,Helvetica,sans-serif;
		display: block;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 1px;
		vertical-align: bottom;
	}
	.topArticle h1.newsH1 {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: bottom;
		text-align: center;
	}
	.topArticle h1 a {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #000000;
	}
	.topArticle h1.right1px {
		padding-right: 0px;
	}
	.topArticle h1.left1px {
		padding-left: 0px;
	}
	.topArticle h1 img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.topArticle ul.newsList {
		max-width: 100%;
		margin: 0 auto 20px auto;
		padding: 0;
		list-style: none;
		font-size: 0;
	}
	.topArticle ul.newsList li {
		display: inline-block;
		*display: inline;  
		*zoom: 1;
		padding: 1px;
		width: 50%;
		margin-bottom: 25px;
		font-weight: bold;
	}
	.topArticle ul.newsList li a {
		color: #000000;
	}
	.topArticle ul.newsList li p {
		line-height: 1.4em;
		font-size:11px;
		font-weight: bold;
		padding: 0 10px;
	}
	.topArticle ul.newsList li span {
		font-size:9px;
	}
	.topArticle ul.newsList li img {
		width: 100%;
		height: auto;
	}



.titleCarInfo {
	height: 48px;
	width: 100%;
	background-color: #cc0000;
}
.titleCarInfo h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.subArticle h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	margin-bottom: 15px;
	margin-top: 30px;
}
.subArticle ul.makerList {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.makerList li {
	display: block;
	*display: inline;  
	*zoom: 1;
	padding: 3px;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: center;
}
.subArticle ul.makerList li a {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7C7C7;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.subArticle ul.makerList li a span {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.subArticle ul.makerList li a:hover {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.subArticle .searchTable {
	width: 100%;
	table-layout: auto;
	border-spacing: 0px;
}
.subArticle .searchTable th {
	height: auto;
	width: 100%;
	display: block;
	background-color: #C7C7C7;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #C7C7C7;
}
.subArticle .searchTable td {
	height: auto;
	width: 100%;
	display: block;
	color: #000;
	text-align: center;
	padding: 0;
}
.subArticle .searchTable td a {
	display: block;
	width: 100%;
	color: #000000;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-spacing: 0px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #C7C7C7;
}
.subArticle .searchTable td a span {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 0;
}
.subArticle .searchTable td:last-child {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
}
.subArticle .searchTable tr {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.subArticle .searchTable tr:hover {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.subArticle .searchTable tr:hover a {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.subArticle .searchTable td a:hover {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}

	/* news */
	.subArticle ul.newsList {
		max-width: 100%;
		margin: 20px auto 20px auto;
		padding: 0;
		list-style: none;
		font-size: 0;
	}
	.subArticle ul.newsList li {
		display: inline-block;
		*display: inline;  
		*zoom: 1;
		padding: 1px;
		width: 50%;
		margin-bottom: 25px;
		font-weight: bold;
	}
	.subArticle ul.newsList li a {
		color: #000000;
	}
	.subArticle ul.newsList li p {
		line-height: 1.4em;
		font-size:11px;
		font-weight: bold;
		padding: 0 10px;
	}
	.subArticle ul.newsList li span {
		font-size:9px;
	}
	.subArticle ul.newsList li img {
		width: 100%;
		height: auto;
	}

.subArticle .newsDetail {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.subArticle .newsDetail img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.subArticle .newsDetail h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 15px;
}
.subArticle .newsDetail h1 span {
	font-size: 12px;
}
.subArticle .newsDetail p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.subArticle .newsDetail .directionBtn {
	margin-top: 30px;
	margin-bottom: 0px;
}
.subArticle .newsDetail .directionBtn ul {
	height: 35px;
	width: 100%;
	list-style: none;
	position: relative;
}
.subArticle .newsDetail .directionBtn ul li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 80px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}
.subArticle .newsDetail .directionBtn ul li a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	width: 80px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.subArticle .newsDetail .directionBtn ul li.prev {
	right: auto;
}
.subArticle .newsDetail .directionBtn ul li.prev a:before {
	content: '< ';
}
.subArticle .newsDetail .directionBtn ul li.next {
	left: auto;
}
.subArticle .newsDetail .directionBtn ul li.next a:after {
	content: ' >';
}


/* infomation */
.subArticle ul.pdfList {
	max-width: 100%;
	margin: 20px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.pdfList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 10px;
	width: 50%;
	margin-bottom: 25px;
	font-weight: bold;
}
.subArticle ul.pdfList li a {
	color: #000000;
}
.subArticle ul.pdfList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0 10px;
}
.subArticle ul.pdfList li span {
	font-size:10px;
}
.subArticle ul.pdfList li img {
	width: 100%;
	height: auto;
}


/* movie */
.subArticle .titleImg {
	display: block;
	margin: 40px auto 0px auto;
}
.subArticle ul.movieList {
	max-width: 100%;
	margin: 20px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.movieList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 10px;
	width: 100%;
	margin-bottom: 25px;
	font-weight: bold;
}
.subArticle ul.movieList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0;
}
.subArticle ul.movieList li .youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.subArticle ul.movieList li .youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* product */
.subArticle .maxImg {
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto 20px auto;
}
.subArticle.product #anc01,
.subArticle.product #anc02,
.subArticle.product #anc03,
.subArticle.product #anc04,
.subArticle.product #anc05,
.subArticle.product #anc06 {
	margin-bottom: 40px;
}
.subArticle.product ul.productList {
	max-width: 100%;
	margin: 20px auto 10px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle.product ul.productList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 1px 5px 1px 5px;
	width: 50%;
	margin-bottom: 10px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle.product ul.productList li img.noLink {
	opacity: 0.4;
}
.subArticle.product ul.productList li a {
	color: #000000;
}
.subArticle.product ul.productList li h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
	line-height: 1.5em;
}
.subArticle.product ul.productList li p {
	line-height: 1.5em;
	font-size:11px;
	font-weight: bold;
	padding: 0;
}
.subArticle.product ul.productList li img {
	width: 100%;
	height: auto;
	border: solid 1px #9F9BA1;
	padding: 5px;
}
.subArticle.product .mainIMG {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.subArticle.product .subIMG {
	max-width: 100%;
	height: auto;
	margin: 10px auto 10px auto;
	display: block;
}
.subArticle.product .subIMG.floatR,
.subArticle.product .subIMG.floatR.short {
	float: none;
	margin: 10px auto 10px auto;
	max-width: 100%;
}
.subArticle.product .subIMG.floatR + p,
.subArticle.product .subIMG.floatR.short + p {
	padding-right: 0px;
}
.subArticle.product .subIMG.floatR + p + p,
.subArticle.product .subIMG.floatR.short + p + p {
	padding-right: 0px;
}
.subArticle.product h3 {
	font-size: 98%;
	line-height: 1.25em;
	margin-bottom: 10px;
	font-weight: bold;
}
.subArticle.product h3 img {
	vertical-align: middle;
	margin-right: 10px;
	width: 25px;
	height: 25px;
}
.subArticle.product p {
	margin-bottom: 15px;
	word-break: break-all;
	font-size: 85%;
}
.subArticle.product ul.listBtn {
	list-style: none;
	margin: 20px 0 20px 0;
	text-align: left;
	font-size:0;
	border-top: 1px solid #7B7B7B;
}
.subArticle.product ul.listBtn li {
	font-size: 16px;
	display: block;
	padding: 5px 10px;
	vertical-align: middle;
	border-right: 0px solid #7B7B7B;
	border-bottom: 1px solid #7B7B7B;
	line-height: 1.25em;
}
.subArticle.product ul.listBtn li:last-child {
	border-right: 0px solid #7B7B7B;
}
.subArticle.product ul.listBtn li a {
	font-weight: bold;
	color: #000000;
	padding: 5px 0 5px 1.5em;
	display: block;
}
.subArticle.product ul.listBtn li a::before {
	display: inline-block;
	content: "∨";
	color: #777777;
	transform: scale(1.5, 0.8);
	margin-right: 10px;
	margin-left: -1.3em;
}
.subArticle.product ul.listBtn li a span {
}
.subArticle.product ul.movieList {
	max-width: 100%;
	margin: 10px auto 30px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle.product ul.movieList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 0 0px;
	width: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle.product .videoArea {
	max-width: 480px;
	margin: auto;
}
.subArticle.product .videoArea p.movieDL a {
	display: block;
	text-align: center;
	line-height: 42px;
	margin: 10px 0 30px auto;
	width: 200px;
	height: 42px;
	background-color: #cc0000;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.subArticle.product .videoArea video {
	width: 100%;
}
.subArticle.product .bgGray {
	background-color: #f4f4f4;
	padding: 8px;
	width: 100%;
	margin: 20px auto 30px auto;
	border-radius: 6px;
	text-align: center;
}
.subArticle.product .bgGray p.bigP {
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 30px;
}
.subArticle.product .bgGray p.bigP span {
	display: inline-block;
	border: 1px solid #FF0004;
	margin: 0 15px 0 5px;
}
.subArticle.product .bgGray ul.annotationList {
	list-style: none;
	margin-left: 1.25em;
}
.subArticle.product .bgGray ul.annotationList li {
	font-size: 12px;
	line-height: 1.25em;
	margin-bottom: 10px;
	text-align: left;
}
.subArticle.product .bgGray ul.annotationList li:last-child {
	margin-bottom: 0px;
}
.subArticle.product .bgGray ul.annotationList li::before {
	display: inline-block;
	width: 1.25em;
	content: "※";
	margin-left: -1.25em;
}
.subArticle.product .borderBox {
	border: 3px solid #FEA184;
	padding: 10px;
	width: 100%;
	margin: 30px auto 50px auto;
	text-align: center;
	position: relative;
}
.subArticle.product .borderBox p.iconTime {
	background-image: url(/images/product/icon_time.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	margin: 0;
	display: inline-block;
	text-align: left;
	line-height: 1.5em;
}
.subArticle.product .borderBox p.iconTime span {
	color: #FE6231;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.subArticle.product .borderBox p.small {
	position: absolute;
	right: 0px;
	bottom: -30px;
	margin: 0;
	font-size: 12px;
}
.subArticle.product ul.figureList {
	list-style: none;
	font-size: 0;
	margin: 20px auto 0px auto;
}
.subArticle.product ul.figureList li {
	display: block;
	font-size: 16px;
	width: 100%;
	margin-right: 0;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 10px;
}
.subArticle.product ul.figureList li:nth-child(even) {
	margin-right: 0%;
}
.subArticle.product ul.figureList li h3 {
	background-color: #eee;
	padding: 10px;
}
.subArticle.product ul.figureList li p {
	margin: 10px;
}
.subArticle.product ul.figureList li img {
	display: block;
	width: 95%;
	height: auto;
	margin: 20px auto;
}
.subArticle.product .attentionBox {
	border: 2px solid #FCECEC;
	width: 100%;
	margin: 30px auto 50px auto;
	position: relative;
}
.subArticle.product .attentionBox h3 {
	color: #EB3939;
	background-color: #FCECEC;
	line-height: 50px;
	text-align: center;
}
.subArticle.product .attentionBox h3::before {
	content: "";
	display: inline-block;
	width: 47px;
	height: 29px;
	background-image: url(/images/product/icon_car.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 29px;
	padding-left: 50px;
	vertical-align: middle;
}
.subArticle.product .attentionBox p {
	margin: 10px;
}
.subArticle.product .attentionBox ul {
	margin: 10px;
	padding-left: 1.25em;
	font-size: 85%;
}
.subArticle.product .attentionBox ul li {
}


/* construction */
.subArticle.construction {
	font-size: 85%;
}
.subArticle.construction p img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.subArticle.construction p img.maxImg {
	max-width: 100%;
	width: 100%;
}
.subArticle.construction p img.floatImg {
	margin: 0 10px 40px 0;
	display: block;
	float: left;
}
.subArticle.construction h4 span {
	font-weight: bold;
	font-size: 80%;
	position: relative;
	right: auto;
	display: block;
}
.subArticle.construction table.constTable {
	font-size: 10px;
	line-height: 1.4em;
}
.subArticle.construction table.constTable th {
	padding: 4px;
}
.subArticle.construction table.constTable td {
	padding: 4px;
}
.subArticle.construction table.constTable2 {
}
.subArticle.construction table.constTable2 th {
	white-space: normal;
	width: 2em;
	line-height: 1.2em;
}
.subArticle.construction table.constTable3 {
	table-layout: auto;
}
.subArticle.construction table.constTable3 th {
	white-space: nowrap;
}



/* result */
.titleCarInfo.result {
	height: auto;
	width: 100%;
	background-color: #cc0000;
	position: relative;
	padding: 10px;
}
.titleCarInfo.result .resultInfo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.titleCarInfo.result .resultInfo h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}
.titleCarInfo.result .resultInfo:after {
	display: none;
}
.titleCarInfo.result .resultInfo h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.titleCarInfo.result .resultInfo table {
	padding-left: 0px;
	width: 100%;
}
.titleCarInfo.result .resultInfo table tr {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 100%;
}
.titleCarInfo.result .resultInfo table tr:nth-child(3) {
	display: block;
	clear: both;
}
.titleCarInfo.result .resultInfo table th {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	width: 40%;
	padding: 5px 0 0 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.titleCarInfo.result .resultInfo table td {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	width: 160px;
	padding: 5px 0 0 1.2em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.titleCarInfo.result .resultInfo table td:before {
	content: ">";
	position: absolute;
	left:0;
}
.resultDataBox {
	margin-top: 20px;
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.resultDataBox .resultTitleArea {
	display: block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 20px;
	position: relative;
	background: rgb(159,155,161);
	background: -moz-linear-gradient(top, rgb(159,155,161) 0%, rgb(209,207,211) 100%);
	background: -webkit-linear-gradient(top, rgb(159,155,161) 0%,rgb(209,207,211) 100%);
	background: linear-gradient(to bottom, rgb(159,155,161) 0%,rgb(209,207,211) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9ba1', endColorstr='#d1cfd3',GradientType=0 );
}
.resultDataBox .resultTitleArea h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 10px 0 10px 40px;
}
.resultDataBox .resultTitleArea h1 span {
	display: block;
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
}
.resultDataBox .resultTitleArea h1 span:before {
	position: absolute;
	display: block;
	width: 26px;
	left: -20px;
	content: ">";
}
.resultDataBox .resultTitleArea img {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: 0 auto;
	margin-top: -23px;
	width: 58px;
	height: 46px;
}
.resultDataBox .resultDataArea {
	display: block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}
.resultDataBox .resultDataArea h2 {
	margin-top: 3px;
	font-size: 16px;
}
.resultDataBox .resultDataArea table + h2 {
	margin-top: 20px;
	font-size: 16px;
}
.resultDataBox .resultDataArea .detailTable {
	width: 100%;
}
.resultDataBox .resultDataArea .detailTable th {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #9F9BA1;
	text-align: left;
	width: 100%;
	padding: 3px;
}
.resultDataBox .resultDataArea .detailTable th:after {
	color: #cc0000;
	content: "　>";
	display: none;
}
.resultDataBox .resultDataArea .detailTable td {
	display: block;
	padding: 3px 3px 3px 13px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.resultDataBox .resultDataArea .detailTable td:before {
	color: #cc0000;
	content: "> ";
}
.resultDataBox .resultDataArea img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 20px auto;
}
.resultDataBox .resultDataArea .youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0px auto 20px auto;
}
.resultDataBox .resultDataArea .youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* anshin */
.anshinTabel {
	margin-top: 30px;
	margin-bottom: 0px;
}
.anshinTabel table {
}
.anshinTabel table th {
	padding: 10px 5px 10px 5px;
	font-size: 80%;
}
.anshinTabel table td {
	padding: 10px 5px 10px 5px;
	font-size: 80%;
}
.anshinTabel table thead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.anshinTabel table thead th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
	line-height: 1.1em;
}
.anshinTabel table thead th span {
	display: block;
	font-size: 80%;
	font-weight: normal;
	margin-left: 0;
}
.anshinTabel table thead th:first-child {
	width: auto;
}
.anshinTabel table thead th:last-child {
	border-right-width: 0px;
	width: 50px;
}
.anshinTabel table tbody {
}
.anshinTabel table tbody tr:nth-child(even) {
	background-color: #F3F3F3;
}
.anshinTabel table tbody th {
}
.anshinTabel table tbody td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
	line-height: 1.25em;
}
.anshinTabel table tbody td:last-child {
	border-right-width: 0px;
	text-align: center;
	width: 50px;
}
.anshinTabel table tbody td img {
	width: 30px;
	height: 30px;
}





/* keeper */
.subArticle .keeper {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.subArticle .keeper p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.keeperTabel {
	margin-top: 30px;
	margin-bottom: 30px;
}
.keeperTabel table {
	width: 100%;
	border-collapse: collapse;
}
.keeperTabel table th {
	padding: 10px;
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
}
.keeperTabel table td {
	padding: 10px 15px 10px 15px;
	font-size: 80%;
	vertical-align: middle;
}
.keeperTabel table thead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	text-align: center;
	background-color: #F0F0F0;
}
.keeperTabel table thead th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
}
.keeperTabel table thead th img {
	width: 100%;
}
.keeperTabel table tbody {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECDCF;
}
.keeperTabel table tbody tr:nth-child(even) {
	background-color: #F8F8F8;
}
.keeperTabel table tbody th span {
	display: block;
}
.keeperTabel table tbody td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
}



.pcOnly {
	display: none;
}

.qrCodeArea {
	height: auto;
	margin-top: -30px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.qrCodeArea img {
	width: 120px !important;
	height: 120px !important;
	margin-right: 0px;
	vertical-align: top;
}
.qrCodeArea p {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 15px;
}

#myError {
	background-color: #fff;
	display: block;
	margin-top: -15px;
	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 10px;
}

#caution {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000;
    background-color: rgba(0, 0, 0, 0.3);
}
#caution .textBox {
	width: 300px;
	height: 400px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 15px;
}
#caution .textBox h2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 10px;
}
#caution .textBox p {
	font-size: 10px;
	text-align: left;
	margin-bottom: 20px;
}
#caution .textBox span.btnBox {
	display: block;
	line-height: 45px;
	height: 45px;
	width: 230px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #cc0000;
	text-align: center;
	cursor: pointer;
	margin: 20px auto 0 auto;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#caution .textBox span.btnBox:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* qrBox */
#mainContents .titleAreaTop.qrApp {
	padding-top: 20px;
}
#mainContents .titleAreaTop.qrApp .qrBox {
	text-align: center;
	width: 280px;
	height: auto;
	display: block;
	margin: 15px auto auto auto;
	background-color: #cc0000;
	padding: 10px 0 10px 0;
}
#mainContents .titleAreaTop.qrApp .qrBox span.title {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01,
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn02 {
	display: inline-block;
	width: 50%;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01 {
	border-right: 1px solid #FFFFFF;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01 a,
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn02 a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	display: block;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01 a img,
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn02 a img {
	width: 55px;
	height: 22px;
	display: block;
	margin: 0 auto 5px auto;
}



#popupBtn {
	display: block;
	line-height: 38px;
	height: 38px;
	width: 240px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #cc0000;
	text-align: center;
	cursor: pointer;
	margin: 20px auto 0 auto;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	border: none;
	z-index: 1000000;
}
#popupBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#caution.search {
	cursor: pointer;
}
#caution.search .textBox {
	cursor: default;
	width: 94%;
	max-width: 550px;
	height: 430px;
}
#caution.search .textBox p {
	text-align: center;
	font-size: 75%;
	margin-bottom: 10px;
}
#caution.search .textBox .imageBox img {
	max-width: 100%;
	height: 100px;
}
#caution.search .textBox .logoEneos {
	width: 120px;
	height: auto;
	margin-bottom: 5px;
}
#caution.search .textBox .logoTekinavi {
	width: 84px;
	height: auto;
	margin-bottom: 10px;
}
#caution.search .textBox .imageBox {
	width: 210px;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 5px;
}
#caution.search .textBox .imageBox p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#caution.search .textBox dl {
	width: 90%;
	margin: 0 auto;
	font-size: 75%;
}
#caution.search .textBox dl dt {
	float: left;
	text-align: left;
	padding: 1px 20px;
}
#caution.search .textBox dl dd {
	text-align: right;
	padding: 1px 20px;
}
#caution.search .textBox dl dt.last {
	border-top: 1px solid #000000;
}
#caution.search .textBox dl dd.last {
	border-top: 1px solid #000000;
}
#caution.search .textBox #printBtn {
	margin-top: 10px;
	line-height: 38px;
	height: 38px;
	width: 210px;
}


}