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

	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 .top_photo img{
	width: 100%;
}
.fullSlideShow ul li .pamfimg img{
	width: 40%;
	}
@media screen and (min-width:769px) and ( max-width:1366px){

.fullSlideShow ul li .pamfimg img{
	width: 20%;
	}
}


/* 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(../images/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../images/btnNext.png) no-repeat center center;
}

/* PagiNation
--------------------------- */
.pagiNation {
	top: 20px;
	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.top_main_caption {
	position: fixed;
	top:235px;
	right:60px;

	color:#fff;
	text-align: right;
}

.fullSlideShow li img {
	width: auto;
	height: auto;
}

.fullSlideShow div.top_main_caption h2 {
	font-size: 180%;
	line-height: 1.2;
	text-align: right;
}

.fullSlideShow div.top_main_caption h3 {
	font-size: 172%;
	margin: 6px 5px 0 0;
	text-align: right;
}

.fullSlideShow a {
	z-index: 9999;
}

.fullSlideShow div.top_main_caption .arrow {
	display: block;
	margin: 10px 6px 0 0;
}



@media screen and (max-width:768px){

.top_main{
	display: none;
}



}
