<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    html {
        font-size: 62.5%;
        overflow-x: hidden;
    }
    
    body {
        background: url("../img/common/body_bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        width: 100% !important;
        height: 100% !important;
        list-style-type: none;
        /*    æ±Žç”¨*/
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        color: #333333;
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        /*    ãƒšãƒ¼ã‚¸èª­ã¿è¾¼ã¿ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³*/
        -webkit-animation: fadeIn 2s ease 0s 1 normal;
        animation: fadeIn 2s ease 0s 1 normal;
    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    /*ãƒ•ãƒ¬ãƒ¼ãƒ&nbsp;*/
    
    .frame_top {
        background: url(../img/common/frame_top.jpg) no-repeat;
        width: 940px;
        height: 63px;
    }
    
    .frame_mdl {
        background: url(../img/common/frame_mdl.jpg) repeat-y;
    }
    
    .frame_btm {
        background: url(../img/common/frame_btm.jpg) no-repeat;
        width: 940px;
        height: 63px;
    }
    /*ã‚µã‚¤ãƒˆå†…æ±Žç”¨*/
    
    ul {
        list-style-type: none;
    }
    
    img {
        border: none;
    }
    
    area {
        outline: none;
    }
    
    .mincho {
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "HGSæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
    }
    
    #white_frame {
        width: 1024px;
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0 auto;
    }
    
    .link {
        color: #e73755;
        text-decoration: none;
        font-weight: bold;
    }
    
    .link:hover {
        text-decoration: underline;
        -webkit-text-decoration-color: #e73755;
        text-decoration-color: #e73755;
    }
    
    .f_red {
        color: #e94061;
    }
    
    .f_small {
        font-size: 12px;
        font-size: 1.2rem;
        color: #333333;
        font-weight: normal;
    }
    
    .width_920 {
        width: 920px;
        margin: 0 auto;
    }
    
    .d_f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .size_half {
        height: 50%;
        width: 50%;
    }</pre></body></html>