html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft JhengHei", "Heiti TC", sans-serif, "STHeiti", "Droid Sans", Arial;
    /***Font size set from script***/
    /*font-size: 13px;*/ 
    color: #000;
}

body {
    width: 1100px;
    background-color: #fff;
    margin: 0 auto;
}

h1 {
    font-size: 1.9rem;
    line-height: 130%;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 1.5rem;
    line-height: 130%;
    margin: 20px 0 20px 0;
}

h3 {
    font-size: 1.3rem;
    line-height: 130%;
    margin: 15px 0 0 0;
}

img {
    border: none;
}

p {
    font-size: 1rem;
    text-align: justify;
}

a {
    font-size: 1rem;
    text-decoration: underline;
}

    a:link, a:hover, a:active, a:visited {
        color: #326CB4;
    }

.no-underline {
    text-decoration: none;
}


/*------------------*/
/*--- Index Page ---*/
/*------------------*/
#page-index .section-container {
    width: 1100px;
    height: 670px;
    background: url("../images/index-bg.png") no-repeat center center;
    position: relative;
}

#page-index ul.lang-container {
    position: absolute;
    top: 10px;
    right: 20px;
    list-style: none;
}

    #page-index ul.lang-container li {
        float: left;
        padding-left: 10px;
    }

        #page-index ul.lang-container li a {
            display: block;
        }

#page-index a.btn-section {
    background: url("../images/index-section-bubble-sm.png") no-repeat center center;
    min-width: 207px;
    min-height: 109px;
    height: 109px;
    padding-bottom: 25px;
    position: absolute;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

    #page-index a.btn-section .textbox {
        text-align: center;
        margin: 0 auto;
    }

#page-index #section1 {
    top: 70px;
    left: 50px;
}

#page-index #section2 {
    top: 15px;
    left: 310px;
}

#page-index #section3 {
    top: 15px;
    left: 610px;
}

#page-index #section4 {
    top: 80px;
    left: 880px;
}

#page-index #section5 {
    top: 425px;
    left: 15px;
}

#page-index #section6 {
    top: 490px;
    left: 250px;
}

#page-index #section7 {
    top: 490px;
    left: 470px;
}

#page-index #section8 {
    top: 490px;
    left: 680px;
}

#page-index #section9 {
    top: 420px;
    left: 880px;
}

#page-index .footer {
    margin-top: 20px;
}

    #page-index .footer .td-logo {
        float: right;
        text-align: right;
    }

#page-index .btn-textonly {
    margin: 0 15px 0 0;
}


/*--------------------*/
/*--- Header Style ---*/
/*--------------------*/
#header-container {
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
}

    #header-container .buttons {
        padding: 0;
        position: absolute;
        top: 30px;
        right: 30px;
    }

        #header-container .buttons a {
            margin-left: 15px;
        }

    #header-container .textonly {
        margin-top: 10px;
    }


/*--------------------*/
/*--- Content Body ---*/
/*--------------------*/
#page-container {
    width: 100%;
    background-color: #FFF0D6;
}

#content-container {
    background-color: #fff;
    border-top-left-radius: 20px;
    width: 805px;
    min-height: 700px;
    padding: 20px 0 50px 40px;
    margin: 30px 0 0 255px;
}


/*-----------------------------*/
/*--- Navigation Bar Styles ---*/
/*-----------------------------*/
/* Section(章) -> Topic(節/分組) -> SubTopic(小節) */
.nav-container {
    width: 290px;
    padding: 0;
    margin: 0;
    float: left;
    z-index: 9;
    position: absolute;
}

    .nav-container ul {
        padding: 0;
    }

    .nav-container li {
        list-style-type: none;
        padding-left: 0;
    }

    .nav-container a {
        font-size: 0.9rem;
        line-height: 120%;
        text-decoration: none;
        color: #000;
        display: block;
    }

.nav-section-topspace {
    height: 30px;
}

.nav-section-whole {
    position: relative;
    background: url("../images/nav-bg-off.png") no-repeat left top;
    height: 74px;
}

    .nav-section-whole:hover {
        background: url("../images/nav-bg-on.png") no-repeat left top;
    }

    .nav-section-whole.here {
        background: url("../images/nav-bg-on.png") no-repeat left top;
    }

    .nav-section-whole:hover .nav-topic-list {
        display: block;
    }

.nav-section-btn {
    display: block;
}

.nav-section-table {
    height: 60px;
    border-collapse: collapse;
}

.nav-section-leftspace {
    width: 10px;
}

.nav-section-no {
    font-size: 0.9rem;
    width: 55px;
}

.nav-section-desc {
    width: 165px;
    vertical-align: middle;
    font-size: 1.1rem;
}

.nav-section-spliter {
    height: 25px;
    background: url(../images/nav_shadow.png) repeat-x top;
}

.nav-topic-topspace {
    height: 40px;
}

.nav-topic-list {
    position: absolute;
    display: none;
    left: 290px;
    top: 0;
    width: 500px;
    z-index: 2;
    padding-bottom: 10px;
}

    .nav-topic-list > ul {
        background-color: #FFE87C;
        border-radius: 15px;
        padding: 10px 0;
        margin: 0 0 0 0;
    }

    .nav-topic-list .nav-topic-item {
        padding: 4px 30px 4px 30px;
    }

.nav-subtopic-list {
    position: absolute;
    display: none;
    left: 250px;
    width: 500px;
    z-index: 3;
    bottom: 0;
    padding: 10px;
}

    .nav-subtopic-list > ul {
        background-color: #FFE87C;
        border-radius: 15px;
        padding: 10px 0;
        margin: 0;
    }

    .nav-subtopic-list .nav-subtopic-item {
        padding: 3px 30px;
    }

.nav-topic-list a:hover {
    font-weight: bold;
}

.nav-topic-item:hover .nav-subtopic-list {
    display: block;
}

.nav-w3c {
    text-align: center;
    margin-top: 10px;
}


/*---------------------*/
/*--- Content Table ---*/
/*---------------------*/
.content-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #444444 !important;
    max-width: 800px;
}

    .content-table th, .content-table td {
        font-size: 1em;
        border: 1px solid #444444 !important;
        padding: 3px;
    }

.thead-section1 {
    background-color: #D14811;
    color: #ffffff;
}

.thead-section2 {
    background-color: #D33A65;
    color: #ffffff;
}

.thead-section3 {
    background-color: #E71D36;
    color: #ffffff;
}

.thead-section4 {
    background-color: #D14811;
    color: #ffffff;
}

    .thead-section4 a:link, .thead-section4 a:visited {
        color: #ffffff;
    }

.thead-section5 {
    background-color: #D33A65;
    color: #ffffff;
}

    .thead-section5 td {
        border: #8a8a8a 1px solid;
    }

    .thead-section5 a:link, .thead-section5 a:visited {
        color: #ffffff;
    }

.thead-section5b {
    background-color: #D33A65;
    color: #ffffff;
}

.thead-section6 {
    background-color: #E71D36;
    color: #ffffff;
}

    .thead-section6 a:link, .thead-section6 a:visited {
        color: #ffffff;
    }

.thead-section7 {
    background-color: #D14811;
    color: #ffffff;
}

.thead-section7b {
    background-color: #D14811;
    color: #ffffff;
}

.thead-section8 {
    background-color: #D33A65;
    color: #ffffff;
}

.thead-section9 {
    background-color: #E71D36;
    color: #ffffff;
}

.content-table-mix {
    border-collapse: collapse;
    width: 100%;
    border: #444444 1px solid !important;
}

    .content-table-mix, .content-table-mix th, .content-table-mix td {
        border: #444444 1px solid !important;
    }

        .content-table-mix th {
            text-align: left;
        }

        .content-table-mix thead th {
            text-align: center;
        }

        .content-table-mix tbody td {
            font-size: 70%;
            page-break-inside: avoid;
        }

.tbody-small1 td {
    font-size: 80%;
}

.tbody-small2 td {
    font-size: 90%;
}

.table-section3 {
    border-collapse: collapse;
    max-width: 800px;
}

    .table-section3 thead td {
        padding: 5px 0;
    }

    .table-section3 th {
        color: #fff;
        font-size: 1em;
        font-weight: normal;
        border: #444444 1px solid;
        padding: 3px 0;
        width: 200px;
        background-color: #9e2f00;
    }

    .table-section3 td {
        font-size: 1em;
        border: #444444 1px solid;
        padding: 3px 0;
        width: 120px;
    }

.table-section9 {
    border-collapse: collapse;
}

    .table-section9 td {
        border: 0;
        vertical-align: top;
    }

.table-total {
    font-weight: bold;
}

ul.link-list {
    margin: 0 60px 0 0;
    padding: 0;
}

    ul.link-list li {
        list-style: none;
        margin: 0 0 5px 0;
    }


/*---------------*/
/*--- Remarks ---*/
/*---------------*/
.table-remarks {
    margin-top: 5px;
    border-collapse: collapse;
}

    .table-remarks th {
        padding-right: 5px;
        text-align: left;
        font-weight: normal;
    }

/*--------------*/
/*--- Footer ---*/
/*--------------*/
#footer {
    width: 100%;
    clear: both;
    text-align: right;
    margin-top: 40px;
}


/*---------------------------------*/
/*--- Text Resize Button Styles ---*/
/*---------------------------------*/
#resize-fontsize {
    width: 100px;
    margin: 10px 15px 0 auto;
    text-align: right;
}

    #resize-fontsize a {
        font-family: arial;
        font-size: 14px;
        padding: 3px 6px;
        margin-left: 3px;
        border: 1px solid #999;
        color: #000;
        text-decoration: none;
    }

        #resize-fontsize a:hover {
            background-color: #61a584;
        }


/*----------------------*/
/*--- Sitemap Styles ---*/
/*----------------------*/
.sitemap-ul {
    margin: 0 0 20px 0;
    padding: 0;
}

    .sitemap-ul li {
        list-style-type: none;
    }

        .sitemap-ul li a {
            text-decoration: none;
        }

            .sitemap-ul li a:hover {
                text-decoration: underline;
            }

.sitemap-section strong > a {
    font-size: 1.15rem;
    line-height: 180%;
}


/*--------------------*/
/*--- Color Styles ---*/
/*--------------------*/
.text-section1 {
    color: #D14811 !important;
}

.text-section2 {
    color: #D33A65 !important;
}

.text-section3 {
    color: #E71D36 !important;
}

.text-section4 {
    color: #D14811 !important;
}

.text-section5 {
    color: #D33A65 !important;
}

.text-section6 {
    color: #E71D36 !important;
}

.text-section7 {
    color: #D14811 !important;
}

.text-section8 {
    color: #D33A65 !important;
}

.text-section9 {
    color: #E71D36 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}



@media print {
    #body-container {
        overflow: visible !important;
    }

    tfoot {
        display: table-row-group !important;
    }
}
