/* 
/* © 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;
}
.precautions {
    font-size: 13px;
    background-color: rgb(96, 90, 0);
    color: #ffffff;
    margin-bottom: 3px;
}
p{
margin-top: 5px;
margin-bottom: 0px;
}
.container_group {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.container_group_element{
    display: flex;
    flex-direction: column;
}
table {
    border-collapse: collapse;
    font-size: 12px;
    color: #f1f1f1;
    text-align: left;
    background-color: #000000;
    float: left;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th,
td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}

/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */