@charset "utf-8";
/* CSS Document */
.main section h2{
	width:auto;
	max-width:340px;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	margin:0 0 10px;
	padding:0;
	background:url(../../images/event/title_event.gif) no-repeat;
	background-size:100%;
}
.event_new .icon{
	display:block;
	width:200px;
	height:200px;
	margin:0 0 20px;
}
.event_new strong{
	font-size:1.1em;
	line-height:2em;
	border-bottom:1px solid #462C1F;
	margin-bottom:10px;
}
.event_new{

}
.main .event_new .button{
	background-color:#462C1F;
	color:#F4F4EB;
	padding:5px 20px;
	display:inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.main .event_new .button:hover{
	background-color:#BDA000;
	color:#462C1F;
}