@charset "UTF-8";

/*------------EVENT---------------*/
#event #item .section{
	width:900px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	/*border:1px #999 dotted;
	border-width:0 0 1px 0;*/
}

#event #item .section img.main_img{
	float:right;
	margin-left:10px;
}

#event #item .section .text{
	width:580px;
	float:left;
}


#event #item .section .text h3 span.date{
	color:#900;
	font-size:80%;
}

#event #premiumstg {
	width: 900px;
	margin: 20px auto;
	background-color: #DDD;
	border-radius: 5px;
}

#event #premiumstg-body {
	padding:20px;
}


