@charset "utf-8";
/* ==========================================================
	BASE
========================================================== */
img {
  height: auto;
  max-width: 100%;
}
#header {
  position: relative;
  z-index: 100;
}
.logo-nintendo {
  position: absolute;
  left: 7px;
  top: 7px;
}
.logo-3ds {
  position: absolute;
  right: 3px;
  top: 4px;
}

/* ==========================================================
  ナビゲーション
========================================================== */
.navi-home,
.navi li {
  float: left;
  width: 50%;
}

/* ==========================================================
  FOOTER
========================================================== */
#footer {
  background: #fff;
  font-size: 10px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

