
#wrapper{
	height: 100%;
}
#footer{
  z-index: -1;
}

.fixed {
  position: fixed!important;
  top: 0;
  width: 100%;
  z-index: 100;
}

.contents_head img{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.contents_img img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.gallery{
  background-position: 0 0;
}





.gallery_title_area{
	width: 1024px;
	height: auto;
	margin: 80px auto;
	text-align: center;
}


.gallery_title_area img{
	display: inline-block;
}

.gallery_title_area p{
	font-size: 14px;
	line-height: 25px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	margin-top: 35px;
}

.gallery_img{
	width: 100%;
	height: auto;
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}

.gallery_img img{
	width: 22%;
	height: auto;
	margin-left: 3%;
	margin-top: 3%;
	box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 4px 1px;
}


.gallery_img a:nth-child(1)>img,
.gallery_img a:nth-child(5)>img,
.gallery_img a:nth-child(9)>img,
.gallery_img a:nth-child(13)>img,
.gallery_img a:nth-child(17)>img,
.gallery_img a:nth-child(21)>img,
.gallery_img a:nth-child(25)>img,
.gallery_img a:nth-child(29)>img,
.gallery_img a:nth-child(33)>img,
.gallery_img a:nth-child(37)>img,
.gallery_img a:nth-child(41)>img,
.gallery_img a:nth-child(45)>img{
	margin-left: 0;
}