﻿.nodata {
    text-align: center;
    margin-top: 5rem;
    color: #535353;
}

.Memo {
    color: #71390a;
}

/* 表格樣式 */
.TableStyle {
    border: 1px solid #97795F;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

    .TableStyle th {
        /*border:1px solid #808080;*/
        /*background-color:#ff852e;*/
        /*color:#e8e8e8;*/
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        /*padding: 5px;*/
        border: 1px solid #333333;
        background: -moz-linear-gradient( center top, #ededed 5%, #cfcdcf 100% );
        background: -ms-linear-gradient( top, #ededed 5%, #cfcdcf 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
        background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #cfcdcf) );
        background-color: #ededed;
        text-shadow: 1px 1px 3px #ffffff;
        color: black;
    }

    .TableStyle td {
        border: 1px solid #333333;
        /*background-color:#FFF;*/
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .TableStyle tr:nth-child(2n+1) {
        background-color: #ededed;
    }

    .TableStyle tr {
        background-color: #FFF;
    }

@media screen and (max-width:760px) {
    .TableRWDStyle thead {
        display: none;
    }

    .TableRWDStyle tbody tr {
        display: block;
        border-top: 1px solid #4a4a4a;
        border-left: 1px solid #4a4a4a;
        border-right: 1px solid #4a4a4a;
        margin-bottom: 1rem;
    }

    .TableRWDStyle tbody td {
        display: block;
        padding: 0.3rem 0.5rem;
        border: none;
        border-bottom: 1px solid #4a4a4a;
        text-align: left;
    }

        .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 > div {
            display: inline-block;
            vertical-align: text-top;
        }
}
