body {
    font-family: 
        "メイリオ",
        Meiryo,
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        HiraKakuPro-W3,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        Osaka,
        Verdana,sans-serif;
    margin: 0px;
    font-size: 0.87rem;
}
.p_h1 {
    font-size: 23px;
    font-weight: 900;
    /* margin: 60px 0; */
    margin-top: 10px;
    margin-bottom: 30px;

}
.childseat {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 60px;
}
table {
    width: 100%;
    min-width: 720px;
    white-space: normal;
    text-align: center;
}

table, th, td {
    border-collapse: collapse;
    border:1px solid #333;
}

th {
    background-color: #f2f2f2;
}

th, td {
    padding: 8px 8px;
    height: 32px;
    white-space: nowrap;
}

td > * {
    margin: 3px 1px;
}
table tr td:nth-of-type(1) {
    text-align: left;
}
table td a {
    font-weight: bold;
}
table td a:hover {
    color: #eb0a1e;
}
.footer_link {
    position: relative;
    top: 0px;
    left: 0px;
}
.copyright {
    float: right;
    color: #898888;
    font-size: small;
    position: relative;
    left: 100px;
    top:-20px
}
small {
    font-size: 11px;
    line-height: 1.2em;
    margin: 15px 0;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px;
    }
}
@media screen and (max-width: 980px) {
    .footer_link {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .copyright {
        float: left;
        color: #898888;
        font-size: small;
        position: relative;
        left: 0px;
        top:0px
    }
    footer {
        width: 83%;
        margin: 0 auto;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 1139px;
    }
    .top-wrapper {
        display: none;
    }
    table {
        width: 1000px !important;
        overflow-x: scroll;        
    }
    .sp_mgn {
        margin-top: 47px;
    }
}
