.gu_tab_depth4 ul li{width: 20%}
#OIL_LIST{padding-bottom:120px; border-top:0;}


/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px){
    .gu_tab_depth4 ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto 50px;
        font-size: 0;
    }
    .gu_tab_depth4 ul li {
        float: none;
        display: inline-block;
        width: auto !important;
        margin: 0 15px;
    }
    .gu_sub_wrapper .gu_sub_contents .contents_inner br{display:block;}
}


/* ================================== Mobile css ================================== */
@media all and (max-width:766px){
    #OIL_LIST{padding-bottom:60px;}
    .gu_tab_depth4 ul li.line2 a{line-height: 20px; padding-top: 12px;}
}