@charset "utf-8";
/* CSS Document */

#event1_on,#event2_on,#event3_on,#event4_on,#event5_on,#event6_on,#event7_on,#event8_on,#event9_on,#event10_on,#event11_on,#event12_on,#event13_on {
	-moz-border-radius: 20px;
	background: #ffffff;
	-webkit-border-radius: 20px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	padding: 14px 22px;
	width: 400px;
	position: fixed;
	top: 100px;
	left: 50%;
	display: none;
	z-index: 300;
	border: 2px solid #CCCCCC;
	padding: 10px 15px 10px 15px;
	margin-left: -200px;
}
/* Lightbox表示時に背景を黒に */  
#BlackWindow {
	display: none;
	background: #000000;
	opacity: 0.7;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 200;
}