#stream-schedule-header {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#stream-schedule-header-logo {
    width: 219px;
    height: 110px;
    position: relative;
    left: 15px;
    z-index: 1;
}
#stream-schedule-header-logo img {
    width: 219px;
    height: 110px;
    position: absolute;
}
#stream-schedule-header-menu {
    margin-right: 4.5rem;
}
#stream-schedule-header-menu ul {
    margin: 10.34px 0 10.34px 0;
    overflow-x: visible;
    list-style: none;
    display: flex;
    padding-inline-start: 0px;
}
#stream-schedule-header-menu li {
    width: 100%;
    line-height: 48.5px;
    text-align: center;
}
#stream-schedule-header-menu a {
    margin: auto;
    padding: 0 14px 0 14px;
    text-decoration: none;
    font-family: "Sans-serif";
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    color: #333333;
    cursor: pointer;
}
#stream-schedule-body {
    margin: 0;
    padding: 0;
    width: 1vw;
    height: 1vh;
    background-color: #f5f5fa;
}
#stream-schedule-container {
    top: 110px;
    height: calc(100% - 110px);
} /*# sourceMappingURL=schedule.css.map */
