@charset "utf-8";
/* ==================== PRODUCTS ==================== */




/* --------------------

Top

-------------------- */

.productsTop {
	position: relative;
	margin: 0 auto 50px;
}

.productsTop figure ,
.productsTop figure img {
	width: 100%;
}

.productsTop li {
	position: absolute;
	width: 80px;
	height: 80px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.productsTop li a {
	display: block;
	width: 80px;
	height: 80px;
}

.productsTop1  { background-image: url(../images/products_top_list_1.png); top:  10%; left: 5%;} 	/*Engine related*/
.productsTop2  { background-image: url(../images/products_top_list_5.png); top:  40%; left: 16%;} 	/*Chassis*/
.productsTop3  { background-image: url(../images/products_top_list_6.png); top:  62%; left: 33%;} 	/*Oil&middot;Chemical*/
.productsTop4  { background-image: url(../images/products_top_list_2.png); top:  62%; left: 55%;} 	/*Brake related*/
.productsTop5  { background-image: url(../images/products_top_list_3.png); top:  40%; left: 72%;} 	/*Drivetrain related*/
.productsTop6  { background-image: url(../images/products_top_list_7.png); top:  10%; left: 72%;} 	/*Others*/
.productsTop7  { background-image: url(../images/products_top_list_8.png); top:  10%; left: 85%;} 	/*Maintenance*/


@media screen and (min-width: 769px) {

.productsTop {
	width: 640px;
}

.productsTop li {
	opacity: .9;
}

.productsTop li:hover {
	opacity: 1;
}
}

@media screen and (max-width: 768px) {
.productsTop li {
	width: 60px;
	height: 60px;
}

.productsTop li a {
	width: 60px;
	height: 60px;
}
}


@media screen and (max-width: 480px) {
.productsTop li {
	width: 50px;
	height: 50px;
}

.productsTop li a {
	width: 50px;
	height: 50px;
}
}

/* --------------------

productsTopTextArea

-------------------- */

.productsTopTextArea p {
	font-size: 1.4em;
	text-align: center;
}



/* --------------------

productsLink

-------------------- */

.productsLink {
	display: flex;
	justify-content: center;

}

.productsLinkBtn {
	margin: 40px 20px;
}


@media screen and (max-width: 480px) {
.productsLink {
	display: block;
}
.productsLinkBtn {
	text-align: center;
	margin: 20px;
}
}

/* --------------------

List

-------------------- */

.productsList {
	margin: 0 0 50px;
}

.productsList ul {
	width: auto;
}

.productsList ul:after {
	content: "";
	clear: both;
	display: block;
}

.productsList li {
	margin-bottom: 20px;
	margin-left: 6%;
	width: 15%;
	float: left;
}

.productsList li:nth-child(5n+1) {
	margin-left: 0;
}

.productsList li img {
	max-width: 100%;
	height: auto;
}

.productsList li p {
	text-align: center;
	line-height: 1.5;
}


.productsListLink {
	line-height: 1.5;
}

.productsListLink a {
	padding-left: 15px;
	background: url(../images/arrow_m_01_nb_r.png) no-repeat 0 .4em;
}




@media screen and (max-width: 1024px) {
.productsList {
	margin-left: 10px;
	margin-right: 10px;
}
}


@media screen and (max-width: 768px) {
.productsList li {
	margin-left: 5%;
	width: 30%;
}

.productsList li:nth-child(5n+1) {
	margin-left: 5%;
}

.productsList li:nth-child(3n+1) {
	margin-left: 0;
}
}






/* --------------------

Article

-------------------- */

.productsDetail {
	margin-bottom: 50px;
	width: auto;
}
.productsDetail h2 {
	font-size: 110%;
}
.productsDetail:after {
	content: "";
	clear: both;
	display: block;
}

.productsBox {
	clear: both;
}

.productsBox h3 {
	font-weight: bold;
	/*color: #0B4799;*/
	color: #001a72;
}

.productsBox h4 {
	position: relative;
    margin: 0 0 15px;
    padding: 8px 8px 8px 12px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.productsBox h4:before {
    position: absolute;
    top: .4em;
    left: 0;
    content: "";
    width: 2px;
    height: 30px;
    background: #001a72;
}


.productsBoxText ,
.productsBoxImg {
	margin-bottom: 20px;
}

.productsBoxText p {
	margin-bottom: 20px;
}

.productsBoxImg p {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.productsBoxImg p img {
	/*max-width: 100%;*/
	width: 100%;
}

.productsBoxTextImg figure {
	margin: 0 auto;
	display: table;
	/*width: 300px;*/
	width: 100%;
	text-align: center;
}

.productsBoxTextImg figure img {
	/*max-width: 100%;*/
	width: 100%;
}

.productsBoxTextImg figure figcaption {
	padding: 5px 0 0;
	line-height: 1.5;
}

.productsBoxchart {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}

/*画像が無い間の仮のソース
.productsItem {
	width: 33.3333%;
}
*/

.productsItem img {
	max-width: 150px;
	margin: 0 40px;
}

.productsItem p {
	text-align: center;
	margin: 0;
}

.productsItemTitle {
	font-weight: bold;
	font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
.productsDetail {
	margin-right: 10px;
	margin-left: 10px;
}
}


@media screen and (max-width: 480px) {
.productsItem {
	text-align: center;
}

.productsItem img {
	width: 22vw;
	margin: 0 18px;
}

.productsItem p {
	font-size: 0.5em;
}

.productsItem .productsItemTitle {
	font-size: 1em;
}
}


@media screen and (min-width: 481px) {
.spbr {
	display: none;
}
}


/* ========== productsBox 1 ========== */
.productsBox{
	margin-left:20px;
	margin-right:20px;
}
.productsBox1 .productsBoxText {
	float: left;
	width: 68%;
}

.productsBox1 .productsBoxImg {
	float: right;
	width: 30%;
}



@media screen and (max-width: 480px) {
.productsBox1 .productsBoxText ,
.productsBox1 .productsBoxImg {
	float: none;
	width: 100%;
}
}





/* ========== productsBox 2 ========== */

.productsBox2 li {
	margin-bottom: 20px;
	width: auto;
}

.productsBox2 li:after {
	content: "";
	clear: both;
	display: block;
}

.productsBox2 p {
	overflow: hidden;
}

.toollibraryLink {
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	line-height: 1.5;
	background: url(../images/arrow_m_01_nb_r.png) no-repeat 0 .4em;
}

.productsBox2 figure {
	float: right;
	margin-left: 20px;
	width: 20%;
	text-align: center;
}

.productsBox2 figure img {
	width: 100%;
}



@media screen and (max-width: 480px) {
.productsBox2 .productsBoxText ,
.productsBox2 .productsBoxImg {
	float: none;
	width: 100%;
}
}


/* ========== productsBox 3 ========== */

.productsBox3 li {
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	line-height: 1.5;
	background: url(../images/arrow_m_01_nb_r_02.png) no-repeat 0 .4em;
}


/* --------------------

カタログリンク

-------------------- */

.productsCatalogLinks {
    margin: 0 20px;
}
.productsCatalogLinks:after {
    content: "";
    clear: both;
    display: block;
}
.productsCatalogLinks figure {
    float: left;
    padding: 6px 25px;
    text-align: center;
    width: 134px;
}
.productsCatalogLinks figure img {
    width: 100%
}
.productsCatalogLinks figure a figcaption {
    padding-left: 30px;
    background: url(../images/icon_pdf.png) no-repeat 8px 0;
    background-size: 22px;
    text-align: left;
}
.productsCatalogLinks02 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 50px;
}

.productsDetail p.Conformitylist {
    /*padding-left: 23px;*/
    float: left;
	margin-top: 180px;
    /*padding-top: 87px;*/
}
.productsDetail p.Conformitylist02 {
    float: left;
	font-size: 116%;
	font-weight: bold;
	margin-top: 150px;
}
.productsDetail .square_btn {
    display: inline-block;
    padding: 0.25em 0.75em;
    text-decoration: none;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    background-color: #D3E4FC;
}
.productsDetail .square_btn img {
    width: 26px;
}

@media screen and (max-width: 480px) {
.productsCatalogLinks {
	margin: 40px 0;
}
.productsCatalogLinks figure {
	padding: 5px;
	float: none;
	margin: 0 auto;
	width: 160px;
}
.productsCatalogLinks02 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.productsBox3 div.productsCatalogLinks {
    width: 160px;
    margin: 20px auto 40px;
}
.productsDetail p.Conformitylist {
    width: 100%;
    float: none;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
    margin: 0 auto;
}
.productsDetail p.Conformitylist02 {
    width: 85%;
    float: none;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
    margin: 0 auto;
}
}



/* ========== productsBox Btn ========== */

.productsBoxBtn {
	padding-top: 10px;
}

.productsBoxBtn p {
	margin: 0 auto;
	max-width: 320px;
}
.productsBoxBtn p a {
	padding: 15px;
	display: block;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #CCC;
	background: #001a72 url(../images/arrow_m_01_w_r.png) no-repeat 99% 50%;
}

@media screen and (max-width: 768px) {
.productsBoxBtn p a {
	font-size: 14px;
}
}






/* --------------------

Tool Library

-------------------- */

.productsToolLibrary {
	margin-bottom: 50px;
	border: 1px solid #CCC;
}

.productsToolLibrary h3 {
	padding: 5px;
	/*background: #0B4799;*/
	background: #001a72;
	font-weight: bold;
	color: #FFF;
}

.productsToolLibrary ul {
	padding: 10px;
}

.productsToolLibrary li {
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	line-height: 1.5;
	background: url(../images/arrow_m_01_nb_r_02.png) no-repeat 0 .4em;
}



@media screen and (max-width: 1024px) {
.productsToolLibrary {
	margin-right: 10px;
	margin-left: 10px;
}
}


@media screen and (max-width: 769px){

	.atf{

	display:none;
}

	.atf2{
margin-top:30px;
	}
}

@media screen and (min-width: 768px){

	.atf2{

		display:none;
	}
}

.middle {
    font-size: 84%;
}

.atf{

	width:100%;
}
.atf th{
	text-align:center !important;
	padding:0 !important;
	margin:0 !important;
}
.caption3{

	text-align:center;
}

.atf td{
	text-align:center !important;
	padding:10px !important;

}

.atf tr{

	font-size:16px;

}

.atf th{

	border-bottom:1px solid #999999;
}


.atf2{
	width:100%;
}
.atf2 th{
	text-align:center !important;
	padding:0 !important;
	margin:0 !important;
}
.caption3{

	text-align:center;
}

.atf2 td{
	text-align:center !important;
	padding:10px !important;

}

.atf2 tr{

	font-size:16px;

}

.atf2 th{

	border-bottom:1px solid #999999;
}

.atfTable{

	margin-bottom:30px;
}

.atf_text{

	font-weight:bold;
	font-size:20px;
}


/*pryvacyBox*/

.pryvacyBox{

	background:#EEEEEE;
	border:1px solid #D2D2D2;
/*	margin-left:30px;*/
	padding:20px;
	margin-bottom:20px;
}

.privacyBoxalign{
	text-align:right;
}

@media screen and (max-width: 1024px){


/*#salesoffice figure{

	width:100%;
}

#salesoffice figure img{
width:100%;
}
*/

#salesoffice figure{

	display:none;
}

}



#salesoffice figure{
	margin-bottom:20px;
}













.accessoriesMenu {
	margin-bottom: 50px;
	width: auto;
}

.accessoriesMenu:after {
	content: "";
	clear: both;
	display: block;
}

.accessoriesMenu > ul > li {
	background: #FFF url(../images/index_menu_title_bg.gif) repeat-x 0 -2px;
    background-size: 9px 96px;
}

.accessoriesMenu1 {
	width: 55%;
	float: left;
}

.accessoriesMenu2 {
	width: 43%;
	float: right;
}

.accessoriesMenu h3 {
	margin: 0 0 10px;
	width: auto;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: auto 90%;
}

/*.accessoriesMenu li:nth-child(1) h3 { background-image: url(../images/index_menu_img1.png); }*/
/* .accessoriesMenu2 h3 { background-image: url(../images/accessoriesImg2.jpg); } */


.accessoriesMenu h3 span {
	display: block;
	width: 100%;
	height: 92px;
	text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	/*background-size: auto 21px;*/
	background-size: auto 16px;
}

.accessoriesMenu li:nth-child(1) h3 span { background-image: url(../images/accessoriesText1.png); }
.accessoriesMenu li:nth-child(2) h3 span { background-image: url(../images/accessoriesText3.png); }

.accessoriesMenu dt {
	font-size: 15px;
	font-weight: bold;
}

.accessoriesMenu dd {
	margin-bottom: 40px;
	width: auto;
}

.accessoriesMenu dd:after {
	content: "";
	clear: both;
	display: block;
}

.accessoriesMenu dd figure {
	margin-right: 10px;
	padding: 3px;
	width: 120px;
	line-height: 82px;
	float: left;
	border: 1px solid #CCC;
}

.accessoriesMenu dd figure img {
	width: 100%;
	vertical-align: middle;
}

.accessoriesMenu dd p {
	overflow: hidden;
	line-height: 1.5;
}


.accessoriesBtn p {
	text-align: center;
}

.accessoriesBtn p img {
	width: 180px;
	height: auto;
}

@media screen and (max-width: 1024px) {
.accessoriesMenu {
	margin-left: 10px;
	margin-right: 10px;
}
}


@media screen and (max-width: 768px) {
.accessoriesMenu li {
	width: auto;
	float: none;
}

.accessoriesMenu li:nth-child(1) {
	margin-bottom: 50px;
}

.accessoriesMenu h3 {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
}

.accessoriesMenu h3 span {
	height: 46px;
}

.accessoriesMenu > ul > li {
	background-position: 0 -48px;
}
}


.boxres001 {
	margin-top: 20px;
	min-height: 80px;
}
.boxres001 img {
	width: 30%;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

@media (max-width: 768px){
.boxres001 {
	min-height: 0px;
}
.boxres001 img{
	width: 100%;
	float: none;
	padding: 0;
}
}
