@charset "utf-8";



/* ==========================================================
	BASE
========================================================== */
#header {
  position: relative;
  z-index: 100;
}
.logo-nintendo {
  position: absolute;
  top: 28px;
  left: 16px;
}
.logo-3ds {
  position: absolute;
  top: 19px;
  right: 34px;
}



/*  contents
========================================================== */
#contents {
  min-width: 960px;
  padding: 116px 0 100px 0;
  background-color: #150201;
}



/* ==========================================================
  FOOTER
========================================================== */
#footer {
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 28px;
  padding: 11px 0;
  background-color: #150201;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
}
.footer-link {
  position: absolute;
  top: 20px;
  left: 17px;
}
.copyright {
  padding: 7px 0 0;
  text-align: center;
}
.btn-pagetop {
  position: absolute;
  right: 19px;
  top: 18px;
  width: 127px;
  height: 17px;
  background: url(../images/btn-pagetop_ov.png) 0 0 no-repeat;
}
.btn-pagetop a img {
  background-color: #150201;
  transition: opacity 0.2s ease-out;
}
.btn-pagetop a:hover img {
  opacity: 0;
}


