@charset "shift_jis";

#wrapper {
	background: url(../hardware/images/bg3.jpg) center top repeat;
}

#bg1, #bg2 {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	width: 100%;
	height: 100%;
	min-width: 960px;
	background-position: center top;
}

#bg1 {
	background-image:url(../hardware/images/bg1.jpg);
	background-repeat: repeat-x;
}

#bg2 {
	background-image:url(../hardware/images/bg2.jpg);
	background-repeat: no-repeat;
}

#chara-fix {
	margin: 0 auto;
	/*min-width: 960px;
	max-width: 1400px;*/
	width: 100%;
	position: relative;
	position: fixed !important;
	top: 0;
	z-index: 1;
	
}

.chara-fix-img {
	position: absolute;
	top: 0;
	left: -188px;
}



/* ========================================
	#main
======================================== */
#main {
	margin-left: 440px;
	padding-top: 80px;
	width: 520px;
	position: relative;
	z-index: 2;
}

.item01 {
	position: relative;
}

.item01-set {
	width: 500px;
	height: 505px;
	background: url(../hardware/images/item01_img3_bg.png) 0 0 no-repeat;
	position: relative;
}

.item01-set ul {
	margin-left: 40px;
}

.item01-set li {
	position: relative;
}
.item01-set-link {
	position: absolute;
	top: 145px;
	left: 12px;
}


span.end_production{
	display:block;
	padding:20px 0 20px 22px;
}

.item01-package {
	position: absolute;
	top: 585px;
	left: 46px;
}

.item02-btn {
	text-align: center;
}

.item02 {
	margin-top: 43px;
}

.item03 {
	margin-top: 18px;
}

.item03-btn {
	text-align: center;
}

/*-- #type --*/
.type {
	height: 620px;
}

.type-btn {
	margin: 5px 0 0 129px;
}
.type-btn li {
  float: left;
  width: 135px;
  height: 45px;
  cursor: pointer;
}
.type .btn-type1 {
	background: url(../hardware/images/item03_type1_btn_cr.png) no-repeat 0 -45px;
}
.type .btn-type2 {
	background: url(../hardware/images/item03_type2_btn_cr.png) no-repeat 0 -45px;
}
.type-btn li.active {
	background-position: 0 0;
}
.type-btn li.active img {
  display: none;
}
.type .type-area {
  margin-left: 20px;
}
.disnon{
    display: none;
}

/* iframe */
.noScriptBox iframe {
	width: 520px;
	height: 620px;
	overflow:hidden;
}


.zelda-btn {
	margin: 31px 0 0 0;
	text-align: center;
}

.zelda-copyright {
	margin: 18px 0 39px 0;
	text-align: center;
}


/* ========================================
	#hardware-footer
======================================== */
#hardware-footer {
	clear: both;
	width: 100%;
	z-index: 100;
	position: relative;
	background: url(../hardware/images/foot_bg.png) center top repeat-x;
}


#hardware-footer .footer-top {
	height: 70px;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#hardware-footer .footer-logo {
	position: absolute;
	top: 0;
	left: 0;
}

#hardware-footer .footer-gnavi {
	position: absolute;
	top: 0;
	left: 286px;
}

#hardware-footer .footer-gnavi li {
	float: left;
	width: auto;
	height: 70px;
	position: relative;
}

#hardware-footer .footer-gnavi li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 192px;
}

#hardware-footer .footer-gnavi .nav-on {
	display: none;
}

#hardware-footer .footer-gnavi li a {
	display: block;
}

#hardware-footer .footer-gnavi li span.new {
	display: block;
	position: absolute;
	top: -10px;
	left: 74px;
	width: 54px;
}


.footer-fix #hardware-footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	z-index: 20;
}

