html, body, header {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: clamp(12px, 2vw, 18px);
    overflow: hidden !important;
    max-height: 100%;
    background: rgb(0, 0, 0) !important;
}
p, span {
    overflow: hidden !important;
    max-height: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* 
/* © 2026 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */
html, body {
    overflow: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    background-color: black;
    color: rgb(255, 255, 255);
}
/* 
/* © 2026 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
