﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: 'Microsoft JhengHei';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic), local(PMingLiU);
}
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    height: 100%;
}
html {
    overflow-y: scroll;
}
@media screen and (min-width: 1200px) {
    body {
      image-rendering: -webkit-optimize-contrast;
    }
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}
input, textarea, button, a, html, body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'STHeiti', '黑體', 'Heiti TC', 'PMingLiU', 新細明體;
    font-size: 16px;
    color: #000000;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
button {
    cursor: pointer;
}
input,
select,
textarea,
button {
    border-radius: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
textarea {
    overflow: auto;
    resize: none;
    display: block;
}
img {
    border: 0;
    vertical-align: middle;
}
em {
    font-style: italic;
}
::placeholder { /* WebKit, Blink, Edge */
    color: #000000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}