﻿.table-showTxt {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    margin-top: 5px;
}

    .table-showTxt td {
        border-collapse: collapse;
        border: 0px;
        padding: 3px 3px;
        text-align: left;
    }

    .table-showTxt tr {
    }



.table-showTable {
    font-size: 18px;
    border-collapse: collapse;
    border: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    /*margin-left: 20px;
    margin-right: 20px;*/
    /*float: left;*/
    border-top: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
}

@media (min-width: 1200px) {
    .table-showTable {
        max-width: 510px;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 1250px) {
    .table-showTable {
        max-width: 535px;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 1350px) {
    .table-showTable {
        max-width: 585px;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 1400px) {
    .table-showTable {
        max-width: 610px;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}



    .table-showTable th {
        padding: 4px 20px;
        background: #FAF5F0; /*#444;*/
        text-align: center;
        /*font-weight: normal;*/
        border-top: 0;
        border-left: 0;
        border-bottom: 2px solid #d8d8d8;
        border-right: 2px solid #e0e0e0;
        /*        border-bottom: 1px solid #c8c8c8;
        border-right: 1px solid #d0d0d0;*/
        /*        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #f0f0f0;*/
    }

    .table-showTable td {
        font-weight: 600;
        border-collapse: collapse;
        border: 0px;
        padding: 8px 5px;
        text-align: center;
        border-right: 2px solid #e0e0e0;
        border-bottom: 2px solid #e0e0e0;
    }

        .table-showTable td a .lbl_Show {
            /*text-decoration: none;*/
        }



    .table-showTable tr {
        height: 48px;
        /*border-bottom: 5px solid #f0f0f0;*/
    }

        .table-showTable tr:nth-child(even) {
            /*奇數行CSS*/
            /*background: #eee;*/
            /*background: rgba(230,230,230,.8);*/
        }

        .table-showTable tr:nth-child(odd) {
            /*偶數行CSS*/
            /*background: #ececec;
        color: black;
        text-align: left;*/
        }

        .table-showTable tr:hover {
            /*background: #fffccf;*/
        }

.table-showTable caption {
    background-color: #DAC1C2;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
}


.table-showTable, .div-w-480-m-l-15-m-r-15 {
    /*font-size:17px;*/
}
