@charset "utf-8";
/* CSS Document */

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

/* HTML5 display-role reset for older browsers */
article, aside,details,figcaption, figure, figure img, hgroup, footer, header,menu, nav, section {
    display: block;
}
/*-----body {
  line-height: 1;
}-------------*/
ol, ul {
    list-style:none;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }

/* Basic Styles
----------------------------------------------- */
*{
    font-family: arial, helvetica,"微軟正黑體", sans-serif;
    /*----color: #252525;----------------*/
    font-size: 1em;
    letter-spacing: 0.2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica,"微軟正黑體", sans-serif;
    width: 100%;
}
a{ color: #314da5; text-decoration: none;}
a:visited{ color: #660099;}
a:hover{ color: #414da5;}
a:active{ color: #dd4b39;}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
    margin-bottom: 5px;
}
h1{ font-size: 1.6em }
h2{ font-size: 1.38em ;}
h3{ font-size: 1.25em ;}
h4{ font-size: 1.13em ;}
h5{ font-size: 1em ;}
h6{ font-size: 0.88em ;}

abbr, acronym {
    border:0;
}

