﻿@charset "utf-8";

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

	CommonElements

======================================= */
body {
	font-size: 100%;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
/* #container
--------------------------- */
.navbar-fixed-bottom, .navbar-fixed-top {
	position:  relative;
}

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

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 75px 0 0 0;
}
#stage1 {background:#eee;}
#stage2 {background:#fff;}
#stage3 {background:#eee;}
#stage4 {background:#ccc;}
#stage5 {background:#bbb;}
#stage6 {background:#eee;}
#stage7 {background:#fff;}
#stage8 {background:#eee;}
#stage9 {background:#ccc;}
#stage10 {background:#bbb;}

@media (max-width:420px){
	#stage2 {
		background-image: url("../img/repair_jkt_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
	#stage3 {
		background-image: url("../img/repair_pnt_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
	#stage4 {
		background-image: url("../img/repair_denimsaigen_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
	#stage5 {
		background-image: url("../img/susohaba_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
	#stage6 {
		color: #000;
	}
	#stage7 {
		background-image: url("../img/repair_tops_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
	#stage8 {
		background-image: url("../img/repair_kyoto_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
	#stage9 {
		color: #000;
	}
	#stage10 {
		background-image: url("../img/repair_nit_xs.jpg");
		background-attachment: fixed;
		background-size:cover;
		color: #000;
	}
}


/* .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: 0px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 2px;
	width: 10px;
	height: 10px;
	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: 20px;
	width: 30px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 100px;
	display: block;
}
#pageNav ul li {
	width: 30px;
	height: 30px;
	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;
	opacity: 0.9;
}

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