/* 
/* © 2026 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */

html {
    scrollbar-width: none;
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none !important;
}
    html {
        scrollbar-width: none; 
        -ms-overflow-style: none; 
    }
    html::-webkit-scrollbar {
        display: none;
    }
    body {
        background-color: black;
        color: rgb(255, 255, 255);
    }
    .development_support {
        display: flex;
    }
    .container_left {
        width: 20px;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .sns_links {
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .x_link,
    .youtube_link {
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .x_link svg {
        filter: invert(1);
    }
    .youtube_link a {
        color: rgb(255, 255, 255);
    }
    .container_right {
        flex-grow: 1;
    }
    .development_support_comment {
        flex-grow: 1;
        height: 50px;
    }
    .comment {
        margin-top: 1px;
        font-size: 16px;
        margin-bottom: 1px;
        display: flex;
        justify-content: center;
    }
    .button_common {
        flex-grow: 1;
        margin-top: 1px;
        padding: 10px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        display: flex;
        gap: 10px;
        margin-bottom: 1px;
        display: flex;
        justify-content: center;
    }
    button {
        border-radius: 5px;
        border: none;
        padding: 5px 20px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        height: 70px;
    }
    .doneru_button {
        background-color: crimson;
        color: rgb(16, 16, 16);
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .doneru_button:hover {
        background-color: #ed8888;
    }
    .doneru_text_1 {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .doneru_text_2 {
        font-size: 9px;
    }
    .amazon_button {
        background-color: darkorange;
        color: rgb(18, 18, 18);
        font-weight: bold;
    }
    .amazon_button:hover {
        background-color: #ffe096;
    }

    .rakuten_panel {
        margin: 2px 6px 6px 6px;
        padding: 6px;
        border: 1px solid #444;
        background: #000;
        color: #fff;
        font-size: 12px;
    }
    .rakuten_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 6px;
    }
    .rakuten_title {
        font-weight: 800;
        color: #bbb;
        white-space: nowrap;
    }
    .rakuten_status {
        flex: 1 1 auto;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #67c08a;
    }
    .rakuten_btns {
        justify-content: center;
        flex-wrap: wrap;
    }
    .rakuten_btn {
        height: 32px;
        padding: 0 10px;
        border: 1px solid #fff;
        border-radius: 3px;
        background: #000;
        color: #fff;
        font-weight: 800;
    }
    .rakuten_btn:hover { background: #222; }
    
/* 
/* © 2026 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
