@charset "UTF-8";

/*------------------------------------*
	News
 *------------------------------------*/
#news {
	background-color: #fff;
	color: #000;
	text-align: left;
}
#news h2,
#news .post-list-wrapper,
#news div.fade {
	width: 100%;
}
#news .post-list-wrapper {
	margin-left: 50px;
}
#news a.link {
	max-width: 380px;
	margin-left: auto;
}
@media only screen and (min-width: 1024px) {
	#news .flexbox > .title {
		width: 30%;
	}
	#news .post-list-wrapper {
		width: 70%;
		margin-left: 0;
	}
}

