@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}

p {
	padding: 0px;
	margin: 0px;
}

h1 {
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	position: fixed;
	background-color: #000;
	z-index: 100;
}
h2 {
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	position: absolute;
}
h3 {
	bottom: 0;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0;
	padding-left: 0;
	margin: 0px;
	color: #FFF;
	text-align: left;
}
h4 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	/* [disabled]text-align: center; */
	/* [disabled]position: relative; */
	height: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#stage1 {
	background-image: url(img/back/001.png);
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	background-color: #333;
}
#stage2 {
	background-color: #666;
	background-image: url(img/back/002.png);
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
}
#stage3 {
	background-color: #999;
	background-image: url(img/back/003.png);
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
}
#stage4 {
	background-color: #CCC;
	background-image: url(img/back/004.png);
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
}
#stage5 {
	background-color: #CCC;
}


/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: transparent url(img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 25px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 15px;
	height: 15px;
	background: transparent url(img/nav.png) no-repeat center center;
	display: block;
}
#pageNav ul li.activeStage a {
	background: transparent url(img/nav_acv.png) no-repeat center center;
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: transparent url(img/next_arw.png) no-repeat center center;
	display: block;
}
.base {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 400px;
	width: 400px;
}
.base_slide {
	font-size: 12px;
	color: #eee;
	padding: 25px;
	line-height: 18px;
	width: 625px;
	text-align: left;
	position: absolute;
	margin: auto;
	height: 470px;
	width: 800px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0px;
}
.base_about {
	font-size: 12px;
	color: #eee;
	padding: 25px;
	background-image: url(img/trans60.png);
	line-height: 18px;
	width: 625px;
	text-align: left;
	position: absolute;
	margin: auto;
	height: 400px;
	width: 750px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
