@charset "UTF-8";
@import url("normalize.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #ccc;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-color: #141414;
  background-image: radial-gradient(circle farthest-side at center, #2c2c2c 0, #141414 100%);
}
body::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.9);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}

#wrap {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3% 0;
  box-sizing: border-box;
  max-width: 1200px;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  #wrap {
    padding: 1% 0;
  }
}
#wrap h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #333;
  margin-bottom: 30px;
}
#wrap img {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1rem;
  border: solid 1px #fff;
}
#wrap table.colorA,
#wrap table.colorB {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 30px;
  border-bottom: solid 1px #737373;
}
#wrap table.colorA th,
#wrap table.colorB th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  box-sizing: border-box;
  padding: 15px;
  background-color: #141414;
}
#wrap table.colorA th.slogan,
#wrap table.colorB th.slogan {
  border-bottom: none;
  background-color: #ffffff;
  color: #000;
}
#wrap table.colorA td,
#wrap table.colorB td {
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #333;
}
#wrap table.colorA tr:nth-child(even),
#wrap table.colorB tr:nth-child(even) {
  background-color: #2c2c2c;
}
#wrap table.colorA a.btn,
#wrap table.colorB a.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2;
  transition: all 0.5s;
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
}
#wrap table.colorA a.btn:hover,
#wrap table.colorB a.btn:hover {
  background-color: #00dea6;
}
#wrap table.colorA .fix,
#wrap table.colorB .fix {
  width: 150px;
}
#wrap table.colorB th,
#wrap table.colorB td {
  padding: 10px;
  border-bottom: solid 1px #333;
}
#wrap table.colorB td.input:active, #wrap table.colorB td.input:hover, #wrap table.colorB td.input:focus {
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
#wrap select,
#wrap input[type=text] {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}
#wrap button {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 2;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  padding: 15px 20px;
  background-color: #fff;
  color: #333;
}
#wrap button:hover {
  background-color: #00dea6;
}/*# sourceMappingURL=style.css.map */