@charset "UTF-8";

/*===============================================================================*/
/*lightbox*/
/*===============================================================================*/


#lightbox {
	position: absolute;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none 0;
	vertical-align:bottom;
}

#outerImageContainer{
	position: relative;
	background-color: #FFF;
	width: auto;
	height: auto;
	margin: 15px auto 0;
}

#imageContainer {
	padding: 15px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#imageContainer>#hoverNav { left: 0;}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	display: block;
	width: 49%;
	height: 100%;
	padding-bottom: 30px;
	background: transparent url(../img/prevlabel.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../../plan/img/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: 0 300px;
	text-align: left;
	vertical-align: middle;
}

#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../../plan/img/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: 100% 300px;
	text-align: right;
	vertical-align: middle;
}

#imageDataContainer {
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 1.2em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka;
	line-height: 1.4em;
}

#imageData {
	color: #555;
	padding: 0 15px 0 15px;
}

#imageData #imageDetails {
	float: left;
	display: block;
	text-align: left;
	width: auto;
}

#imageData #caption { font-weight: bold;}

#imageData #numberDisplay {
	display: block;
	clear: left;
	color: #555;
}

#imageData #bottomNavClose {
	float: right;
	width: 70px;
	height: 26px;
	margin: 30px 0 0;
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #5B0000;
}