@charset "utf-8";

/* CSS Document */

body {
    font-size: 14pt;
    font-family: Arial, "微軟正黑體", sans-serif;
}

p {
    text-align: justify;
}

a {
    color: blue;
}

header {
    min-height: 130px;
    width: 1200px;
    margin: 0 auto;
}

img#logo {
    width: 120px;
    display: block;
    margin: 7px;
    float: left;
}

nav {
    float: right;
}

nav ul {
    background-color: #e15a1f;
    margin-top: 40px;
}

nav ul li {
    display: inline-block;
    border-right: 1px solid #cc470d;
    margin-right: -5px;
}

nav ul li:last-child {
    border-right: none;
}

nav ul li a {
    color: #fff;
    height: 100%;
    font-size: 14px;
    line-height: 2.5em;
    text-align: center;
    display: block;
    padding: 0 2em;
}

nav ul li.active a {
    background-color: #cc470d;
}

main {
    width: 1200px;
    margin: 50px auto;
}

table {
    margin: 0 auto;
    width: 100%;
}

table.login {
    width: 35%;
}

table th {
    word-break: keep-all;
    padding: .5em;
    line-height: 1.5em;
}

table th,
table th p {
    text-align: center;
}

table table {
    max-width: none;
}

table,
td {}

table tr {}

table tr:nth-child(even) {
    background-color: #eee;
}

table td {
    line-height: 3em;
    padding: .5em;
}

table.login td,
table.login td p {
    text-align: center;
}

table td.title {
    max-width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table td.right {
    text-align: right
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    border: 1px solid #cbb478;
    border-radius: 2px;
    padding: .5em;
    min-width: 20em;
    width: 100%;
    box-sizing: border-box;
}

textarea {
    min-height: 10em;
}

input[type=submit],
button {
    border: 0;
    background: none;
    width: 100%;
    height: 2em;
    background-color: #cbb478;
    border-radius: 2px;
    color: #fff;
    margin: 2px;
    word-break: keep-all;
}

table td.right button {
    max-width: 5em;
}

p.center {
    text-align: center;
    line-height: 1.25em;
}

ul.bottomPagging {
    text-align: center;
}

ul.bottomPagging li {
    display: inline-block;
    margin: .5em;
}