/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */
html {
    scrollbar-width: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    background-color: black;
    color: white;
}
/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */