﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

a:link { text-decoration:nderline; color: #0066FF;}
a:visited { text-decoration:nderline; color: #0066FF;}
a:active { text-decoration:nderline; color: #D3A141;}
a:hover { text-decoration:none; color: #D3A141;}

p {
	padding: 0 0 10px 0;
}

h1 {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
small {
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
	font-size: 12px;
	position: absolute;
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 50px 50px 0;
}

#stage1 {
	min-height: 100%;
    background:url('../img/bg_00.jpg') no-repeat center;
    background-size:cover;
}
#stage1 nav {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 15%;
}
#stage1 nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#stage1 nav ul li {
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

#stage2 {
	min-height: 100%;
    background:url('../img/bg_04.jpg') no-repeat center;
    background-size:cover;
	text-align: left;
}
#stage2 .img_r {
	margin: 0;
	padding: 0;
	position: absolute;
}
#stage2 .img_l {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30%;
	left: 580px;
}


#stage3 {
	min-height: 100%;
    background:url('../img/bg_01.jpg') no-repeat center;
    background-size:cover;
	text-align: left;
}
#stage3 h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 54px;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
}
#stage3 h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}
#stage3 h4 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold;
}
#stage3 .t_box {
	margin: 0;
	padding: 20px;
	width: 900px;
	background-color:#FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}

#stage4 {
	min-height: 100%;
    background:url('../img/bg_02.jpg') no-repeat center;
    background-size:cover;
	margin: 0;
	padding: 0;
}
#stage4 .t_box {
	margin: 0;
	padding: 0 0 0 20px;
	width: 700px;
	background-color:#FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	position: absolute;
	left: 40%;
	text-align: left;
}
#stage4 h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 54px;
	margin: 20px 0 30px;
	padding: 0;
}
#stage4 h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0;
}

#stage5 {
	min-height: 100%;
    background:url('../img/bg_03.jpg') no-repeat center;
    background-size:cover;
	text-align: center;
}
#stage5 .inq {
	background-image: url(../img/bg_inq.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 560px;
	height: 410px;
	margin: 0 auto;
}
#stage5 .inq h3 {
	margin: 0 0 0 50px;
	padding: 20px 0 0;
}
#stage5 .inq p {
	margin: 8px 0 0 50px;
	padding: 0;
	line-height: 1.5em;
}

/* #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: 60px;
	height: 60px;
	background: transparent url(../img/next_arw.png) no-repeat center center;
	display: block;
}

.sponsor {
    top: 20px;
	right: 0;
    position: fixed;
    z-index: 999;
    margin-left: 0;
    width: 192px;
    padding: 0;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}