@charset "utf-8";



/* ==========================================================
	BASE
========================================================== */
img {
  max-width: 100%;
  height: auto;
}
#header {
  position: relative;
  z-index: 100;
}
.logo-nintendo {
  position: absolute;
  top: 14px;
  left: 8px;
  line-height: 1;
}
.logo-3ds {
  position: absolute;
  top: 8px;
  right: 12px;
  line-height: 1;
}

#contents {
  background-color: #150201;
  text-align: center;
}
#contents img {
  display: block;
  margin: 0 auto;
}



/* ==========================================================
  FOOTER
========================================================== */
#footer {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #150201;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}
.btn-pagetop a {
  display: inline-block;
  min-height: 17px;
  padding-right: 20px;
  background: url(../images/arrow-pagetop.png) right top no-repeat;
  background-size: 17px auto;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.footer-link a {
  letter-spacing: 0.15em;
}


