#news .pager {
	position: relative;
	padding: 30px 0;
	font-size: 0;
	text-align: center;
}

#news .pager a, 
#news .pager b {
	display: inline-block;
	padding: 8px 0;
	margin: 0 10px;
	width: 2em;
	font-size: 1.8rem;
	line-height: 1;
	border: solid 1px #FF0000;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

#news .pager a {
	color: #FF0000;
	background-color: #FFFFFF;
}

#news .pager b {
	color: #FFFFFF;
	background-color: #FF0000;
}

#news .pager a:first-child, 
#news .pager b:first-child {
	margin-left: 0;
}

#news .pager a:last-child, 
#news .pager b:last-child {
	margin-right: 0;
}

#news .article_list, 
#news .detail {
	padding: 20px 0;
}

#news .article_list li {
	display: flex;
	align-items: start;
	gap: 1em;
	padding: 10px 0;
}

#news .article_list li > div {
	flex: 1;
}

#news .article_list li .thumbnail {
	width: 25%;
	object-fit: cover;
	object-position: center top;
	aspect-ratio: 3 / 2;
}

#news .ck-content * {
	margin: unset;
	padding: unset;
	border: unset;
	outline: unset;
	font-size: unset;
	font-family: initial;
	color: unset;
	line-height: unset;
	vertical-align: top;
	list-style: unset;
	box-sizing: unset;
	max-width: unset;
}

#news .ck-content a {
	color: #0000FF;
	text-decoration: underline;
}

#news .ck-content p {
	margin: 10px 0;
}

#news .gallery {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style-type: none;
	text-align: center;
	padding: 20px 0 0 0;
}


@media all and (min-width: 768px) {
	#news .article_list li .thumbnail {
		width: 200px;
	}
}
