@charset "utf-8";

/*popupイベント*/
 .events {
	position: relative;
}
 .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	color: white;
	border: 2px solid black !important;
	font-size: 13px;
	width: 310px;
	-moz-border-radius: 3px;  /*anable only by mozilla*/
	-khtml-border-radius: 3px;/*anable only by mozilla*/
	-webkit-border-radius: 3px;/*anable only by mozilla*/
	-border-radius: 3px;/*anable only by mozilla*/
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;/*css3*/
}
 .events li {
	background-color:#FFFF99;
	padding: 8px;
	opacity: 0.8;
	filter: alpha(opacity=80);/*独自拡張プロパティー*/
	border:none;
}
 .events li *{
	opacity:1;
	color:#000000;
}
