@charset "utf-8";

.paSiteLinks {
    margin: 0 auto;
    padding: 20px 10px;
    width: 940px;
    font-size: 12px;
    text-align: center;
}

.paSiteLinks a {
    color: #666;
}

.paSiteLinks li,
.paSiteLinks ul {
    display: inline;
}

.paSiteLinks li {
    padding: 0 3px 0 0;
}

.paSiteLinks li:after {
    padding: 0 0 0 5px;
    content: "|";
}
#site_links .wrap strong {
    display: none;
}
.paSiteLinks .levelC:after {
    content: none;
}

.paSiteLinks .levelC {
    margin: 0 0 0 5px;
    font-weight: bold;
}

.paSiteLinks .levelC ul {
    margin: 0 0 0 5px;
    font-weight: normal;
}

@media screen and (max-width : 768px) {
    .paSiteLinks .levelC ul{
      display: block;
    }

    .paSiteLinks {
        border-bottom: #e5e5e5 1px solid;
        width: 100%;
    }

    .paSiteLinks .btn {
        display: block;
        padding: 5%;
        background: url(/img/ico_plus.png) no-repeat center right 5%;
        background-size: 17px;
        border-top: 1px solid #ddd;
    }

    .paSiteLinks .btn.active {
        display: block;
        padding: 5%;
        background: url(/img/ico_minus.png) no-repeat center right 5%;
        background-size: 17px;
    }

    .paSiteLinks ul {
        display: none;
        width: 100%;
    }
    .paSiteLinks li{
        color: white;
    }
    .paSiteLinks a {
        color: #666;
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        border-bottom: #e5e5e5 1px solid;
        background: url(/img/arrow_right_black.png) no-repeat center right 5%;
        background-size: 7px;
        text-align: center;
    }


    .paSiteLinks li:after {
        padding: 0;
        content: "";
    }
}
