@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  text-decoration: none; }

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-size: 16px; }
  body::-webkit-scrollbar {
    width: 12px;
    background-color: #ffcc00; }
  body::-webkit-scrollbar-thumb {
    background-color: #e86d13; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative; }

#FOOTER {
  background-color: #fff; }

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  cursor: default !important; }
  .gray div li {
    pointer-events: none; }

.line--Through {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  text-decoration: line-through;
  color: #555; }

.popBtn {
  border-radius: 10px;
  background-color: #ffcc00;
  padding: 4px 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 0;
  box-shadow: inset 0 -6px 0px #a14400;
  display: inline-block;
  margin: 30px 8px 0;
  cursor: pointer; }
  .popBtn:active {
    padding: 7px 20px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0px #a14400; }
  .popBtn_sm, .popBtn_smog {
    font-size: 14px;
    padding: 2px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
    box-shadow: inset 0 -4px 0px #a14400;
    margin: 0 3px; }
    .popBtn_sm:active, .popBtn_smog:active {
      padding: 4px 10px;
      box-sizing: border-box;
      box-shadow: inset 0 0 0px #a14400; }
  .popBtn_smog {
    background-color: #EC6C0E;
    color: #fff3ce;
    box-shadow: inset 0 -4px 0px #963000; }
  .popBtn--cancel {
    background-color: #FF5858;
    color: #fff3ce; }

input[type="button"]:disabled {
  background-color: #cecece;
  box-shadow: inset 0 -4px 0px #888; }

input[type="text"], input[type="password"], select {
  border: 2px solid #EC6C0E;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  position: relative;
  width: 100%; }
  input[type="text"] + .focusBg, input[type="password"] + .focusBg, select + .focusBg {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 0;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in;
    z-index: 2;
    pointer-events: none; }
  input[type="text"]:focus, input[type="password"]:focus, select:focus {
    outline: none; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777; }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777; }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777; }

input[type="checkbox"] {
  opacity: 0; }
  input[type="checkbox"] + label:before {
    content: '';
    margin-left: -20px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 3px;
    vertical-align: middle; }
  input[type="checkbox"]:checked + label:before {
    background: #860000 url("../img/checked.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    line-height: 20px;
    color: #ffc26b; }
  @media only screen and (max-width: 414px) {
    input[type="checkbox"] + label {
      margin-left: 0; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../img/v.png") no-repeat right 15px center;
  background-size: 8px 8px; }

form {
  margin-top: 20px; }

@-webkit-keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%); }
  50% {
    -webkit-filter: brightness(110%);
            filter: brightness(110%); }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%); } }

@keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%); }
  50% {
    -webkit-filter: brightness(110%);
            filter: brightness(110%); }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%); } }

/*# sourceMappingURL=basic.css.map */
