@charset "utf-8";
/* CSS Document */

img {

}

.event {
	width:475px;
	height:210px;
	margin: 5px;
	background-size:cover;
	background-color:#333;
	color: #FFF;
	position:relative;
	float:left;
}

.title {
	position: absolute;
	left:10px;
	top:5px;
	font-size: 24px;
	text-shadow: 0px 0px 6px black;
}

.detail {
	position: absolute;
	left:10px;
	top:45px;
	font-size: 12px;
	line-height: 150%;
	width: 460px;
	text-shadow: 0px 0px 6px black;
}

.content {
	position: absolute;
	left:10px;
	bottom:5px;
	font-size: 11px;
	line-height: 150%;
	width: 460px;
	text-shadow: 0px 0px 6px black;
}

.code {
	position: absolute;
	right:10px;
	top:6px;
	font-size: 14px;
	line-height: 150%;
	color: #FF0;
	text-shadow: 0px 0px 6px black;
}

.block {
	float:left;
	margin:0px 10px 10px 0px;
	padding:10px;
	border:solid 2px #CCC;
	border-radius: 5px;
	font-size: 12px;
	line-height: 200%;
	width: 120px;	
}




