@charset "UTF-8";
body, p, li, a {
  font-family: "微軟正黑體", "Apple LiGothic Medium","Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.font-red {
  color: #DE0101;
}

.font-white {
  color: #fff;
}

.bg-blue {
  background-color: #1d7cc5;
}

.bg-green {
  background-color: #00cc66;
}

.bg-allpay {
  background-color: #336699;
}

.bg-orange {
  background-color: #f48400;
}

.bg-gray {
  background-color: #eee;
}

.bg-red {
  background-color: #DE0101;
}

header {
  background: url(../Images/header_bg.jpg) repeat-x top center;
}
header img {
  width: 100%;
  max-width: 1000px;
  max-height: 350px;
}

.go-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.go-top img {
  width: 100%;
}

.content {
  background: url(../Images/bg.jpg) repeat;
}
.content .row {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}
.content h1, .content h2 {
  font-size: 20px;
}
.content .event img {
  width: 100%;
}
.content table.table {
  background-color: #fff;
}
.content table.table.table-fix {
  table-layout: fixed;
}
.content table.table .title {
  font-size: 26px;
  letter-spacing: 1px;
}
.content table.table td {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.content table.table.caption td:not(:nth-child(1)) {
  border-left: 0;
  border-right: 0;
}
.content table.table.caption td:nth-child(3) {
  color: #DE0101;
  font-size: 17px;
}
.content table.table.compare .title td:nth-child(1) {
  border-top: 1px solid #00cc66;
}
.content table.table.compare .title td:nth-child(2) {
  border-top: 1px solid #336699;
}
.content table.table.compare .title td:nth-child(3) {
  border-top: 1px solid #f48400;
}
.content table.table.compare td {
  height: 80px;
}
.content table.table.compare td.win {
  position: relative;
}
.content table.table.compare td span.win-icon {
  position: absolute;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-color: #DE0101;
  border-radius: 50%;
  line-height: 25px;
  right: 5px;
  top: 5px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
}
.content table.table.compare td span.win-icon:after {
  content: '勝';
  color: #fff;
}
.content ol {
  position: relative;
}
.content ol:before {
  content: "註：";
  display: inline-block;
  position: absolute;
  left: 0;
}
.content ol li {
  margin-left: 20px;
}
.content .join-btn {
  margin: 50px auto;
}
.content .join-btn a {
  font-family: "微軟正黑體", "Apple LiGothic Medium","Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background-color: #39890d;
  display: block;
  width: 300px;
  height: 90px;
  line-height: 90px;
  letter-spacing: 1px;
  margin: 0 auto;
  font-size: 30px;
  box-shadow: 0 0 10px #000;
}
.content .join-btn a:hover {
  text-decoration: none;
  color: #fff;
}

footer {
  background-color: #333;
  padding: 30px 0;
}

footer img {
  margin-bottom: 10px;
}

.coinfo {
  text-align: center;
}

.footer p {
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  padding: 0 30px;
}

.mail a {
  color: #ff8a00;
}

.mail a:hover {
  color: #ffe115;
}
.smaller {
	font-size:60%;
}
.white {
    color: #fff;
}

@media only screen and (max-width: 480px) {
  div.pc {
    display: none !important;
  }

  header .container {
    padding: 0;
  }
  header .container img {
    width: 100%;
    max-height: inherit;
  }

  .content table.table.compare td span.win-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  footer p.text-center {
    text-align: center;
  }
  footer p {
    text-align: center;
  }
}
@media only screen and (min-width: 481px) {
  div.mobile {
    display: none !important;
  }

  .go-top {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  header {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .footer p, .mail a {
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: center;
  }

  .footer p.text-center {
    text-align: center;
  }

  header {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 992px) {
  header {
    background-size: auto 329px;
  }

  footer img {
   margin-top:-10px;
  }

  footer p, .mail a {
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: left;
  }

  .coinfo {
    text-align: right;
  }

  footer p.text-center {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  header {
    background-size: 100% 100%;
  }
}
