@charset "utf-8";
#contents {
	height: auto;
	padding: 0 27px 18px;
	width: 726px;
}
h3, h4 {
	display: inline;
}
.event {
	display: block;
	min-height: 80px;
	height: auto !important;
	height: 230px;
	clear: both;
	margin: 15px 0 0;
	padding: 0;
	border-bottom: 1px solid #999;
	overflow: hidden;
}
.event p {
	margin: 3px 0 11px;
	padding: 0;
}
#contents p {
	margin-right: 153px;
}
#contents img {
	width: 140px;
	margin: 0 0 5px;
}
#contents img.left {
	float: left;
	margin-right: 10px;
}
#contents img.right {
	float: right;
	margin-left: 10px;
}


div.imgzoom {
	line-height: 0;
	font-size: 0;
	z-index: 4;
	
	border: 5px solid #fff;
	margin: -5px;
	
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

div.imgzoom a {
	background: url(../__common/gfx/icons/imgzoom-close.png) no-repeat;
	
	display: block;
	width: 44px;
	height: 45px;
	
	position: absolute;
	left: -22px;
	top: -22px;
	/* IE-users are to close-link in right-hand corner */
	*left: auto;
	*right: -22px;
	
	text-decoration: none;
	text-indent: -100000px;
	outline: 0;
	
	z-index: 5;
}

div.imgzoom a:hover {
	background-position: left -45px;
}

div.imgzoom img,
div.imgzoom embed,
div.imgzoom object,
div.imgzoom div {
	width: 100%;
	height: 100%;
}



