@charset "UTF-8";
/* CSS Document */

/*//////////----- SLIDER-EVENT -----//////////*/

.slider-event-for{
	line-height:0;
}

.slider-event-for li a{
	display:block;
	
	transition:0.25s;
}

.slider-event-for li a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.slider-event-for li img{
	width:100%;
	vertical-align: bottom;
}

.slider-event-nav{
	box-sizing: border-box;
	padding:2.5px;
	
	line-height: 0;
	
	background-color:#f0f0f0;
}

.slider-event-nav li{
	box-sizing: border-box;
	padding:2.5px;
}

/*//////////----- FRONT-PAGE-TODAY -----//////////*/

#today div.post-content{
	width:100%;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	box-sizing: border-box;
	padding:5px;
}

#today article{
	width:50%;
	
	box-sizing: border-box;
	padding:2.5px;
}

@media only screen and (min-width: 640px){
	
	#today article{
		width:calc(100%/3);
	}
	
}

@media only screen and (min-width: 760px){
	
	#today article{
		width:25%;
		
		padding:5px;
	}
	
}

@media only screen and (min-width: 960px){
	
	#today article{
		width:calc(100%/3);
	}
	
}

/*//////////----- FRONT-PAGE-NEWS -----//////////*/

#news article{
	margin-bottom:10px;
}

#news article:last-child{
	margin-bottom:0;
}

@media only screen and (min-width: 760px){
	
	#news article{
		margin-bottom:15px;
	}
	
}
