/*  Our Story  Kubota Engine Brand
--------------------------------------------------------- */
/*- common -*/
.ourstory #gNav_Wrap--pc .gNav > li > a.gNav_our_story{
    color: #000;
}

.ourstory #wrap #wrap__Inner{
    max-width: 1600px;
    
}

/*  TOP
--------------------------------------------------------- */

/*RandD*/
.ourstory #wrap .primary_container.RandD .primary_container_in{
    background-image: url("../img/top/bg_top01.png");
}

/*Emission*/
.ourstory #wrap .primary_container.Emission .primary_container_in{
    background-image: url("../img/top/bg_top02.png");
}

/*Manufacture*/
.ourstory #wrap .primary_container.Manufacture .primary_container_in{
    background-image: url("../img/top/bg_top03.png");
}

/*Service*/
.ourstory #wrap .primary_container.Service .primary_container_in{
    background-image: url("../img/top/bg_top04.png");
}


/*-- pc --*/
@media print, screen and (min-width: 768px) {
    
 
}
/*-- //pc --*/



/*-- smartPhone --*/
@media screen and (max-width: 767px) {

}
/*-- //smartPhone --*/