@charset "UTF-8";



.contents > .left_center{
	font-size: 14px;
	background-color: #fff;
	padding: 15px;
}

.contents > .left_center .articleList{
	
}

.contents > .left_center .articleList .article{
	margin: 30px 0;
}

.contents > .left_center .articleList .article .date{
	text-align: left;
}

.contents > .left_center .pagination{
	text-align: right;
	background-color: #ebebeb;
	padding: 15px;
}

.contents > .left_center .pagination .arrow a{
	color: #211915;
}

.contents > .left_center .pagination .arrow.prev{
	float: left;
}

.contents > .left_center .pagination .arrow.next{
	
}



/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

