/* =========================================================
    グローバルナビ
   ========================================================= */
.navi > li:nth-child(6) {
    border-bottom:3px solid #ff0000;
}

@media screen and (max-width:767px) {
    .navi > li:nth-child(6) {
        border-bottom:1px solid #666666;
    }
}
