
/*表單下載CSS*/
.table-style-a {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

    .table-style-a th {
        text-align: center;
        text-align: center;
        background-color: #d4d4d4;
        padding: 10px 0;
        color: #000;
        font-weight: 400;
    }

    .table-style-a td {
        text-align: left;
    }

    .table-style-a .tdViews {
        text-align: center;
    }

.table-new td {
    text-align: center;
}

img.download {
    width: 25px;
}

.table-rwd th, .table-rwd td {
    display: table-cell;
}

.table-rwd span.title {
    display: none;
}

.table-td-20 td {
    width: 20%;
}

    .table-td-20 td img {
        width: 100%;
    }

.table-scroll table {
    text-align: center;
    border: 1px solid #cdd6e0;
    margin-top: 10px;
    width: 100%;
    min-width: 800px;
}

h2.title {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
}

h2.title02 {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
    font-size: 1.4375em;
}

h3.title {
    position: relative;
    font-size: 1.125em;
    color: #828282;
    font-weight: 800;
    z-index: 2;
    clear: both;
}

    h3.title span {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        background-color: #f6f6f6;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

div.title01 {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
    font-size: 1.875em;
    margin-bottom: 10px;
}

div.title02 {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
    font-size: 1.4375em;
    margin-bottom: 10px;
}

.container div.title {
    position: relative;
    font-size: 1.125em;
    color: #828282;
    font-weight: 800;
    z-index: 2;
    clear: both;
    padding-bottom: 10px;
}

    .container div.title span {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        background-color: #f6f6f6;
        bottom: 13px;
        left: 0;
        z-index: -1;
    }

@media (max-width: 900px) {
    .table-style-a {
        text-align: left;
        border: none;
    }

    .table-style-a td:first-child {
        word-break: break-all;
    }

    .table-rwd th {
        display: none;
    }

    .table-rwd tr {
        border: 1px solid #dedede;
    }

    .table-rwd td {
        display: block;
        padding-left: 90px;
        position: relative;
    }

    .table-rwd span.title {
        display: inline-block;
        width: 90px;
        font-weight: 600;
        position: absolute;
        left: 10px;
    }
}
