@charset "UTF-8";

/*//////////----- EVENT -----//////////*/

#event{
	/* background-color:#f8f8f8; */
	color:#000;
}

#event div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 840px;
	
	box-sizing: border-box;
	padding:5px;
}

#event article{
	width:100%;
	margin-bottom:10px;
}

#event article:last-child{
	margin-bottom:0;
}

@media only screen and (min-width: 720px){
	
	#event article{
		margin-bottom:15px;
	}
	
}