﻿/* CSS Reset */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: '微軟正黑體', 'Microsoft JhengHei', 'Verdana', 'Arial', 'Helvetica', 'sans-serif', '新細明體', 'PMingLiU', '細明體';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  font-size: 81.25%;
  color: #333;
  background: #FFF;
}
.h1 > * {
  vertical-align: bottom;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
  outline: none;
}
