/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
    display: block;
}

nav ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0 !important;
    margin: 0 !important;
}

input, select, a img {
    vertical-align: middle;
}

/* complete reset css */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "Microsoft Sans Serif", sans-serif;
    font-size: 16px;
}

.siteWidth {
    width: 980px;
    margin: 0px auto;
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

.loading {
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0px 0px 0px;
    background: url(../images/loading.gif) no-repeat
}

.btn {
    text-align: center;
}

.startBtn {
    width: 163px;
    height: 60px;
    border: none;
    background: url(../images/btn/start_btn.jpg) no-repeat;
    cursor: pointer;
    display: inline-block;
    outline: 0;
}
.startBtn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.backBtn {
    width: 181px;
    height: 59px;
    border: none;
    background: url(../images/btn/back_btn.jpg) no-repeat;
    cursor: pointer;
    display: inline-block;
    outline: 0;
}
.backBtn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.nextBtn {
    width: 180px;
    height: 59px;
    border: none;
    background: url(../images/btn/next_btn.jpg) no-repeat;
    cursor: pointer;
    display: inline-block;
    outline: 0;
}
.nextBtn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.submitBtn {
    width: 163px;
    height: 60px;
    border: none;
    background: url(../images/btn/submit_btn.jpg) no-repeat;
    cursor: pointer;
    display: inline-block;
    outline: 0;
}
.submitBtn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.field {
    background-color: #fff;
    border: solid 1px #ccc;
    height: 25px;
    line-height: 25px;
    width: 212px;
    padding: 0px 3px;
    font-size: 16px;
}

.banner {
    text-align: center;
}

.msgTextWrap {
    margin: 0px 0px 40px 0px;
    padding: 27px 38px;
    background-color: #f2f2f2;
}

.msgTextWrap .left {
    float: left;
    width: 605px;
}

.msgTextWrap .right {
    float: right;
}

.msgTextWrap .text {
    font-size: 18px;
    line-height: 2;
}

.msgTextWrap .inquiry {
    color: #626366;
    font-size: 15px;
    padding-top: 15px;
}

a {
    color: #0018ff;   
}
a:hover {
    color: #626366;   
}

#topBar {
    background-color: #0e1d33;
    padding: 5px 0px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

#topBar .date {
    float: right;
    padding-right: 10px;
}

#topBar .menu {
    list-style: none;
    float: left;
}

#topBar .menu li {
    height: 14px;
    padding: 0px 10px;
    border-left: solid 1px #54575c;
    float: left;
}

#topBar .menu li:first-child {
    border-left: none;
}

#topBar .menu a {
    color: #fff;
    text-decoration: none;
}

#topBar .menu a:hover {
    color: #fc8123;
}

#topBar .menu a .big {
    font-size: 16px;
    line-height: 10px;
}

#contentWrapper {
    width: 830px;
    margin: 0px auto;
    padding-bottom: 50px;
}

#siteTitle {
    text-align: center;
    padding: 20px 0px;
}

/* terms */

#termsWrap .headTitle {
    margin-bottom: 20px;
    text-align: center;
}

#termsWrap .content {
    font-size: 15px;
    line-height: 1.4;
}

#termsContent {
    padding: 25px;
    background-color: #f2f2f2;
}

#termsContent ol {
    margin-left: 2em;
}

#termsContent ol li {
    margin-bottom: 15px;
}

#termsWrap .btn {
    margin-top: 40px;
    text-align: center;
}