@charset "shift_jis";

#mainimage {
	position: relative;
}
#mainimage img,
nav img {
	width: 100%;
	height: auto;
}

.mainimage-content {
	position: absolute;
	top: 0;
	width: 100%;
}


#nav-under {
	padding-top: 20px;
	background: url(../images/nav_under_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

#foot-bg {
	background: url(../images/foot_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

#spec {
	margin: 0 auto;
	width: 290px;
	height: 346px;
	position: relative;
}

.spec-block {
	position: relative;
	top: 10px;
	left: 0;

}

.spec-package {
	position: absolute;
	top: 6px;
	left: 15px;
}

.spec-ico {
	position: absolute;
	top: 6px;
	left: 85px;
}

.spec-cero {
	position: absolute;
	top: 46px;
	left: 85px;
}

.spec-img1 {
	position: absolute;
	top: 0;
	left: 124px;
}

.spec-btn-pack {
	position: absolute;
	top: 70px;
	left: 132px;
}

.spec-btn-detail {
	position: absolute;
	top: 103px;
	left: 15px;
}

.spec-btn-guide {
	position: absolute;
	top: 88px;
	left: 129px;
}

.spec-btn-twitter {
	position: absolute;
	top: 140px;
	left: 15px;
}

.spec-btn-update {
	position: absolute;
	top: 186px;
	left: 15px;
}

.spec-btn-omoide {
	position: relative;
	top: 0;
	left: 28px;
	width: 227px;
	height: 76px;
}

footer {
	background: none;
}

.foot-nav {
	display: table;
	width: 100%;
	height: 25px;
	background-color: rgba(0,0,0,0.5);
}
.foot-nav p {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
.foot-nav a {
	color: #FFF;
}

.copyright {
	padding: 5px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

nav {
	background: #000 url(../common/footer_bg.jpg) repeat-y left top;
	background-size: 100%;
}

/* ----------------------------
   eshop バナー
---------------------------- */
.bnr-eshop-sale{
  width: 100%;
  background: url(../images/bnr_eshop_bg.png);
  -webkit-background-size: 20px;
          background-size: 20px;
  position: relative;
  z-index: 10;
}
.bnr-eshop-sale::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -2px;
  position: absolute;
}
.bnr-eshop-sale a,
.bnr-eshop-sale span{
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
.bnr-eshop-sale a img,
.bnr-eshop-sale span img{
  max-width: 375px;
  width: 100%;
  height: auto;
}
