@charset "utf-8";

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}

.slidetext01 {
  position: absolute;/*絶対配置*/
  color: #FFFFFF;/*文字は白に*/
  top: 40%;
  left: 15%;
	font-size: 2.0em;
	z-index: 15000;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  }
.slidetext02 {
  position: absolute;/*絶対配置*/
  color: #FFFFFF;/*文字は白に*/
  top: 63%;
  left: 15%;
	font-size: 1.2em;
	z-index: 15000;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  }
.slidetext03 {
  position: absolute;/*絶対配置*/
  color: #FFFFFF;/*文字は白に*/
  top: 70%;
  left: 15%;
	font-size: 0.9em;
	z-index: 15000;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  }
.slidetext04 {
  position: absolute;/*絶対配置*/
  color: #FFFFFF;/*文字は白に*/
  bottom: 5px;
  right: 5px;
	font-size: 0.8em;
	z-index: 15000;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  }


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}