#title {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
#title h2 {
  background: url(../img/head_left.png) left top no-repeat,
  url(../img/head_right.png) right top no-repeat;
}
@media screen and (max-width: 640px) {
  #title h2 {
  background: none;
  padding: 0 50px;
  }
}
.goal {
  font-size: 1.8em;
}
@media screen and (max-width: 640px) {
  .goal {
    font-size: 1.5em;
  }
}
.goal .goalpoint {
  color: #ff0000;
  font-weight: bold;
  text-shadow: 0 0 5px #ffd2a1;
  font-size: 2em;
}
@media screen and (max-width: 640px) {
  .goal .goalpoint {
    font-size: 1.6em;
  }
}
.box {
  margin: 0 auto 20px;
  max-width: 800px;
  padding: 2%;
  border-radius: 4px;
  box-sizing: border-box;
  background: rgba(235, 248, 253, 0.3);
  box-shadow: 0 0 5px #b7c8cd, 0 0 20px #ffffff inset;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .box {
    max-width: 90%;
  }
}
.gamelogo {
  font-size: 1.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .gamelogo {
    font-size: 1em;
  }
}
.period {
  background: url(../img/bg_period.png) center top no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #0057a0;
  text-align: center;
  font-size: 1.8em;
}
@media screen and (max-width: 640px) {
  .period {
    font-size: 1em;
  }
}
.period .date {
  font-size: 1.3em;
}

.rewardlist {
  padding: 20px 0;
  border-bottom: 1px solid #b7c8cd;
}
@media screen and (max-width: 640px) {
  .rewardlist {
    padding: 10px 0;
  }
}
.rewardlist.last {
  border-bottom: none;
  padding-bottom: 0;
}
.rewardlist dt {
  width: 23.6%;
  max-width: 180px;
  float: left;
  position: relative;
  display: block;
}
.rewardlist dd {
  width: 73.6%;
  max-width: 560px;
  float: left;
  margin: 0 0 0 2.6%;
}
.rewardlist dd .point {
  font-size: 1.8em;
  color: #0058c4;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .rewardlist dd .point {
    font-size: 1.2em;
  }
}
.rewardlist dd .reward {
  color: #f00;
  font-weight: bold;
  font-size: 2em;
}
@media screen and (max-width: 640px) {
  .rewardlist dd .reward {
    font-size: 1.3em;
  }
}
.apptext {
  position: relative;
  max-width: 613px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .apptext {
    width: 90%;
  }
}
.apptext ul {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .apptext ul {
    width: 76%;
    }
}
.apptext ul .btnAppstore {
  float: left;
  width: 54%;
}

.apptext ul .btnGoogleplay {
  float: right;
  width: 46%;
}