@charset "UTF-8";
/*==================================================================
	page-gallery.css
===================================================================*/

/* ------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/

#gallery #contents {
	padding-top: 70px;
	padding-bottom: 80px;
	min-height: 800px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	#gallery #contents {
		padding-top: 30px;
		min-height: 400px;
		padding-bottom: 40px;
	}
}

/* ------------------------------------------------------------------
	#gallery .ttlArea
-------------------------------------------------------------------*/
#gallery .ttlArea {
	background-image: url(../img/gallery/bg_gallery_ttl.jpg);
}
@media only screen and (max-width: 768px) {
	/*.gallery-link{
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
 }*/
}

/* ------------------------------------------------------------------
	#gallery #contents
-------------------------------------------------------------------*/
#gallery #contents {
}
#gallery #contents .container {
}
#gallery #contents .container ul {
}
#gallery #contents .container ul li {
	float: left;
	margin-bottom: 20px;
}
#gallery #contents .container ul li img {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.01); /*画像ズレを防ぐ*/
}

.gallery-link {
	text-align: center;
}
