@charset "utf-8";

/* 外観 */

#galleryContainer {
	padding-bottom: 60px;	
}

#gallerySlide {
	width: 100%;
	height: auto;
	position: relative;
}

#gallerySlide li {
	position: absolute;
	top: 0;
	left: 0;
}

#gallerySlide img {
	width: 100%;
	height: auto;
}

#gallerySlide li:first-child {
	z-index: 10000;
}

#bx-pager {
	margin: 20px auto;
	width: 100%;
	max-width: 940px;
}

#bx-pager a {
	margin-left: 5px;
	display: block;
	float: left;
}

#bx-pager a:first-child {
	margin-left: 0;
}

#bx-pager a.active {
	opacity: 0.5;
}

#footNavi { margin-top: 0px; }



@media screen and (max-width: 960px) {
#bx-pager {
	margin: 20px auto;
	width: 100%;
	max-width: 90%;
}
	
#bx-pager a {
	width: 18%;
	margin-left: 2%
}

.thumb06,
.thumb07, 
.thumb08,
.thumb09,
.thumb10 {
	margin-top: 10px;
}

#bx-pager a img {
	width: 100%;
	height: auto;
}
}
