<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ================================================== *
*    マイページ
* ================================================== */
.icon_mypage_jyo {
    background-position: left top;
}

.icon_mypage_jyo, .icon_mypage_racer, .icon_mypage_tora, .icon_mypage_grade {
    width: 70px;
    height: 70px;
    background-image: url(/static_extra/sp_static/images/extra/tb/kinou/mypage/sp_mypage_list.png);
    background-repeat: no-repeat;
    background-size: 70px auto;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.icon_mypage_grade {
    background-position: left -140px;
}

.icon_mypage_racer {
    background-position: left -70px;
}

.icon_mypage_tora {
    background-position: left -210px;
}

.page_div_pdf_img_top {
    margin-top: 4px;
}

.page_div_bak {
    margin-right: 10px;
    padding-top: 5px;
}

.is-type-noBorder-b{
    border-bottom: none !important;
}

.number li {
    list-style:none;
    text-indent:-1.5em;
    padding-left:1.5em;
    }

.number2 li {
    list-style:none;
    text-indent:-2.5em;
    padding-left:2.5em;
}

.menuBox{
    display: table;
    margin: 0 auto;
    text-align: left;
}</pre></body></html>