/*-------------------------------
 photo
-------------------------------*/
.photo_list {
	display: none;
}
#photo_set {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
#photo_set .bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
#photo_set #photo_wrap {
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px 10px 20px;
	width: 1000px;
	box-sizing: border-box;
}
#photo_set #photo_wrap .items {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#photo_set #photo_wrap .items {
	text-align: center;
}
#photo_set #photo_wrap .items img {
	max-width: 900px;
	max-height: 600px;
	display: block;
	margin: 0 auto;
}
#photo_set #photo_wrap #close_btn {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 0;
	z-index: 15;
	cursor:pointer;
}

#photo_set #photo_wrap #close_btn img{
	width: 40px;
	height: 40px;
}

#camp_enta h4{
	margin-bottom: 30px;
}

h6.date{
	font-size: 18px;
	margin: 20px 0 0 0;
	font-weight: bold;
}
.camp_gallery{
	width: 740px;
	margin-bottom: 20px;
}

.camp_gallery li.camp_photo > a > img {
	width: auto;
	height: 120px;
	float: left;
	margin: 0 5px 5px 0;
}