@charset "utf-8";

.areaText .tabs {
    display: flex;
    justify-content: center;
}

.tabs .tab-online, .tabs .tab-offline {
    cursor: pointer;
}

.areaText .tabs .active {
    position: relative;
    background: #EF8340;
    color: #FFF;
    width: 20%;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
    float: left;
    clear: both;
}

.areaText .tabs .active::after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-top-color: #EF8340;
    border-width: 10px;
    margin-left: -10px;
}

.areaText .tabs .no-active {
    position: relative;
    background: rgba(249, 199, 113, 0.2);
    color: #EF8340;
    width: 20%;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
    float: left;
    clear: both;
}

#main a.rev_link {
    background: #ffffff;
    border: 1px solid #FF7922;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FF7922;
    font-size: 0.875rem;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}

#main .about-dl a.rev_link {
    display: inline-block;
    margin: 15px 0;
    padding: 0 50px;
}

@media screen and (max-width: 480px) {
    .areaText .tabs .active {
        width: 30%;
    }
    .areaText .tabs .no-active {
        width: 30%;
    }
}
