@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*========================================   event   ========================================*/
.event{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
}
.event li{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: #CCCCCC dotted 1px;
}
.event li:last-child{
	margin-bottom: 0px;	
	padding-bottom: 0px;
	border-bottom: none;
}
.event_img{
	width: 100%;
	max-width: 770px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.event_title{
	font-weight: bolder;
	max-width: 1000px;
	margin: 15px auto 0;
}
.event_txt{
	max-width: 1000px;
	margin: 15px auto 0;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.event li{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}