.price {
  font-size: 130%;
}
.price strong {
  font-size: 140%;
}
.goto-shop:after {
  content: "";
  display: table;
  clear: both;
}
.goto-shop + p {
  clear: both;
}
.goto-shop li {
  float: left;
  width: 49.5%;
  margin-bottom: 1em;
}
.goto-shop li:last-child {
  float: right;
}
.goto-shop li a {
  display: block;
  padding: 180px 0 20px 0;
  border: #00b49b solid 4px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.goto-shop li a br {
  display: none;
}
.goto-shop li#goto-shop1 a {
  background: #00b49b url(../publishimage/common/icon-buynow1-l.png) no-repeat;
  background-position: center top;
}
.goto-shop li#goto-shop2 a {
  background: #00b49b url(../publishimage/common/icon-buynow2-l.png) no-repeat;
  background-position: center top;
}
.goto-shop li#goto-shop1 a:hover {
  background: #FFFFFF url(../publishimage/common/icon-buynow1-hover-l.png) no-repeat;
  background-position: center top;
  color: #00b49b;
}
.goto-shop li#goto-shop2 a:hover {
  background: #FFFFFF url(../publishimage/common/icon-buynow2-hover-l.png) no-repeat;
  background-position: center top;
  color: #00b49b;
}

@media only screen and (max-width: 979px) {
.goto-shop li a {
  padding: 150px 0 20px 0;
}
.goto-shop li#goto-shop1 a, .goto-shop li#goto-shop2 a {
  background-size: 180px auto;
}
.goto-shop li#goto-shop1 a:hover, .goto-shop li#goto-shop2 a:hover {
  background-size: 180px auto;
}
}

@media only screen and (max-width: 499px) {
.goto-shop li a {
  padding: 110px 0 10px 0;
  border: #00b49b solid 2px;
}
.goto-shop li a br {
  display: inline;
}
.goto-shop li#goto-shop1 a, .goto-shop li#goto-shop2 a {
  background-size: 130px auto;
}
.goto-shop li#goto-shop1 a:hover, .goto-shop li#goto-shop2 a:hover {
  background-size: 130px auto;
}
}
.phBox {
  float: right;
  max-width: 360px;
  margin-top: -20px;
}
#en .phBox {
  margin-top: -40px;
}
.gameinfo {
  margin-bottom: 1em;
  padding: 10px 0;
  border-top: #B6B6B6 solid 1px;
  border-bottom: #B6B6B6 solid 1px;
}
.gameinfo p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
.phBox {
  float: none;
  margin: 0 auto;
}
}
.gameinfo-en {
  margin: 2em 0 1em 0;
  padding: 0 0 10px 0;
}
.gameinfo-en p {
  margin-bottom: 0;
}
.gameinfo-en .followlist {
  font-size: 14px;
  line-height: 1.3!important;
}
.gameinfo-en h2 {
  padding-top: 10px;
  border-top: #B6B6B6 solid 1px;
}
.gameinfo-en h3 {
  margin: -.5em 0 3px 0;
  font-size: 16px;
}
.priceslist {
  margin-bottom: 1.5em;
  letter-spacing: -.4em;
}
.priceslist li {
  display: inline-block;
  width: 130px;
  margin: 0 0 3px 0;
  padding: 0;
  letter-spacing: normal;
  line-height: 32px;
}
.priceslist span.currency {
  display: inline-block;
  width: 50px;
  margin-right: 0.3em;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background-color: #edede8;
}
