﻿@charset "utf-8";

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

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 75%;
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}

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

	CommonElements

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

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


a:link { text-decoration:nderline; color: #0000ff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}

p {
	padding: 0 0 0 0;
}


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


.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 0;
	text-align: center;
	position:relative;
	height:100%;
}



/* .stage01 */
#stage1 {background:#000; width:100%;}


/* .stage02-04 */
#stage2 {
	background:url(../img/02_bk.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	color:#FFF;

}
#stage3 {
	background:#FFF url(../img/03_bk.png) right bottom no-repeat;
	background-size:cover;
	text-align:center;
}

#stage4 {
	background:#FFF url(../img/04_bk.png) center top no-repeat;
	background-size:cover;
	text-align:center;
}

/* .stage05 */

#stage5 {background:#FFF;}





.pageInner02, .pageInner03{
	position: relative;
	margin:0 auto;
	width:870px;
	height:250px;
	margin-top:-125px;
	top: 50%;
}
.pageInner02 .Inleft, .pageInner03 .Inleft{
	width:430px;
	float:left;
	text-align:left;
}
.pageInner02 .Inright, .pageInner03 .Inright{
	float:right;
}


.pageInner04{
	position: relative;
	margin:0 auto;
	width:870px;
	height:180px;
	margin-top:-90px;
	top: 50%;
}

.pageInner04 .Incenter{
	width:600px;
	margin:0 auto;
	text-align:left;
	
}


.pageInner05{
	position: relative;
	margin:0 auto;
	width:800px;
	height:430px;
	margin-top:-215px;
	top: 50%;
}

.pageInner05 .Inleft{
	float:left;
}
.pageInner05 .Inright{
	float:right;
	width:400px;
	text-align:left;
}
.pageInner05 .Inright h3{ padding:20px 0 10px 0;}
.pageInner05 .Inright h4{ padding-bottom:10px;}


h1{
	position: relative;
	top: 50%;
	height:320px;
	margin-top:-160px;
}
h2{
	font-size:2.3em;
	line-height:1.5em;
	font-weight:bold;
	padding-bottom:15px;
}
h3{
	font-size:1.25em;
	line-height:1.6em;
}
h4{
	font-size:1.25em;
	line-height:1.0em;
}







/* .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: 50px;
	height: 50px;
	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: 5px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 15px;
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 12px;
	height: 12px;
	/*background: transparent url(../img/nav.png) no-repeat center center;*/
	background:#bbb;
	display: block;
	border-radius: 10px;         /* CSS3 */  
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;    /* Firefox用 */  
}
#pageNav ul li a:hover{ background:#555;}

#pageNav ul li.activeStage a {
	background: #C6001A;
}

/* #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;
}



.menu{
	position:fixed;
	top:0px;
	left:0px;
	padding:10px 5px;
/*	background:url(../img/menu_bk.png) 0 0 repeat;*/
}

.menu ul{
	padding-left:5px;
	
}

.menu ul li{
	float:left;
	display:inline-block;
	width:auto;
	margin:0 5px;
	padding-right:10px;
	border-right:1px solid #666;
}
.menu ul li.last{
	border:none;
}
.menu ul li a{
	color:#888;
	font-size:1.0em;
	line-height:1.0em;
	text-decoration:none;
}

.menu ul li a:hover{
	color:#C6001A;
}




























