﻿

.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;
}





    .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: 4px 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, .div-w-480-m-l-15-m-r-15 {
    /*font-size:17px;*/
}
