body {
    color: #000000;
}

td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 17px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

textarea, input, button, select {
    font-size: 13pt;
    font-family: Arial, Helvetica, sans-serif;
    BORDER: 1pt solid #777777;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #0064CA;
}

a:active {
    text-decoration: none;
    color: #0064CA;
}

input {
    font: 1em/1.4 Helvetica, Arial;
}

label code {
    cursor: pointer;
    float: left;
}






/* bootstrap樣式調整 */
table {
    border-collapse: inherit;
    border-spacing: 0;

}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

h4 {
    font-size: 15px;
    /*font-weight: bold;*/
    margin-top: 6px;
    margin-bottom: 4px;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: bold;
}
/* .bootstrap樣式調整 */



#FooterMenu ul {
    float: left;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

    #FooterMenu ul li {
        float: left;
        margin: 0px 10px 0px 0px;
    }

    #FooterMenu ul .line {
        width: 1px;
        height: 18px;
        background: #ffffff;
    }

#FooterMenu a {
    color: #ffffff;
}

    #FooterMenu a:hover {
        color: #fffa00;
    }


.box_diy {
    border: #191919 1px solid;
    background-color: #e7e7e7;
}

.footer_txt_diy {
    color: #000000;
    font-size: 1px;
    display: none;
}