@charset "UTF-8";
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;
  vertical-align: baseline; }

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  outline: none; }

@font-face {
  font-family: MSIBodyFont;
  src: local(Segoe UI), local(Heiti TC), local("微軟正黑體"), local("黑体"), sans-serif; }

@font-face {
  font-family: 'MSIBodyFont';
  src: local("Meiryo UI"), local("ヒラギノ角ゴ Pro W3");
  unicode-range: U+3000-9FFF, U+ff??; }

/* Latin characters */
@font-face {
  font-family: 'MSIBodyFont';
  unicode-range: U+00-024F;
  src: local(Helvetica), local(Arial); }

@font-face {
  font-family: 'MSIBodyFont';
  src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei");
  unicode-range: U+4E00-9FFF; }

/* 注音符號專用 */
@font-face {
  font-family: MSIBodyFont;
  unicode-range: U+3100-312F;
  src: local("Noto Sans TC"), local("微軟正黑體"), local("Microsoft JhengHei"); }

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0; }

a:hover {
  text-decoration: none; }

a:focus {
  -moz-outline-style: none; }

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden; }

html {
  width: 100vw; }

body {
  width: 100vw;
/*  overflow-x: hidden;*/
  padding: 0;
  margin: 0; }
  body button {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body sup {
    vertical-align: super;
    font-size: 50%;
    padding-left: 2px; }
article{
	 overflow-x: hidden;
}
.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 960px) {
  .hidden-xs {
    display: none !important; } }
