@charset "UTF-8";

/* ---------------------------------------------------
 gallery
--------------------------------------------------- */
#gallery .section {
	margin-top: 100px;
}

#gallery .anchorLink + .section {
	margin-top: 50px;
}

@media (max-width: 767px) {
	#gallery .section {
		margin-top: 40px;
	}

	#gallery .anchorLink + .section {
		margin-top: 20px;
	}

	#gallery .section .centerTitle img {
		height: 36px;
		width: auto;
	}
}/* --- media 767px以下 --- */


/* ----------------------------------------
 gallery area
---------------------------------------- */
#gallery .galleryArea .slider {
	position: relative;
	margin-bottom: 25px;
}

#gallery .galleryArea .slides li {
	background: #F1F1F1;
	text-align: center;
}

#gallery .galleryArea .slider .slides {
	max-height: 525px;
}

#gallery .galleryArea .thumbnail .slides {
	max-height: 87px;
}

#gallery .galleryArea .thumbnail .slides li {
	cursor: pointer;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#gallery .galleryArea .slider {
		margin-bottom: 15px;
	}

	#gallery .galleryArea .slides li img {
		max-width: 100%;
		max-height: 200px;
	}

	#gallery .galleryArea .thumbnail .slides li img {
		max-height: 40px;
	}
}/* --- media 767px以下 --- */


/* direction-nav */
#gallery .galleryArea .direction-nav a {
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 525px;
	text-decoration: none;
	text-indent: -8000em;
	outline: none;
}

#gallery .galleryArea .direction-nav a.prev {
	left: 0;
	background: url(../images/gallery_arrow_prev.png) no-repeat left 10px center;
}

#gallery .galleryArea .direction-nav a.next {
	right: 0;
	background: url(../images/gallery_arrow_next.png) no-repeat right 10px center;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#gallery .galleryArea .direction-nav a {
		top: 50%;
		width: 25px;
		height: 30px;
		margin-top: -15px;
	}

	#gallery .galleryArea .direction-nav a.prev,
	#gallery .galleryArea .direction-nav a.next {
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}
}/* --- media 767px以下 --- */