
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background: #000845;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto', Roboto Slab;
    font-weight: 700;
}

.date {
    font-size: 15px;
    margin-top: 20px;
}

.time {
    font-size: 65px;
}

.to-container {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.to-text {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;

    /* 非アクティブ */
    background-color: rgba(255, 255, 255, 0.3);

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    transition: background-color 0.2s;
}

/* 今表示しているページだけ濃く */
.to-text.active {
    background-color: rgba(255, 255, 255, 0.6);
}

/* 下の白ボックス*/
.bottom-box {
    position: absolute;
    top: 300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
}

/* バス情報 */
.next-text {
    font-size: 20px;
    margin-top: 30px;
}

.bus-time {
    font-size: 65px;
}

.bus-num,
.bus-num-a {
    font-size: 37px;
    position: relative;
    top: 112px;
    left: 35px;
    color: #333333;
}

.bus-img {
    width: 350px;
}

.nn-text {
    font-size: 20px;
    margin-top: 25px;
}

.nn-time {
    font-size: 65px;
}

.daia {
    font-size: 10px;
    position: relative;
    top: 20px;
}

/* 余白リセット */
p, span {
    margin: 0;
    padding: 0;
}
