@charset "utf-8";
/*///////////////////////////////////////
** myModalGallery---CSS **
[rewrite:2017.6.1]
////////////////////////////////////////*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9900;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:#0451ff;
	background: rgba(4,81,255,0.7);
/*	background: -moz-linear-gradient(rgba(255,213,226,0.8),  rgba(255,67,164,0.8));
	background: -ms-linear-gradient(rgba(255,213,226,0.8),  rgba(255,67,164,0.8));
	background: -o-linear-gradient(rgba(255,213,226,0.8),  rgba(255,67,164,0.8));  
	background: -webkit-linear-gradient(rgba(255,213,226,0.8),  rgba(255,67,164,0.8));
	background: linear-gradient(rgba(255,213,226,0.8),  rgba(255,67,164,0.8));*/
}
.modal img { border: 0; display: block; }
.closeWindow {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	width: 80px;
	height: 80px;
	background: url(../images/close.png) center center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.mprev, .mnext {
	position: absolute;
	top: 0;
	width: 80px;
	width: 20%;
	height: 100%;
	transition: .3s;
	cursor: pointer;
	opacity: 0;
}
.mprev {
	left: -80px;
	background-position: 90% 52%;
	background-repeat: no-repeat;
	background-image: url(../images/prev.png);
}
.mnext {
	right: -80px;
	background-position: 10% 52%;
	background-repeat: no-repeat;
	background-image: url(../images/next.png);
}
.mprev:hover, .mnext:hover {
	opacity: 1;
	transition: .3s;
}
.galleryWindow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 9998;
//	padding: 10px;
	box-sizing: content-box;
	background-color: #ffffff;
//	border-radius: 5px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.galleryWindow .galleryImgBox {
	position: relative;
//	background: rgba(0,0,0,0.3);
}
.loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7777;
	width: 80px;
	height: 80px;
	margin: auto;
	background: url(../images/loading.gif) center center no-repeat;
}
.galleryWindow .galleryImgBox img {
	opacity: 0;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.galleryWindow .sampleTextBox {
	display: block;
	width: auto;
	/*テキスト表示箇所・縦幅*/
	height: 250px;
	padding: 8px 0;
	color: #7c646e;
}
.galleryWindow .sampleText {
	width: 97%;
	margin: 0 auto;
	padding-right: 10px;
	padding-bottom: 50px;
	font-size: 90%;
	line-height: 1.8em;
	white-space: pre;
	white-space: pre-line;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.galleryWindow .captionBox:before {
	content: '▲';
}
.galleryWindow .captionBox {
	display: block;
	width: auto;
	/*テキスト表示箇所・縦幅*/
	height: 30px;
	padding: 3px 5px;
	font-size: 90%;
	color: #7c646e;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.galleryWindow .tse-scrollbar {
	 height: 97%;
 }
.mimg .stxt,
.mimg .mcaption {
	display: none;
}

/*
.galleryMVBox {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 900px;
	height: 506px;
	overflow: hidden;
	margin: auto;
}
*/
.galleryMVBox video {
	position: relative;
	z-index: 8888;
	width: 900px;
}