@charset "utf-8";

/* 画像読み込み */

body:after {
	content: url(../img/lb-close.png) url(../img/lb-loading.gif) url(../img/lb-prev.png) url(../img/lb-next.png);
	display: none;
}

/* 全体 */

.lightboxOverlay {
	background: #010431;
	display: none;
	-ms-filter: "alpha(opacity=30)";
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.lightbox {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10000;
}

.lb-close {
	background: url(../img/lb-close.png) no-repeat 50% 50%;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	top: -50px;
	text-align: right;
	width: 50px;
}

.lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	z-index: 9000;
}

/* XBLAZE用フレーム */

.lb-xb {
	background: #000532;
	bottom: 0;
	border-bottom: 2px solid #00cad8;
	border-top: 2px solid #00cad8;
	height: 720px;
	margin: auto;
	padding: 15px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 980px;
	*zoom: 1;
}

/* コンテナ外側 */

.lb-outerContainer {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	*zoom: 1;
}

.lb-outerContainer:after {
	clear: both;
	content: "";
	display: table;
}

/* コンテナ本体 */

.lb-container {
	padding: 4px;
}

/* プリロード */

.lb-loader {
  -o-animation: pace-spinner 400ms linear infinite;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border: solid 2px transparent;
  border-left-color: #00cad8;
  border-radius: 10px;
  border-top-color: #00cad8;
	border: 0\9;
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  width: 14px;
  z-index: 1100;
}

/* ナビゲーション */

.lb-nav {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.lb-nav a {
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
	height: 100%;
	outline: none;
}

.lb-nav a:hover {
	opacity: .7;
}

.lb-prev,
.lb-next {
	cursor: pointer;
	display: block;
	height: 100%;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	bottom: 0;
	display: block;
	height: 55px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 39px;
}

.lb-nav a.lb-prev {
	background: url(../img/lb-prev.png) no-repeat 0 0;
	left: -54px;
}

.lb-nav a.lb-next {
	background: url(../img/lb-next.png) no-repeat 0 0;
	right: -54px;
}

/*.lb-dataContainer {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	*zoom: 1;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}*/

.lb-data .lb-details {
	margin-top: 8px;
}

.lb-caption {
	color: #fff;
	display: block;
	font-family: 'Open Sans', 'Meiryo', 'メイリオ', 'MS Pゴシック', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px -20px 0;
	text-align: center;
	text-shadow: -1px -1px 6px #0056ef, 1px -1px 6px #0056ef, -1px 1px 6px #0056ef, 1px 1px 6px #0056ef;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-image {
	margin-top: -20px;
}