/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */
html {
    scrollbar-width: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    background-color: black;
    color: white;
}
.course_race_btn,
.PR_btn {
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 80px;
    height: 60px;
    font-size: 90%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    border: 3px solid rgba(255, 255, 255, 0.733);
    cursor: pointer;
    margin: 3px;
    transition: background-color 0.3s ease;
}
.course_race_btn:hover {
    background-color: #868686;
    color: black;
    font-weight: bold;
}
.PR_btn {
    border: 3px solid #ff1e1e;
    height: 30px;
}
/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */