@charset "UTF-8";

#news .inner {
	margin: 0 100px;
}
#news .inner .mainv {
	text-align: center;
	margin: 0 0 50px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {


	#news .inner {
		margin: 0;
	}
	#news .inner .mainv {
		margin: 0 0 20px;
	}

}


