
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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   /*position: relative;*/
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;  
    font-family: 微軟正黑體修正,微軟正黑體, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}
b{
    font-weight: 300;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none !important;
/*    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*---------------------自行設定------------------------*/
@font-face {
   font-family: '微軟正黑體修正';
   unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
   font-style: normal;
   font-weight: bold;
   src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
   font-family: '微軟正黑體修正';
   unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
   font-style: normal;
   font-weight: normal;
   src: local(微軟正黑體);
}
