@charset "utf-8";


/*-------------------------------------------------------------------------*/
#main .section_wrapper{
	border:solid 1px #DC225C;
	padding:23px 0 0 0;
}

#main .section {
	_height: 1px;
	min-height: 1px;/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
	margin-bottom: 25px;
	clear: both;
}
#main .section:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#main .section .eventLeft {
	margin-left:50px;
	float: left;
	width: 300px;
}
#main .section .eventRight {
	margin-right:50px;
	float: right;
	width: 300px;
}
#main .section dl {
}
#main .section dt {
	margin-bottom: 2px;

}
