/* =======================================

	CommonElements

======================================= */

.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;

}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	top: 50px;
	right:20px;
	position: fixed; /* absolute or fixed */
	z-index: 500; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
	background: #5d6865;
}
.pagiNation a.pnActive {
	background: #fff;
}


/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}

.fullSlideShow div.main_cap {
	position: fixed;
	top:235px;
	right:60px;

	color:#fff;
	text-align: right;
}

.fullSlideShow li img {
	width: auto;
	height: auto;
}

.fullSlideShow div.main_cap h2 {
	font-size: 280%;
	line-height: 1.5;
	text-align: right;
}

.fullSlideShow div.main_cap h3 {
	font-size: 172%;
	margin: 6px 5px 0 0;
	text-align: right;
}

.fullSlideShow a {
	z-index: 9999;
}

.fullSlideShow div.main_cap .arrow {
	display: block;
	margin: 10px 6px 0 0;
}



@media screen and (max-width:768px){

.fullSlideShow ul li {
	margin-top: 45px;
}

.fullSlideShow ul {
	position: absolute; /* absolute or fixed */
}

.pagiNation {
	top: 58px;
	right: 12px;
	position: absolute; /* absolute or fixed */

}

.fullSlideShow div.main_cap {
		/*display: none;*/

}
	
	
.fullSlideShow div.main_cap {
	position: fixed;
	top:245px;
	right:15px;

	color:#fff;
	text-align: right;
}	


.fullSlideShow div.main_cap .arrow {
	display: block;
	margin: 10px 6px 0 0;
}



}
