<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
.review_menu_wrap{
    margin-top: -30px;
}

.review_menu_wrap ul{
    display:flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 40px;
}

.review_menu_wrap ul li{
    width: 50%;
    box-sizing: border-box;
    font-size: 15px;
    color: #000;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
}

.review_menu_wrap ul li.on{
    background: #46479b;
    border-color: 1px solid #46479b;
}

.review_menu_wrap ul li:last-child{
    border-right: 1px solid #ddd;
}

.review_menu_wrap ul li a{
    font-size: 15px;
    color: #000;
    display: block;
    padding: 18px 0;
}

.review_menu_wrap ul li.on a{
    color: #fff;
}

.review_menu_wrap ul li a .arrow{
    width: 30px;
    height: 11px;
    background: url(/design/jstyle07/wib/img_pc/sub/view_right_icon.png) no-repeat center top;
    display: inline-block;
}

.review_menu_wrap ul li.on a .arrow{
    background: url(/design/jstyle07/wib/img_pc/sub/view_right_icon_w.png) no-repeat center top;
}

/* BASIC css end */

</pre></body></html>