@charset "UTF-8";
/* [gallery] ------------*/
.gallery {
	display:none;
	position:absolute;
	z-index:1001;
	width:100%;
}
/* [galleryList] ------------*/
.galleryList {
	margin:0 auto;
	padding:0 10px;
}
.galleryList li {
	display:none;
	margin:0 auto;
}
@media screen and (orientation:landscape){
	.galleryList li {
		width:71%;
		padding:10px;
	}
}
@media screen and (orientation:landscape) and (max-width:740px){
	.galleryList li {
		width:506px;
	}
}
@media screen and (orientation:landscape) and (max-width:670px){
	.galleryList li {
		width:458px;
	}
}
@media screen and (orientation:landscape) and (max-width:570px){
	.galleryList li {
		width:400px;
	}
}
/*----*/
.galleryList .text {
	color:#000;
	padding-top:3px;
	font-size:10px;
	line-height:1.5;
}

/* [close] ------------*/
.close {
	position:fixed;
	top:0;
	right:0;
	padding:10px 10px 20px 20px;
}
.close img {
	width:19px;
	height:19px;
}

/* [overlay] ------------*/
.overlay {
	display:none;
	position:fixed;
	z-index:1000;
	width:200%;
	height:200%;
	background:#999;
}



