﻿/* message：not data*/
.notdata {
    text-align: center;
    margin-top: 8rem;
    color: #595757;
    letter-spacing: 0.2em;
}

/* Table */
.TableStyle2 {
    border-spacing: 0 0;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 95%;
}

    .TableStyle2 th {
        background: linear-gradient(to top, #dbdbdb, #ebebeb);
        background-color: #dbdbdb;
        border: 1px solid #8F8073;
        padding: 0.3rem;
        color: #000000;
    }

    .TableStyle2 td {
        border: 1px solid #8F8073;
        background-color: #FFF;
        padding: 0.5rem;
    }

        .TableStyle2 td span {
            word-break: keep-all;
            white-space: nowrap;
        }
@media screen and (max-width:841px) {
    /* message：not data*/
    .notdata {
        margin: 5rem auto;
    }

    /* Table RWD */
    .TableRWDStyle thead {
        display: none;
    }

    .TableRWDStyle tbody tr {
        display: block;
        border-top: 1px solid #8F8073;
        border-left: 1px solid #8F8073;
        border-right: 1px solid #8F8073;
        margin-bottom: 1rem;
    }

    .TableRWDStyle tbody td {
        display: block;
        padding: 0.3rem 0.5rem;
        border: none;
        border-bottom: 1px solid #8F8073;
        text-align: left;
    }

        .TableRWDStyle tbody td.th {
            background: linear-gradient(to top, #dbdbdb, #ebebeb);
            background-color: #dbdbdb;
            font-weight: bold;
        }

        .TableRWDStyle tbody td:before {
            content: attr(data-title)"：";
            font-weight: bold;
            display: inline-block;
            color: #1f1f1f;
            padding-bottom: 0.1rem;
            padding-top: 0.1rem;
        }

        .TableRWDStyle tbody td.none {
            display: none;
        }

        .TableRWDStyle tbody td > div {
            display: inline-block;
            vertical-align: text-top;
        }
}
