/* 
/* © 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;
}
iframe {
    border: none;
}
.main_frame_01 {
    display: flex;
    width: 99.5vw;
    height: 98vh;
    scrollbar-width: none;
}
.container_left {
    width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container_left_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.container_left_center {
    position: relative;
    width: 320px;
    height: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;
}
.container_left_center_01 {
    width: 100%;
    height: 100%;
}
.container_left_bottom {
    position: relative;
    flex-direction: row;
    display: flex;
    justify-content: center;
    border: none;
    height: 200px;
}
.container_left_bottom_01 {
    width: 100%;
    height: 100%;
}
.container_center {
    width: 1020px;
    height: 98vh;
    display: flex;
    flex-direction: column;
}
.container_center_top {
    width: 100%;
    height: 3%;
}
.container_center_top_01 {
    width: 100%;
    height: 100%;
}
.container_center_main {
    width: 100%;
    height: 640px;
    display: flex;
    flex-direction: column;
}
.container_center_main_01 {
    width: 100%;
    height: 100%;
}
.container_center_bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.container_center_bottom_01 {
    width: 10%;
    height: 100%;
}
.container_center_bottom_02 {
    flex-grow: 1;
    height: 100%;
}
.container_center_bottom_03 {
    width: 20%;
    height: 100%;
}
.container_right {
    flex-grow: 1;
    height: 98vh;
    display: flex;
    flex-direction: column;
}
.container_right_top {
    width: 100%;
    height: 100px;
}
.container_right_top_01 {
    width: 100%;
    height: 100%;
}
.container_right_01 {
    flex: 1;
}
.container_right_center {
    width: 100%;
    height: 240px;
}
.container_right_center_01 {
    width: 100%;
    height: 100%;
}
.container_right_bottom {
    width: 100%;
    flex-grow: 1;
}
.container_right_center_01 {
    width: 100%;
    height: 100%;
}
.container_right_bottom_01 {
    width: 100%;
    height: 100%;
}
.Clock {
    display: inline-block;
    font-weight: bold;
    font-size: 38px;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}
.container_left_button-container {
    display: flex;
    float: right;
    gap: 5px;
    margin-top: 5px;
    justify-content: flex-start;
    padding-left: 5px;
}
.button-common {
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    height: 30px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small_window_button,
.non_window_button {
    background-color: black;
    color: white;
    border: 1px solid #ffffff;
    padding: 1px 7px;
    font-size: 12px;
    cursor: pointer;
}
.small_window_button:hover,
.non_window_button:hover {
    background-color: #868686;
}
.fullscreen-button {
    background-color: #037803;
    color: white;
    border: 1px solid #00cd11;
}
.fullscreen-button:hover {
    background-color: #f6fff6;
}
.exit-button {
    width: 60px;
    background-color: #a50820;
    color: white;
    border: 1px solid #FF0000;
}
.exit-button:hover {
    background-color: #fff6f6;
}

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