﻿body {
    font: x-large "微軟正黑體",Verdana,Arial,Helvetica;
}

#EasyPortal {
    table-layout: fixed;
    width: 100%;
    display: flex;
    /* 水平置中 */
    justify-content: center;
    /* 垂直置中 */
    align-content: center;
    flex-wrap: wrap;
}

#DivPortal {
    width: 1024px;
}

    #DivPortal div.Func {
        position: relative;
        margin: 9px;
        float: left;
        height: 60px;
        width: 160px;
        background: url(../EasyPortal/Images/edicts.png) no-repeat;
        background-size: 160px 60px;
        text-align: center;
        line-height: 65px;
    }

        #DivPortal div.Func a {
            font: 26px "微軟正黑體",Verdana,Arial,Helvetica;
            cursor: pointer;
            font-weight: bold;
            color: black;
            text-decoration: none;
        }


            #DivPortal div.Func a:hover {
                color: red;
            }

#DivFront {
    max-width: 800px;
    position: relative;
    float: left;
}

.ButtonLink {
    text-decoration: none;
    font: 18px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #2babe2;
    font-weight: bold;
}

    .ButtonLink:hover {
        color: red;
    }

.Button {
    text-decoration: none;
    font: 18px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #bdbdbd;
    background-color: #0c0c0c;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .Button:hover {
        background-color: #850202;
    }

.Button1 {
    text-decoration: none;
    font: 18px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #bdbdbd;
    background-color: #0345e0;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .Button1:hover {
        background-color: #153c79;
    }

.gv {
    font-family: "微軟正黑體",Calibri,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.6em;
    text-decoration: none;
    background-color: #555;
}

    .gv A:link {
        COLOR: #FFF;
        text-decoration: none;
    }

    .gv A:visited {
        COLOR: #FFF;
        text-decoration: none;
    }

    .gv A:active {
        COLOR: #FFF;
        text-decoration: none;
    }

    .gv A:hover {
        COLOR: #FFF;
        text-decoration: none;
    }

.OrderDetail {
    width: 100px;
    position: relative;
    float: left;
}

.OrderButton {
    position: relative;
    clear: both;
}

.border_table {
    font-size: 18px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-collapse: collapse;
    border-bottom-width: 1px;
    background-color: white;
}

    .border_table th {
        border: 1px solid #000000;
        text-align: left;
        background-color: powderblue;
    }

    .border_table td {
        border: 1px solid #000000;
        text-align: left;
    }

.border_clear {
    font-size: 16px;
    border: 0px solid #000000;
    border-collapse: collapse;
    background-color: white;
}

    .border_clear th {
        border: 0px solid #000000;
        text-align: left;
        background-color: none;
    }

    .border_clear td {
        border: 0px solid #000000;
        text-align: left;
    }