/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */
body {
    background-color: black;
    color: white;
}
section {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}
h2 {
    font-size: 24px;
    color: #7baee2;
    margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    color: #76a7d7;
    margin-top: 20px;
}
p {
    font-size: 16px;
    color: #d3eaec;
    margin-bottom: 15px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #d3eaec;
}
strong {
    font-weight: bold;
    color: #e74c3c;
}
/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */