@charset "utf-8";




/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	max-height:400px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul.slide {
	top: 50%;
	left: 49%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
	margin-left:-50%;
	margin-top:-30%;
}
.fullSlideShow ul.slide li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul.slide li img {
	width: 100%;
	max-width:100%;
	margin:0;
}



/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* 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 {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius:50%;!important;
	-moz-border-radius:50%;!important;
	-o-border-radius:50%;!important;
	-ms-border-radius:50%;!important;
	border-radius: 50%;!important;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}




/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul.slide:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul.slide {
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.fullSlideShow{
	max-height: 290px;
	}
}

@media screen and (max-width:570px) {

.fullSlideShow{
	max-height:230px;
	/*position:static;*/
}

.fullSlideShow ul.slide{
	left:46%;
	margin-top:-40%;/*
	margin-left:;*/
	width:130%;
	}

	.fullSlideShow ul.slide li.viewList1{
		margin-left: -10%;
	}
}