@charset 'utf-8';


/* =========================================================
news
========================================================= */
#news-en{
	position: relative;
}
#news-en .inner{
	position: relative;
	padding-top: 12rem;
	padding-bottom: 18rem !important;
}
@media only screen and (max-width: 750px){
	#news-en{
	}
	#news-en .inner{
		padding-top: 1.2rem;
		padding-bottom: 1.8rem !important;
	}
}


/* =========================================================
news_list
========================================================= */
#news_list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:750px){
	#news_list {
		max-width: none;
	}
}


/* =========================================================
pagination
========================================================= */
#pagination{
	margin-top: 120px;
}
@media only screen and (max-width:750px){
	#pagination{
	margin-top: 1.2rem;
	}
}

