@charset "utf-8";
#body > .edited_content.split{
	width:58%;
}
#body .events_wrap{
	text-align:center;	
	margin-top:40px;
}
#body .events_wrap .entry{
	margin-bottom:50px;
}
#body .events_wrap .entry > .title{
	font-size:28px;	
}
#body .events_wrap .entry > .date{
	font-size:14px;
	color:#aaa;	
}
#body .events_wrap .entry > .desc{
	text-align:left;
}
#body .events_wrap .entry > ._more{
	padding:0 15px;
	border-bottom:2px solid #5bb3df;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#999;
}
#body .events_wrap .entry > ._more:hover{
	color:#343434;
	border-color:#343434;
}
#body .events_wrap .entry > .end{
	width:40%;
	margin:auto;
	height:1px;
	background:#eee;
	margin-top:15px;
}
#body .events_wrap .paginator{
	font-size:12px;	
}
#body .events_wrap a.back{
	font-size:12px;
	padding:0 15px;
	border-bottom:2px solid #5bb3df;	
}
#body > .edited_content > .archive_wrap{
	margin-top:20px;	
}
#body > .edited_content > .archive_wrap ._item{
	height:40px;
	line-height:40px;
	font-size:15px;
	display:block;
	border-bottom:1px dashed #eee;
}
#body > .edited_content > .archive_wrap ._item > .month{
	width:40%;
	float:left;
	padding-left:2%;
}
#body > .edited_content > .archive_wrap ._item > .year{
	width:30%;	
	float:left;
	color:#aaa;
}
#body > .edited_content > .archive_wrap ._item > .total{
	height:30px;
	min-width:30px;
	float:right;
	border-radius:30px;
	background:#5bb3df;
	color:white;
	text-align:center;
	line-height:30px;
	margin:5px;		
}
#body > .edited_content > .archive_wrap ._item:hover .month{
	color:#5bb3df;
}
#body > .edited_content > .archive_wrap ._item:hover .total{
	background:#343434;	
}
#body > .edited_content .ext_label{
	height:40px;
	line-height:40px;
	background:#eee url(/images/ico_events_ext.png) no-repeat 0 0;	
	padding-left:50px;
	margin:20px 0 50px;
	position:relative;
}
#body > .edited_content .ext_label:after{
	content:'';
	position:absolute;
	top:0;
	right:-11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 11px 0 0;
	border-color: #eee transparent transparent transparent;
	line-height: 0px;
	_border-color: #eee #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#body > .edited_content .ext_label span.highlight{
	color:#5bb3df;
	font-family:merribold;	
}
#body > .edited_content .ext_label.search{
	background-position:0 -40px;	
}
#body > .float_form{
	width:26%;
	margin-bottom:50px;
}
#body > .float_form .search_wrap{
	width:100%;
	margin: 30px auto;
	text-align:center;
}
#body > .float_form .search_wrap input{
	width:90%;
	padding:0 5%;
	margin-bottom:0px;	
}
#body > .float_form .search_wrap > .info{
	font-size:12px;
	text-align:right;
	height:26px;
	line-height:26px;	
	padding-right:5px;
	color:#bbb;
}
#body > .float_form .search_wrap > .info a{
	text-decoration:underline;	
	cursor:pointer;
}
#body > .float_form .archive_wrap{
	margin-top:20px;	
}
#body > .float_form .archive_wrap ._item{
	height:40px;
	line-height:40px;
	font-size:15px;
	display:block;
	border-bottom:1px dashed #eee;
}
#body > .float_form .archive_wrap ._item > .month{
	width:40%;
	float:left;
	padding-left:2%;
}
#body > .float_form .archive_wrap ._item > .year{
	width:30%;	
	float:left;
	color:#aaa;
}
#body > .float_form .archive_wrap ._item > .total{
	height:30px;
	min-width:30px;
	float:right;
	border-radius:30px;
	background:#5bb3df;
	color:white;
	text-align:center;
	line-height:30px;
	margin:5px;	
}
#body > .float_form .archive_wrap ._item:hover .month{
	color:#5bb3df;
}
#body > .float_form .archive_wrap ._item:hover .total{
	background:#343434;	
}
#body > .float_form .archive_wrap > .more{
	height:20px;
	width:100px;
	display:block;	
	margin:auto;
	margin-top:20px;
	text-align:center;
	font-size:12px;
	border-bottom:2px solid #5bb3df;
}
#body > .float_form .archive_wrap > .more:hover{
	color:#5bb3df;	
}
@media only screen and (max-width: 480px) {
	#body > .edited_content.split{
		width:auto;
	}	
	#body .events_wrap .entry > .title{
		font-size:23px;	
	}
	#body .events_wrap .entry > .date{
		font-size:12px;
	}
	#body > .float_form{
		width:auto;
		margin-bottom:0;
		padding-bottom:80px;
		border-top:2px dashed #eee;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#body > .edited_content.split{
		width:auto;
	}	
	#body .events_wrap .entry > .title{
		font-size:26px;	
	}
	#body > .float_form{
		width:auto;
		margin-bottom:0;
		padding-bottom:80px;
		border-top:2px dashed #eee;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	#body .events_wrap .entry > .title{
		font-size:26px;	
	}
}