
.page_title{	margin-bottom: 30px;}


/** event **/

#event{
	padding: 0 20px;
}
.evbox{
	background: rgba(255, 255, 255, 0.95);
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.evbox:last-of-type{	margin-bottom: 0;}
.evbox .img{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
.evbox .img img{
	width: 100%;
	height: auto;
}
.evbox h3{
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin: 0 20px 15px 20px;
	padding: 5px 0;
	color: #fff;
	background: #4cb8c5;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.evbox .txt{
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 0 20px 20px 20px;
}
.evbox .txt img{
	max-width: 100%;
	width: auto;
	height: auto !important;
}
.evbox .txt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.evbox .txt u{	text-decoration: underline;}
