@charset "utf-8";

/*
//  CPLightBox Class (CPLightBox.css) ver 1.1.a
//
//  Created by Jun.S on 2009.04.01
//  CPLightBox Copyright 2009 Commons Plus and AltSwitch.
//  http://www.coplus.co.jp/
//  http://www.altswitch.com/
//  This script is licensed under the Creative Commons Attribution 3.0 License
//  http://creativecommons.org/licenses/by-sa/3.0/
*/


#LB_DivBox {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 999;
}


#LB_Overray {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background-color: #000;
	opacity: 0.0;
	filter: Alpha(opacity=0);
	z-index: -1;
}


#LB_ContentsContainer {
	margin: 0 auto;
	padding: 8px;
	background-color: #FFF;
	-webkit-box-shadow: 4px 4px 15px #000;
	-moz-box-shadow:  4px 4px 15px #000;
	visibility: hidden;
	z-index: +1;
}


#LB_Contents {
	text-align: center;
	position: relative;
	zoom: 1;
}


#LB_Contents:after {
	content: "";
	display: block;
	clear: both;
}


#LB_Contents a {
	color: #666;
	text-decoration: none;
}


#LB_Contents a:hover {
	color: #444;
	text-decoration: none;
}


#LB_Contents img {
	zoom: 1;
}


#LB_IFRAME {
	border: none;
	margin: 0;
	padding: 0;
}


#LB_Contents p.LB_PrevBtn {
	font-size:12px;
	width: 20%;
	margin: 10px 0 0 0;
	text-align: left;
	display: block;
	float: left;
}
	* html #LB_Contents p.LB_PrevBtn {
		margin-bottom: 5px;
	}
	*:first-child + html #LB_Contents p.LB_PrevBtn {
		margin-bottom: 5px;
	}


#LB_Contents p.LB_Caption {
	font-size:12px;
	width: 60%;
	margin: 10px 0 0 0;
	text-align: center;
	display: block;
	float: left;
}
	* html #LB_Contents p.LB_Caption {
		margin-bottom: 5px;
	}
	*:first-child + html #LB_Contents p.LB_Caption {
		margin-bottom: 5px;
	}


#LB_Contents p.LB_NextBtn {
	font-size:12px;
	width: 20%;
	margin: 10px 0 0 0;
	text-align: right;
	display: block;
	float: left;
}
	* html #LB_Contents p.LB_NextBtn {
		width: 19.9%;
		margin-bottom: 5px;
	}
	*:first-child + html #LB_Contents p.LB_NextBtn {
		width: 19.9%;
		margin-bottom: 5px;
	}


#LB_ContentsClose {
	font-size:12px;
	padding: 3px;
	width: 15px;
	text-align: center;
	background-color: #111;
	position: absolute;
	top: -8px;
	right: -29px;
	display: none;
	-webkit-box-shadow: 4px 4px 15px #000;
	-moz-box-shadow:  4px 4px 15px #000;
}

#LB_ContentsClose:hover {
	background-color: #888;
	cursor: pointer;
}

#LB_ContentsClose a {
	text-decoration: none;
	color: #ccc;
}

#LB_ContentsClose a:hover {
	text-decoration: none;
	color: #ccc;
}

#LB_getFlash {
	text-align: center;
	background-color:#ddd;
}

