@charset "utf-8";

/* ボーダー */
#header .content .cart-button-area ul.border-style li a,
#header .content .navi-area ul.border-style li a,
#footer .navi-area ul.border-style li a {
    border-right: solid 1px var(--border-color);
}

#header .content .cart-button-area ul.border-style li:last-of-type a,
#header .content .navi-area ul.border-style li:last-of-type a,
#footer .navi-area ul.border-style li:last-of-type a {
    border-right: initial;
}


/* sp */

@media only screen and (max-width: 640px) {
    #footer .navi-area ul.border-style li {
        border-bottom: solid 1px var(--border-color);
    }
    #footer .navi-area ul.border-style li a {
        border-right: none;
    }
}
