@charset "utf-8";
/* ----------------------------------------------------------------------
 * lightbox
 * ---------------------------------------------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position:absolute; top:0;
	left: 0;
	z-index: 9999;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
}
#cboxOverlay {
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	position: fixed;
	width: 100%;
}
#colorbox {
	outline:0;
}
#cboxWrapper {
	max-width: none;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	height: 395px;
	width: 700px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cboxIframe {
	border: 0;
	height: 100%;
	width: 100%;
}

/*cboxClose*/
#cboxClose {
	background: url(/contents/nishikawa-chain/global/img/lightbox_controls.png) no-repeat;
	background-size: cover;
	border: 0;
	cursor:pointer;
	height: 50px;
	overflow: visible;
	position: absolute;
	right: -60px;
	text-indent:-9999px;
	top: -60px;
	width: 50px;
}
#cboxClose:active {
	outline:0;
}

@media screen and (max-width:767px) {
	#cboxLoadedContent {
		height: 168px;
		width: 300px;
	}

	/*cboxClose*/
	#cboxClose {
		height: 30px;
		right: 0;
		top: -40px;
		width: 30px;
	}
}