/*
*
*	dance-it-is 2019
*	news_single.css
*	Created by T.M. 2019.06.15
*
*/

#news_single {
	max-width: 840px;
	min-height: 1200px;
	margin-left: 50px;
}
.news_single_bar {
	width:100%;
	height: 4px;
	margin-bottom: 10px;
}
.news_single_title {
	font-size: 19px;
	line-height: 1.7em;
	margin-bottom: 10px;
}
.news_single_date {
	font-size: 13px;
	margin-bottom: 20px;
}
.news_single_eyecatch {
	width: auto;
	max-width: 530px;
	margin-bottom: 20px;
}
.news_single_contents {
	margin-bottom:150px;
	font-size: 1.2em;
	line-height: 1.7em;
}
.news_single_contents img {
	width:auto;
	max-width: 100%;
}

@media screen and (max-width: 750px) {
	#news_single {
		margin: 0px;
		padding: 30px;
	}
}
	