/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */
html {
    scrollbar-width: none;
    overflow-y: scroll;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    background-color: black;
    color: white;
}
.small_window_all {
    width: 100%;
    height: 100%;
}
.local_file_player_btn {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 250px;
    height: 30px;
    font-size: 14px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.local_file_player_btn:hover {
    background-color: #868686;
}
.small_window_btn {
    width: 80px;
    height: 40px;
    font-size: 6vw;
    border: 3px solid #ffffff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.small_window_btn:hover {
    background-color: #868686;
}
.small_window {
    position: relative;
    display: inline-block;
}
.youtube_iframe {
    border-radius: 10px;
    z-index: 10;
    width: 100%;
    max-width: 320px;
    height: 0;
    padding-top: 56.25%;
    background: black;
}
.small_window_btn {
    z-index: 20;
    position: absolute;
    top: 10px;
    left: 200px;
}
.PR_btn {
    border: 3px solid #ff1e1e;
}
/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */