/* オーバーレイヤー */
#overLayer{
	position:fixed;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1000;
}
#overLayer.open{
	display: block;
}

#overLayer .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0px;
	left: 0px;
	opacity: 0.8;
}

#overLayer .view{
	position: relative;
	width: 760px;
	height: 550px;
	padding: 30px;
	background: #fff;
	border: 1px solid #fff;
	/*border-radius: 5px;*/
}

#overLayer .view .view_img{
	position: absolute;
	width: 820px;
	height: 540px;
	top: 30px;
	background: #fff;
	text-align: center;
}
#overLayer .h2ttl{
	margin-bottom: 20px;
}


#overLayer .view .view_img > img{
	height: 540px;
}

#overLayer .view .close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
#overLayer .view .prev_img,
#overLayer .view .next_img {
	position: absolute;
	width: 410px;
	height: 540px;
	top: 30px;
	left: 0px;
	cursor: pointer;
}
#overLayer .view .next_img {
	left: 410px;
}

#overLayer .view .txt{
	position: absolute;
	left: 15px;
	bottom: 20px;
}

#overLayer .view .txt p,
#overLayer .view .txt .prev_arrow,
#overLayer .view .txt .next_arrow{
	display: inline;
	margin-right: 15px;
	color: #808080;
}

#overLayer .view .txt .prev_arrow,
#overLayer .view .txt .next_arrow{
	cursor: pointer;
}

#overLayer .view .view_txt{
	position: absolute;
	width: 540px;
	top: 470px;
	text-align: center;
	font-size: 139%;
	font-weight: bold;
	letter-spacing: 0;
}

img.items_img{
	cursor: pointer;
}

/*
@media screen and (max-device-width: 761px) {
	#overLayer .view{
		position: relative;
		width: 270px;
		height: 420px;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 5px;
	}

	#overLayer .view .view_img{
		position: absolute;
		width: 270px;
		height: 320px;
		top: 30px;
		background: #fff;
		text-align: center;
	}

	#overLayer .view .view_img > img{
		height: 320px;
	}
	#overLayer .view .prev_img,
	#overLayer .view .next_img {
		position: absolute;
		width: 135px;
		height: 320px;
		top: 30px;
		left: 0px;
		cursor: pointer;
		z-index: 10;
	}
	#overLayer .view .next_img {
		left: 135px;
	}
}
*/

#overLayer .view iframe{
	width: 760px;
	height: 550px;
	border: none;
}