.subpage {
    color: black;
    /* padding:20px; */
    /* display: inline-block;
    margin: 0 auto; */
    /* margin-left: 4em; */
}

/* html, body { height: 100%; } */
.overview {
    background-color: #81cfcd;
    color: white;
}

.greeting_title {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 13px;
    /* -webkit-text-shadow: 0 10px 10px #ffbf80;
    text-shadow: 0 10px 10px #ffbf80; */
}

.overview_footer {
    margin-top: 25px;
    margin-bottom: 30px;
}

table {
    max-width: 100%;
    margin: 0 auto;
}

table td {
    padding: 3px;
    padding-right: 30px;
}

/* .footer{
    width:100%;
    float:none;
} */
body {
    background-color: white;
}

.td200 {
    font-weight: bold;
}

.small {
    font-size: 1rem;
}

/*pc*/
@media screen and (min-width:981px) {

    /*　画面サイズが999pxからはここを読み込む　*/
    footer {
        /* height:350px; */
        background-color: white;
        margin-top: -100px;
    }
}

/* タブレット端末 */
@media screen and (min-width:650px) and (max-width:980px) {

    /* .overviewpage{
        margin-left: 0;
    } */
    /* html, body { height: 100%; } */
    table td {
        width: 130px;
        padding: 3px;
        padding-right: 3px;
    }

    .td200 {
        width: 340px;
        font-weight: bold;
    }

    body {
        background-color: white;
    }
}

/*mobil*/
@media screen and (min-width:320px) and (max-width:649px) {
    .overviewpage {
        margin-left: 0;
        padding: 3px;
    }

    /* html, body { height: 100%; } */
    table td {
        width: 150px;
        padding: 14px;
        padding-right: 3px;
        font-size: 0.9em;
    }

    .td200 {
        width: 300px;
        font-weight: bold;
        font-size: 1.1em;

    }

    .small {
        font-size: 14px;
    }

    .overview_footer {
        padding: 30px;
        font-size: 1em;
    }

    html {
        background-color: white;
    }
}

/*mobil小*/
@media screen and (min-width:320px) and (max-width:374px) {
    table td {
        width: 150px;
        padding: 12px;
        padding-right: 3px;
        font-size: 0.8em;
    }

    .td200 {
        width: 300px;
        font-size: 1em;
        font-weight: bold;
    }

    .small {
        font-size: 12px;
    }

    .overview_footer {
        /* padding:30px; */
        font-size: 0.9em;
    }
}

.subpage {
    color: black;
    padding: 20px;

}

.program {
    background-color: #81cfcd;
    color: white;
}

.greeting_title {
    font-size: larger;
    font-weight: bold;
    /* margin-bottom: 13px; */
}

.greeting_footer {
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: right;
}

p {
    text-indent: 1em;
    margin: 0 0 0.5rem 0;
}


/*mobil*/
@media screen and (min-width:320px) and (max-width:649px) {
    .subpage {
        padding: 3px;

    }

}
