/*
*
*	dance-it-is 2019
*	platform_single.css
*	Created by T.M. 2019.06.15
*
*/
/*-------------------------*/
/* news part */
/*-------------------------*/
#newslist {
	padding: 50px;
}
#newslist_title {
	width: 100%;
	text-align: center;
	font-family: "M+ 1p", sans-serif;
	font-weight: 700;
	background-color: #eee9e5;
	padding: 6px;
	font-size: 22px;
	color: black;
	margin-bottom: 20px;
}
#newslist_title img {
	width: auto;
	height: 24px;
}
#newslist_container {
	margin-left: 10px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.newslist_content {
	visibility: hidden;	/* the visibility will be visible by MUElementLoader */
	display: inline-block;
	width: 346px;
	height: 402px;
	margin-bottom: 20px;
}
.newslist_bar {
	width:100%;
	height: 4px;
	margin-bottom: 10px;
}
.newslist_box {
	padding:10px;
	height: 390px;
	line-height: 1.5em;
	border: 1px solid #E6326E;
}
.newslist_box img {
	width: 326px;
}
#newslist_more {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}
#newslist_more img {
	width: auto;
	height: 24px;
}
.newslist_eyecatch {
	width: 100%;
	height: 250px;
	max-height: 250px;
	text-align: center;
	margin-bottom: 10px;
}
.newslist_eyecatch img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:250px;
}

@media screen and (max-width: 750px) {
		
	/* news */
	#newslist {
		padding: 10px;
	}
	#newslist_container {
		margin: 0px;
	}
	.newslist_content {
		width: 48%;
		height:auto;
	}
	.newslist_eyecatch {
		height: auto;
	}
}