#ros th {
    width: 3.5rem;
}

.border {
    border-top: 1px dotted #000;
    padding-top: 0.5rem;
}

@media screen and (max-width: 640px) {
    .border {
        border: none;
    }

    #cap {
        padding: 1rem 0;
    }
}

h3 small {
    font-size: 90%;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 0.25rem;
}

table#entry_table {
    border: 1px solid #999;
    text-align: center;
    margin: 0.5rem 0;
    width: 100%;
    overflow: scroll;
}

#entry_table td {
    text-align: center;
    padding: 0.5rem 0.25rem;
    line-height: 1;
    border-right: 1px solid #999;
}

.cap2 {
    padding-bottom: 0.5rem;
}

#left {
    background: #fff;
}

#left p span {
    display: block;
    font-weight: bold;
}

#left p span b {
    text-align: left;
}

#left p img {
    display: block;
    margin-bottom: 0.5rem;
}

#left .redline {
    border-top: 2px solid rgb(180, 5, 5);
    padding-top: 1rem;
    margin-top: 1rem;
}

#left .ca {
    margin-bottom: 1rem;
}

.s_link {
    border-bottom: 1px dotted #ff5e01;
}

#right i {
    color: #ff5e01;
}

.shishi_link {
    margin-top: 2rem;
}

.shishi_link p {
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.shishi_link p>img {
    width: 120px;
    height: auto;
}

.shishi_link a img {
    width: 150px;
    margin-right: 1rem;
}

#right .shishi_link i {
    color: #000;
}

.schedule {
    margin-top: 2rem;
}

.schedule h4 {
    font-size: 140%;
}

.schedule .fb {
    font-size: 115%;
    margin-top: -0.5rem;
}

#right .schedule div p>b {
    display: inline-block;
    font-size: 120%;
}

.schedule section {
    display: flex;
    justify-content: space-between;
}

.schedule section>div {
    width: 48%;
    font-size: 90%;
}

.schedule ul li {
    text-indent: 0;
    margin-left: 0;
}

.schedule .g {
    color: rgb(0, 122, 71);
}

.schedule .bb{
    border-bottom:2px solid rgb(0, 122, 71);
    padding-bottom:0.25rem;
}

@media screen and (max-width: 640px) {
    .schedule section {
        display: block;
    }

    .schedule section>div {
        width: 100%;
    }

    .shishi_link p {
        display: block;
    }
}