@charset "utf-8";

@media screen and (max-width: 770px) {
	/* wrapper */
	#wrapper {
		margin-right: auto;
		margin-left: auto;
		min-width: 100%;
		text-align: left;
		position: absolute;
		background-image: url(images/body_bg2.png);
		background-repeat: repeat;
		background-position: center top;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#wrapper .inner {
		margin-right: auto;
		margin-left: auto;
		min-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		position: relative;
		background-image: url(images/body_bg2.png);
		background-repeat: repeat;
		background-position: center top;
		overflow: hidden;
	}
	/* topPage */
	.topFrame {
		background-image: url(images/top_bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #FFF;
		min-height: 550px;
	}
	.topFrame .article {
		background-image: url(images/body_bg.png);
		background-repeat: repeat;
		background-position: center top;
		height: auto;
		border: 7px solid #ED1C24;
		position: relative;
		padding: 30px;
		padding-top: 200px;
	}
	.topFrame .article p {
		font-size: 14px;
		font-weight: bold;
		line-height: 26px;
		white-space: inherit;
	}
	.topFrame .article #slideshow {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		width: 440px;
		height: 227px;
		z-index: 10;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article #slideshow img {
		width: 440px;
		height: 227px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		opacity: 0;
	}
	.topFrame .article #slideshow img.active {
		z-index: 10;
		opacity: 1;
	}
	.topFrame .article #slideshow img.last-active {
		z-index: 9;
	}
	.topFrame .article h2 {
		font-size: 22px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.topFrame .article dl {
		color: #E60012;
		margin-bottom: 40px;
	}
	.topFrame .article dt {
		clear: left;
		float: left;
		font-size: 12px;
		padding-bottom: 5px;
		width: 100px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame .article dd {
		font-size: 12px;
		padding-bottom: 5px;
		padding-left: 100px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame .article dl a {
		color: #E60012;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	.topFrame .article dl a:before {
		content: "> ";
		margin-right: 0px;
	}
	.topFrame .article ul {
		clear: both;
		list-style: none;
		width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article ul li {
		width: 420px;
		height: 170px;
		position: relative;
	}
	.topFrame .article ul li.selector {
		border: 7px solid #000;
		background-image: url(images/top_btn_bg.png);
		background-repeat: repeat;
	}
	.topFrame .article ul li.selector a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: -7px;
		bottom: -7px;
		text-align: center;
		z-index: 100;
	}
	.topFrame .article ul li.selector img {
		position: absolute;
		top: 25px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article ul li.selector a img {
		position: absolute;
		top: 32px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article ul li.car {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 45px;
	}
	.topFrame .article ul li.car:after {
		display: block;
		position: absolute;
		right: 50%;
		top: 170px;
		width: 7px;
		height: 30px;
		content: "";
		background-color: #000;
	}
	.topFrame .article ul li.bike {
		position: relative;
		bottom: auto;
		right: auto;
	}
	.topFrame .article ul li.disable {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	.topFrame .articleNews {
		background-image: url(images/body_bg.png);
		background-repeat: repeat;
		background-position: center top;
		min-height: 550px;
		border: 7px solid #ED1C24;
		position: relative;
		padding: 20px;
	}
	.topFrame .articleNews h2 {
		font-size: 25px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 20px;
	}
	.topFrame .articleNews dl {
		color: #E60012;
	}
	.topFrame .articleNews dt {
		clear: left;
		float: left;
		font-size: 16px;
		padding-bottom: 15px;
		width: 130px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame .articleNews dd {
		font-size: 16px;
		padding-bottom: 15px;
		padding-left: 130px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame .articleNews dd .imgList {
	}
	.topFrame .articleNews dd .imgList .imgBox {
		max-width: 130px;
	}
	.topFrame .articleNews dd .imgList .imgBox img {
	}
	.topFrame .articleNews dd .imgList .textBox {
	}


	/* topPage2020 */
	.topFrame2020 {
		background-image: url(images/top_bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #FFF;
		min-height: auto;
	}
	.topFrame2020 .article {
		background-image: url(images/body_bg.png);
		background-repeat: repeat;
		background-position: center top;
		height: auto;
		border: 7px solid #ED1C24;
		position: relative;
		padding: 22px;
	}
	.topFrame2020 .article p {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.5em;
		white-space: pre-wrap;
		margin-bottom: 15px;
		width: 100%;
		transform: scale(1, 1);
		margin-left: 0%;
	}
	.topFrame2020 .article p span {
		font-size: 12px;
		line-height: 1.5em;
		white-space: pre-wrap;
	}
	.topFrame2020 .article ul {
		clear: both;
		list-style: none;
		position: relative;
	}
	.topFrame2020 .article ul li {
		width: 428px;
		height: 374px;
		position: relative;
		margin: auto;
	}
	.topFrame2020 .article ul li.selector {
		border: 7px solid #000;
		background-image: url(images/top_btn_bg.png);
		background-repeat: repeat;
	}
	.topFrame2020 .article ul li.selector a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: -7px;
		bottom: -7px;
		text-align: center;
		z-index: 100;
	}
	.topFrame2020 .article ul li.selector img {
		position: absolute;
		top: 25px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 388px;
		height: 320px;
	}
	.topFrame2020 .article ul li.selector a img {
		position: absolute;
		top: 25px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.topFrame2020 .article ul li.selector a:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}
	.topFrame2020 .article ul li.selector a img:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.topFrame2020 .article ul li.car {
		margin-bottom: 45px;
	}
	.topFrame2020 .article ul li.car:after {
		display: block;
		position: absolute;
		right: 205px;
		top: 374px;
		width: 7px;
		height: 30px;
		content: "";
		background-color: #000;
	}
	.topFrame2020 .article ul li.bike {
		position: relative;
		right: auto;
		top: auto;
	}
	.topFrame2020 .article ul li.disable {
		opacity: 0.3;
		filter: alpha(opacity=30);
		filter: grayscale(100%);
	}
	.topFrame2020 .article .newsArea {
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.topFrame2020 .article .newsArea h2 {
		font-size: 26px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 10px;
		position: relative;
		top: auto;
		left: auto;
	}
	.topFrame2020 .article .newsArea dl {
		color: #E60012;
		margin-left: 0;
	}
	.topFrame2020 .article .newsArea dt {
		clear: left;
		float: left;
		font-size: 16px;
		padding-bottom: 5px;
		width: 110px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame2020 .article .newsArea dd {
		font-size: 16px;
		padding-bottom: 5px;
		padding-left: 110px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame2020 .article .newsArea dl a {
		color: #E60012;
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
	}
	.topFrame2020 .article .newsArea dl a:before {
		content: "> ";
		margin-right: 0px;
	}



	/* subPage */
	.subFrame .article {
	}
	.subFrame .article .leftArea {
		clear: both;
		position: relative;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.subFrame .article .leftArea .leftTitle {
		border: 3px solid #ED1C24;
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
	}
	.subFrame .article .leftArea .leftTitle h2 {
		padding: 0px;
		font-size: 26px;
		font-weight: bold;
		color: #000;
	}
	.subFrame .article .leftArea .leftTitle h2 span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		margin-top: 10px;
		margin-left: 15px;
	}
	.subFrame .article .leftArea .leftTitle h2.productsList {
		padding: 0px;
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.subFrame .article .leftArea .leftTitle h2.productsList span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 10px;
	}
	.subFrame .article .leftArea .leftTitle:after {
		display: none;
		position: absolute;
		left: 50%;
		top: 60px;
		width: 3px;
		height: 10px;
		content: "";
		background-color: #ED1C24;
	}
	.subFrame .article .leftArea .search {
		border: 3px solid #ED1C24;
		width: 100%;
		padding: 10px;
		position: relative;
	}
	.subFrame .article .leftArea .search h3 {
		font-size: 16px;
		line-height: 30px;
		font-weight: bold;
		color: #ED1C24;
		margin-bottom: 0px;
		margin-right: 10px;
		display: inline-block;
	}
	.subFrame .article .leftArea .search form,
	.subFrame .article .leftArea .leftTitle form {
		display: block;
		position: absolute;
		right: 40px;
		top: 7px;
		width: 50%;
	}
	.subFrame .article .leftArea .leftTitle form {
		margin-top: 5px;
		display: inline-block;
	}
	.subFrame .article .leftArea .search .searchText,
	.subFrame .article .leftArea .leftTitle .searchText {
		width: 100%;
		height: 36px;
		padding: 5px;
		border: 1px solid #CCC;
		background-color: #FFF;
	}
	.subFrame .article .leftArea .search .searchBtn,
	.subFrame .article .leftArea .leftTitle .searchBtn {
		border: none;
		background-color: transparent;
		width: 36px;
		height: 36px;
		padding: 0px;
		color: #FFF;
		cursor: pointer;
		font-weight: bold;
		position: absolute;
		right: -38px;
		top: 0;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
		-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;
	}
	.subFrame .article .leftArea .leftTitle .searchBtn {
		right: -8px;
	}
	.subFrame .article .leftArea .search .searchBtn:hover,
	.subFrame .article .leftArea .leftTitle .searchBtn:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	.subFrame .article .rightArea {
		position: relative;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.subFrame .article .rightArea .borderBox {
		border: 3px solid #ED1C24;
		background-image: url(images/data_bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: rgba(255, 255, 255, 0.7);
		padding-top: 13px;
		padding-bottom:13px;
		margin-bottom: 15px;
	}
	.subFrame .article .rightArea .noPadding {
		padding: 0px;
		background-image: none;
	}
	.subFrame .article .rightArea .noPaddingTop {
		padding-top: 0px;
		border-top: none;
	}
	.subFrame .article .rightArea .borderBox .tableBox+.tableBox {
		margin-top: 40px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h2 {
		border-top-width: 3px;
		border-top-style: solid;
		border-top-color: #ED1C24;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 18px 18px 18px 20px;
		font-size: 22px;
		font-weight: bold;
		color: #ED1C24;
		margin-bottom: 13px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h3 {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 13px 13px 30px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		margin-bottom: 13px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h4 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 10px 10px 5px;
		font-size: 14px;
		font-weight: bold;
		color: #ED1C24;
		margin-top: 30px;
		margin-bottom: 13px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h3+h4 {
		margin-top: 0px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table {
		width: 100%;
		border-spacing: 0;
		color: #000;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable thead {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable thead th {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 13px 13px 30px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody tr {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody th a {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		color: #000;
		padding-left: 20px;
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px 15px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody td a {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		color: #000;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody th {
		padding: 13px 13px 13px 30px;
		text-align: left;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody td {
		padding: 13px 13px 13px 30px;
		text-align: left;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 thead th {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 0px 13px 20px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody th a {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		color: #000;
		padding-left: 20px;
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px 15px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody td a {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		color: #000;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody th {
		padding: 10px 0px 0px 20px;
		text-align: left;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody td {
		padding: 10px 0px 0px 20px;
		text-align: left;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody th {
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		color: #ED1C24;
		padding: 12px;
		width: 20%;
		text-align: center;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody td {
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		padding: 12px;
		border-right: 3px solid #ED1C24;
		width: 30%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody td:last-child {
		border-right: none;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody th {
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #ED1C24;
		padding: 10px 10px 0px 10px;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody td {
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		padding: 3px 10px 10px 10px;
		border-right:none;
		border-bottom: 1px solid #ED1C24;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody th:nth-child(3) {
		padding-top: 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody td:nth-child(4) {
		padding-top: 0px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody .last {
		padding-bottom: 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody th.last {
		padding-bottom: 0px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody td:last-child {
		border-right: none;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable {
		width: auto;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable thead {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable thead th {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 13px 13px 30px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody tr {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody th a {
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		color: #000;
		padding-left: 40px;
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody th {
		padding: 0px 15px 0px 30px;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		color: #ED1C24;
		width: 170px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody td {
		padding: 0px 13px 0px 0px;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
	}
	
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList {
		list-style: none;
		width: 100%;
		margin-left: 30px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: center;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li {
		display: inline-block;
		width: 230px;
		position: relative;
		padding-bottom: 175px;
		-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;
		text-align: left;
		vertical-align: top;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li:hover {
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li p {
		font-size: 11px;
		font-weight: bold;
		padding-left: 40px;
		line-height: 15px;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li p span {
		color: #ED1C24;
		font-weight: bold;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li p:before {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		content: "";
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a img {
		width: 120px;
		height: 120px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 40px;
		margin-left: -60px;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a img {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a:hover img {
		-webkit-transform: rotate(10deg) scale(1.3);
		transform: rotate(10deg) scale(1.3);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
		opacity: 1;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a:hover {
		opacity: 1;
	}
	
	.subFrame .article .detailBox {
		border: 3px solid #ED1C24;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 30px;
		min-height: 410px;
		position: relative;
	}
	.subFrame .article .detailBox img {
		display: block;
		width: 350px;
		height: 350px;
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.subFrame .article .detailBox .tableBox {
		margin-left: 0px;
		margin-top: 15px;
		width: 100%;
		
	}
	.subFrame .article .detailBox .tableBox h2 {
		font-size: 30px;
		font-weight: bold;
		color: #E60012;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.subFrame .article .detailBox .tableBox p {
		font-size: 12px;
		line-height: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
		white-space: pre-wrap;
	}
	.subFrame .article .detailBox .tableBox table {
		width: 100%;
		border-spacing: 0;
		color: #000;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #58595B;
	}
	.subFrame .article .detailBox .tableBox table th {
		font-size: 12px;
		font-weight: bold;
		color: #E60012;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #58595B;
		padding: 7px 7px 7px 0px;
		width: 170px;
	}
	.subFrame .article .detailBox .tableBox table td {
		font-size: 12px;
		font-weight: bold;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #58595B;
		padding: 7px 0px 7px 0px;
	}




	/* headerContents */
	#headerContents {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 66px;
		position: relative;
	}
	#headerContents h1 {
		width: 100%;
		border: 7px solid #ED1C24;
		height: 72px;
		position: relative;
		margin-bottom: 10px;
	}
	#headerContents h1 a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: -7px;
		bottom: -7px;
		text-indent: -9999px;
		background-image: url(images/header_title.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#headerContents .headProduct {
		position: absolute;
		left: 0;
		top: 92px;
		width: 49.5%;
	}
	#headerContents .headSearch {
		position: absolute;
		right: 0;
		top: 92px; 
		width: 49.5%;
	}
	#headerContents .headProduct.btn a,
	#headerContents .headSearch.btn a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: 10px;
		bottom: -7px;
		padding-left: 7px;
		padding-right: 42px;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		line-height: 50px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
	}


	/* mainContents */
	#mainContents {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	/* footerArea */
	#footerArea {
		clear: both;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		position: relative;
	}
	#footerArea ul {
		height: 80px;
		list-style: none;
	}
	#footerArea ul li {
		position: absolute;
	}
	#footerArea ul li.motul a,
	#footerArea ul li.rokurin a,
	#footerArea ul li.facebook a,
	#footerArea ul li.twitter a,
	#footerArea ul li.instagram a {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-indent: -9999px;
	}
	#footerArea ul li.motul {
		left: 0;
		top: 0;
		width: 198px;
		height: 54px;
	}
	#footerArea ul li.motul a {
		background-image: url(images/footer_logo_motul.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.rokurin {
		left: 215px;
		top: 3px;
		width: 172px;
		height: 49px;
	}
	#footerArea ul li.rokurin a {
		background-image: url(images/footer_logo_rokurin.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.facebook {
		right: 50px;
		top: 16px;
		width: 14px;
		height: 27px;
	}
	#footerArea ul li.facebook a {
		background-image: url(images/footer_icon_facebook.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.twitter {
		right: 0;
		top: 15px;
		width: 35px;
		height: 29px;
	}
	#footerArea ul li.twitter a {
		background-image: url(images/footer_icon_twitter.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.instagram {
		right: 80px;
		top: 15px;
		width: 29px;
		height: 29px;
	}
	#footerArea ul li.instagram a {
		background-image: url(images/footer_icon_instagram.png);
		background-repeat: no-repeat;
	}
	#footerArea address {
		font-size: 12px;
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
	}

	#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: 80%;
		height: 390px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #FFF;
		padding: 30px;
	}
	#caution .textBox h2 {
		font-size: 20px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 10px;
	}
	#caution .textBox p {
		font-size: 12px;
		text-align: left;
		height: 270px;
		overflow: auto;
	}
	#caution .textBox span {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #E60012;
		cursor: pointer;
		-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;
	}
	.btn.back {
		display: none;
	}
}


@media screen and (max-width: 540px) {
	.btn {
		border: 3px solid #ED1C24;
		width: 210px;
		height: 42px;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		position: relative;
		display: block;
	}
	.btn.thin {
		margin-bottom: 10px;
	}
	.btn.thin a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: 7px;
		bottom: -7px;
		padding-left: 7px;
		padding-right: 24px;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		line-height: 50px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color: #ED1C24;
	}

	/* topPage */
	.topFrame {
		background-image: url(images/top_bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #FFF;
		min-height: 550px;
	}
	.topFrame .article {
		background-image: url(images/body_bg.png);
		background-repeat: repeat;
		background-position: center top;
		height: auto;
		border: 3px solid #ED1C24;
		position: relative;
		padding: 15px;
		padding-top: 125px;
	}
	.topFrame .article p {
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		white-space: inherit;
	}
	.topFrame .article #slideshow {
		position: absolute;
		top: -10px;
		right: 0;
		left: 0;
		width: 280px;
		height: 144px;
		z-index: 10;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article #slideshow img {
		width: 280px;
		height: 144px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		opacity: 0;
	}
	.topFrame .article #slideshow img.active {
		z-index: 10;
		opacity: 1;
	}
	.topFrame .article #slideshow img.last-active {
		z-index: 9;
	}
	.topFrame .article h2 {
		font-size: 18px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.topFrame .article dl {
		color: #E60012;
		margin-bottom: 10px;
	}
	.topFrame .article dt {
		clear: left;
		float: none;
		font-size: 12px;
		padding-bottom: 0px;
		width: 100%;
		font-weight: bold;
		text-align: left;
	}
	.topFrame .article dd {
		font-size: 12px;
		padding-bottom: 15px;
		padding-left: 0px;
		font-weight: normal;
		text-align: left;
	}
	.topFrame .article dl a {
		color: #E60012;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	.topFrame .article dl a:before {
		content: "> ";
		margin-right: 0px;
	}
	.topFrame .article ul {
		clear: both;
		list-style: none;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article ul li {
		width: 100%;
		height: 110px;
		position: relative;
	}
	.topFrame .article ul li.selector {
		border: 3px solid #000;
		background-image: url(images/top_btn_bg.png);
		background-repeat: repeat;
	}
	.topFrame .article ul li.selector a {
		display: block;
		position: absolute;
		top: -3px;
		left: -3px;
		right: -3px;
		bottom: -3px;
		text-align: center;
		z-index: 100;
	}
	.topFrame .article ul li.selector img {
		position: absolute;
		width: 230px;
		height: 67px;
		top: 20px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article ul li.selector a img {
		position: absolute;
		top: 23px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.topFrame .article ul li.car {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 35px;
	}
	.topFrame .article ul li.car:after {
		display: block;
		position: absolute;
		right: 50%;
		top: 115px;
		width: 3px;
		height: 20px;
		content: "";
		background-color: #000;
	}
	.topFrame .article ul li.bike {
		position: relative;
		bottom: auto;
		right: auto;
		margin-bottom: 0px;
	}
	.topFrame .article ul li.disable {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	.topFrame .articleNews {
		background-image: url(images/body_bg.png);
		background-repeat: repeat;
		background-position: center top;
		min-height: 550px;
		border: 3px solid #ED1C24;
		position: relative;
		padding: 20px;
	}
	.topFrame .articleNews h2 {
		font-size: 25px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 20px;
	}
	.topFrame .articleNews dl {
		color: #E60012;
	}
	.topFrame .articleNews dt {
		clear: left;
		float: none;
		font-size: 14px;
		padding-bottom: 5px;
		width: 100%;
		font-weight: bold;
		text-align: left;
	}
	.topFrame .articleNews dd {
		font-size: 14px;
		padding-bottom: 25px;
		padding-left: 0px;
		font-weight: normal;
		text-align: left;
	}
	.topFrame .articleNews dd .imgList {
	}
	.topFrame .articleNews dd .imgList .imgBox {
		max-width: 120px;
	}
	.topFrame .articleNews dd .imgList .imgBox img {
	}
	.topFrame .articleNews dd .imgList .textBox {
		font-size: 14px;
		font-weight: normal;
	}


	/* topPage2020 */
	.topFrame2020 {
		background-image: url(images/top_bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #FFF;
		min-height: auto;
	}
	.topFrame2020 .article {
		background-image: url(images/body_bg.png);
		background-repeat: repeat;
		background-position: center top;
		height: auto;
		border: 3px solid #ED1C24;
		position: relative;
		padding: 15px;
	}
	.topFrame2020 .article p {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5em;
		white-space: pre-wrap;
		margin-bottom: 15px;
		width: 100%;
		transform: scale(1, 1);
		margin-left: 0%;
	}
	.topFrame2020 .article p span {
		font-size: 12px;
		line-height: 1.5em;
		white-space: pre-wrap;
	}
	.topFrame2020 .article ul {
		clear: both;
		list-style: none;
		position: relative;
		width: 260px;
		margin: auto;
	}
	.topFrame2020 .article ul li {
		width: 100%;
		height: 227px;
		position: relative;
		margin: auto;
	}
	.topFrame2020 .article ul li.selector {
		border: 3px solid #000;
		background-image: url(images/top_btn_bg.png);
		background-repeat: repeat;
	}
	.topFrame2020 .article ul li.selector a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: -7px;
		bottom: -7px;
		text-align: center;
		z-index: 100;
	}
	.topFrame2020 .article ul li.selector img {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 230px;
		height: 190px;
	}
	.topFrame2020 .article ul li.selector a img {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.topFrame2020 .article ul li.selector a:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}
	.topFrame2020 .article ul li.selector a img:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.topFrame2020 .article ul li.car {
		margin-bottom: 35px;
	}
	.topFrame2020 .article ul li.car:after {
		display: block;
		position: absolute;
		right: 130px;
		top: 231px;
		width: 3px;
		height: 20px;
		content: "";
		background-color: #000;
	}
	.topFrame2020 .article ul li.bike {
		position: relative;
		right: auto;
		top: auto;
	}
	.topFrame2020 .article ul li.disable {
		opacity: 0.3;
		filter: alpha(opacity=30);
		filter: grayscale(100%);
	}
	.topFrame2020 .article .newsArea {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.topFrame2020 .article .newsArea h2 {
		font-size: 18px;
		font-weight: bold;
		color: #E60012;
		margin-bottom: 10px;
		position: relative;
		top: auto;
		left: auto;
	}
	.topFrame2020 .article .newsArea dl {
		color: #E60012;
		margin-left: 0;
	}
	.topFrame2020 .article .newsArea dt {
		clear: left;
		float: left;
		font-size: 13px;
		padding-bottom: 5px;
		width: 90px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame2020 .article .newsArea dd {
		font-size: 13px;
		padding-bottom: 5px;
		padding-left: 90px;
		font-weight: bold;
		text-align: left;
	}
	.topFrame2020 .article .newsArea dl a {
		color: #E60012;
		font-size: 13px;
		font-weight: bold;
		text-decoration: underline;
	}
	.topFrame2020 .article .newsArea dl a:before {
		content: "> ";
		margin-right: 0px;
	}



	/* subPage */
	.subFrame .article {
	}
	.subFrame .article .leftArea {
		clear: both;
		position: relative;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.subFrame .article .leftArea .leftTitle {
		border: 3px solid #ED1C24;
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
	}
	.subFrame .article .leftArea .leftTitle h2 {
		padding: 0px;
		font-size: 26px;
		font-weight: bold;
		color: #000;
	}
	.subFrame .article .leftArea .leftTitle h2 span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		margin-top: 10px;
		margin-left: 15px;
	}
	.subFrame .article .leftArea .leftTitle h2.productsList {
		padding: 0px;
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.subFrame .article .leftArea .leftTitle h2.productsList span {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 10px;
	}
	.subFrame .article .leftArea .leftTitle:after {
		display: none;
		position: absolute;
		left: 215px;
		top: 35px;
		width: 10px;
		height: 3px;
		content: "";
		background-color: #ED1C24;
	}
	.subFrame .article .leftArea .search {
		border: 3px solid #ED1C24;
		width: 100%;
		padding: 10px;
		position: relative;
	}
	.subFrame .article .leftArea .search h3 {
		font-size: 16px;
		line-height: 30px;
		font-weight: bold;
		color: #ED1C24;
		margin-bottom: 0px;
		margin-right: 10px;
		display: inline-block;
	}
	.subFrame .article .leftArea .search form {
		display: block;
		position: absolute;
		right: 40px;
		top: 7px;
		width: 40%;
	}
	.subFrame .article .leftArea .leftTitle form {
		display: block;
		position: relative;
		right: auto;
		top: 7px;
		left: auto;
		width: 100%;
		padding-right: 30px;
		margin-bottom: 5px;
	}
	.subFrame .article .leftArea .leftTitle form {
		margin-top: 5px;
		display: inline-block;
	}
	.subFrame .article .leftArea .search .searchText,
	.subFrame .article .leftArea .leftTitle .searchText {
		width: 100%;
		height: 36px;
		padding: 5px;
		border: 1px solid #CCC;
		background-color: #FFF;
	}
	.subFrame .article .leftArea .search .searchBtn,
	.subFrame .article .leftArea .leftTitle .searchBtn {
		border: none;
		background-color: transparent;
		width: 36px;
		height: 36px;
		padding: 0px;
		color: #FFF;
		cursor: pointer;
		font-weight: bold;
		position: absolute;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
		-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;
	}
	.subFrame .article .leftArea .search .searchBtn:hover,
	.subFrame .article .leftArea .leftTitle .searchBtn:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	.subFrame .article .rightArea {
		position: relative;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.subFrame .article .rightArea .borderBox {
		border: 3px solid #ED1C24;
		background-image: url(images/data_bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: rgba(255, 255, 255, 0.7);
		padding-top: 13px;
		padding-bottom:13px;
		margin-bottom: 15px;
	}
	.subFrame .article .rightArea .noPaddingTop {
		padding-top: 0px;
		border-top: none;
	}
	.subFrame .article .rightArea .noPadding {
		padding: 0px;
		background-image: none;
	}
	.subFrame .article .rightArea .borderBox .tableBox p.caution {
		margin: 10px 10px 0px 10px;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 12px;
		line-height: 1.5em;
	}
	.subFrame .article .rightArea .borderBox .tableBox p.caution+p.caution {
		margin: 10px 10px 0px 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox+.tableBox {
		margin-top: 40px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h2 {
		border-top-width: 3px;
		border-top-style: solid;
		border-top-color: #ED1C24;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 13px 13px 13px 13px;
		font-size: 22px;
		font-weight: bold;
		color: #ED1C24;
		margin-bottom: 13px;
		text-align: center
	}
	.subFrame .article .rightArea .borderBox .tableBox h3 {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 10px 10px 10px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		margin-bottom: 0px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h4 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 10px 10px 5px;
		font-size: 14px;
		font-weight: bold;
		color: #ED1C24;
		margin-top: 30px;
		margin-bottom: 13px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox h3+h4 {
		margin-top: 13px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table {
		width: 100%;
		border-spacing: 0;
		color: #000;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable thead {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable thead th {
		border-bottom: none;
		padding: 0px 0px 0px 7px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		display: block;
		width: 100%;
		text-align: center;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable thead th:last-child {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding-bottom: 7px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		display: block;
		width: 100%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody tr {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody th a {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		color: #000;
		padding-left: 20px;
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px 15px;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody td a {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		color: #000;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody tr:nth-child(even) {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody th {
		padding: 10px 5px 10px 15px;
		text-align: left;
		display: block;
		width: 100%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody th+td {
		padding: 0px 5px 0px 15px;
		margin-top: -10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody td {
		padding: 5px 5px 5px 15px;
		text-align: left;
		display: block;
		width: 100%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody td+td {
		padding: 0px 5px 5px 15px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable tbody td:nth-child(4) {
		margin-top: -5px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 thead th {
		border-bottom: none;
		padding: 0px 0px 0px 7px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		display: block;
		width: 100%;
		text-align: center;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 thead th:last-child {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding-bottom: 7px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
		display: block;
		width: 100%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody th a {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		color: #000;
		padding-left: 20px;
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px 15px;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody td a {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		color: #000;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody tr:nth-child(even) {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody th {
		padding: 10px 5px 10px 15px;
		text-align: left;
		display: block;
		width: 100%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody th+td {
		padding: 0px 5px 0px 15px;
		margin-top: -10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody td {
		padding: 5px 5px 5px 15px;
		text-align: left;
		display: block;
		width: 100%;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody td+td {
		padding: 0px 5px 5px 15px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.searchTable2 tbody td:nth-child(4) {
		margin-top: -5px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody th {
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		color: #ED1C24;
		padding: 10px;
		padding-bottom: 0px;
		width: 100%;
		text-align: center;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody td {
		font-size: 18px;
		font-weight: bold;
		line-height: 20px;
		padding: 10px;
		border-right: none;
		border-bottom: 1px solid #ED1C24;
		text-align: center;
		width: 100%;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.dataTable tbody td:last-child {
		border-right: none;
		border-bottom: none;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody th {
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #ED1C24;
		padding: 10px 10px 0px 10px;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody td {
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		padding: 3px 10px 10px 10px;
		border-right:none;
		border-bottom: 1px solid #ED1C24;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody th:nth-child(3) {
		padding-top: 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody td:nth-child(4) {
		padding-top: 0px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody .last {
		padding-bottom: 10px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody th.last {
		padding-bottom: 0px;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.resultTable tbody td:last-child {
		border-right: none;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable {
		width: auto;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable thead {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable thead th {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ED1C24;
		padding: 0px 13px 13px 30px;
		font-size: 16px;
		font-weight: bold;
		color: #ED1C24;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody tr {
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody th a {
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		color: #000;
		padding-left: 40px;
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody th {
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #ED1C24;
		padding: 10px 10px 0px 10px;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody td {
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		padding: 3px 10px 10px 10px;
		border-right:none;
		border-bottom: 1px solid #ED1C24;
		width: 100%;
		text-align: left;
		display: inline-block;
	}
	.subFrame .article .rightArea .borderBox .tableBox table.detailTable tbody td.last {
		border-bottom: none;
		margin-bottom: -13px;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList {
		list-style: none;
		width: 100%;
		margin-left: 13px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: center;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li {
		display: inline-block;
		width: 250px;
		position: relative;
		padding-bottom: 175px;
		-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;
		text-align: left;
		vertical-align: top;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li:hover {
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li p {
		font-size: 11px;
		font-weight: bold;
		padding-left: 40px;
		line-height: 15px;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li p span {
		color: #ED1C24;
		font-weight: bold;
		display: block;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li p:before {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		content: "";
		background-image: url(images/arrow30.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a {
		position: absolute;
		left: 0;
		top: -2px;
		right: 0;
		bottom: 0;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a img {
		width: 120px;
		height: 120px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 40px;
		margin-left: -60px;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a img {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a:hover img {
		-webkit-transform: rotate(10deg) scale(1.3);
		transform: rotate(10deg) scale(1.3);
		-webkit-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
		opacity: 1;
	}
	.subFrame .article .rightArea .borderBox .tableBox ul.oilList li a:hover {
		opacity: 1;
	}
	
	.subFrame .article .detailBox {
		border: 3px solid #ED1C24;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 13px;
		min-height: 410px;
		position: relative;
	}
	.subFrame .article .detailBox img {
		display: block;
		width: 230px;
		height: 230px;
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.subFrame .article .detailBox .tableBox {
		margin-left: 0px;
		margin-top: 15px;
		width: 100%;
		
	}
	.subFrame .article .detailBox .tableBox h2 {
		font-size: 20px;
		font-weight: bold;
		color: #E60012;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.subFrame .article .detailBox .tableBox p {
		font-size: 11px;
		line-height: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
		white-space: pre-wrap;
	}
	.subFrame .article .detailBox .tableBox table {
		width: 100%;
		border-spacing: 0;
		color: #000;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #58595B;
	}
	.subFrame .article .detailBox .tableBox table th {
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		color: #E60012;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #58595B;
		padding: 7px 5px 7px 0px;
		width: 130px;
	}
	.subFrame .article .detailBox .tableBox table td {
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #58595B;
		padding: 7px 0px 7px 0px;
	}
	.subFrame .article .detailBox .tableBox .btn {
		margin-left: auto;
		margin-right: auto;
	}



	/* headerContents */
	#headerContents {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 56px;
		position: relative;
	}
	#headerContents h1 {
		width: 100%;
		border: 3px solid #ED1C24;
		height: 64px;
		position: relative;
		margin-bottom: 10px;
	}
	#headerContents h1 a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: -7px;
		bottom: -7px;
		text-indent: -9999px;
		background-image: url(images/header_title.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 270px 16px;
	}
	#headerContents .headProduct {
		position: absolute;
		left: 0;
		top: 82px;
		width: 49%;
	}
	#headerContents .headSearch {
		position: absolute;
		right: 0;
		top: 82px; 
		width: 49%;
	}
	#headerContents .headProduct.btn a,
	#headerContents .headSearch.btn a {
		display: block;
		position: absolute;
		top: -7px;
		left: -7px;
		right: 7px;
		bottom: -7px;
		padding-left: 7px;
		padding-right: 24px;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		line-height: 50px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color: #ED1C24;
	}
	/* footerArea */
	#footerArea {
		clear: both;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		position: relative;
	}
	#footerArea ul {
		list-style: none;
		height: auto;
	}
	#footerArea ul li {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#footerArea ul li.motul a,
	#footerArea ul li.rokurin a,
	#footerArea ul li.facebook a,
	#footerArea ul li.twitter a,
	#footerArea ul li.instagram a {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-indent: -9999px;
	}
	#footerArea ul li.motul {
		left: auto;
		top: auto;
		width: 198px;
		height: 54px;
	}
	#footerArea ul li.motul a {
		background-image: url(images/footer_logo_motul.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.rokurin {
		left: auto;
		top: auto;
		width: 172px;
		height: 49px;
	}
	#footerArea ul li.rokurin a {
		background-image: url(images/footer_logo_rokurin.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.facebook {
		right: auto;
		top: auto;
		width: 14px;
		height: 27px;
	}
	#footerArea ul li.facebook a {
		background-image: url(images/footer_icon_facebook.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.twitter {
		right: auto;
		top: auto;
		width: 35px;
		height: 29px;
	}
	#footerArea ul li.twitter a {
		background-image: url(images/footer_icon_twitter.png);
		background-repeat: no-repeat;
	}
	#footerArea ul li.instagram {
		right: auto;
		top: auto;
		width: 29px;
		height: 29px;
	}
	#footerArea ul li.instagram a {
		background-image: url(images/footer_icon_instagram.png);
		background-repeat: no-repeat;
	}
	#footerArea address {
		font-size: 12px;
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
		margin-bottom: 40px;
	}
	#caution .textBox {
		width: 80%;
		height: 390px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #FFF;
		padding: 20px;
	}
	#caution .textBox p {
		font-size: 12px;
		text-align: left;
		height: 265px;
		overflow: auto;
	}
}
