﻿html, body {
   font-family: 微軟正黑體;
    background-color: #FFFFFF;
    -webkit-text-size-adjust: none;
    -webkit-min-device-pixel-ratio: 0;
    color: #333333;
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    word-break: break-all;
    word-wrap: break-word;
}


* {
    margin: 0px;
    padding: 0px;
    font-family: 微軟正黑體;
}

a {
    text-decoration: none;

}

    a:hover {
        cursor: pointer;
    }

table {
    border-collapse: collapse;
    border-spacing: 0px;

}

ul {
    margin: 0px;
    padding: 0px;
}

.BoxLine {

border: 1px solid #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-size: .9em;
}

.newline {
    clear: both;
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
    /*--border: 1px solid #000000;*/
}

.left {
    text-align: left;
    --padding-left: 3px;
    margin-left: 7px;
}

.right {
    float: right;
    text-align: right;
    margin-right: 7px;
}

div.img {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px;
}

div.center {
    float: left;
    width: 100%;
    text-align: center;
}

div.right {
    float: right;
    margin-right: 7px;
}

div.clear {
    clear: both;
}

.remark {
    font-size: .7em;
    color: #FF0000;
    vertical-align: text-top;
}


.inner {
    margin: 0;
    padding: 0;
    display:inline;
}

.hidden {
    display: none;
}

span {

}

table {

    float:left;
    width:100%;

}

table tr th, table tr td {
   
}

table tr td {
    vertical-align: top;
    padding-bottom: 7px;
    overflow-x:hidden;

}


    table tr td.empty {
        color: white;
    }



hr.style-one {
    clear:both;
    

    border: 0;
    height: 1px;
    background: #C7A0BD;
    
}

.arrow {
    float:left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #C7A0BD;
}
