#Contents article section ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	justify-content: flex-start;
}

#Contents article section ul.nav_category {
	margin: 0 0 20px 0;
}
#Contents article section ul.nav_category li {
	margin: 0 20px 0 0;
	width: auto;
}
#Contents article section ul.nav_category li.now a {
	color:#000;
}

#Contents article section ul li {
	position: relative;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	width: calc((100% - 80px)/5);
}
#Contents article section ul li .listImg {
	position: relative;
	background-color: #ccc;
	overflow: hidden;
}
#Contents article section ul li .listImg a,
#Contents article section ul li .listImg span {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#Contents article section ul li .listImg a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#Contents article section ul li .listImg a img,
#Contents article section ul li .listImg span img {
	width: inherit;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: 50% 0%;
}
#Contents article section ul li h3 {
	margin: 5px 0;
	font-size: 1rem;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#Contents article section ul li h3 a{
	color:#000;
}
/*
#Contents article section ul li h3.new a:before {
	content: "";
	width: 3.5em;
	height: .9em;
	background-image: url('../../../../file/image/mark_new_r.svg');
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}
*/
#Contents article section ul li .subtitle {
	margin: 5px 0;
	font-size: 0.9rem;
}
#Contents article section ul li .sub_info{
	position: absolute;
	bottom: 0; left: 0;
	line-height: 1.4em;
}
#Contents article section ul li .sub_info .sub_date{
	color: #999;
	font-size: 0.85rem;
}
#Contents article section .other{
	font-weight: bold;
}

#Contents article .paging {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}
#Contents article .paging > * {
	display: inline-block;
	margin: 0 2px;
	padding: 5px 8px;
	font-size: 1rem;
}
#Contents article .paging span {
	color: #999;
}
#Contents article .paging a {
	color: #333;
}
#Contents article .paging .current {
	text-decoration: underline;
}
#Contents article .page.error p {
	margin: 50px 0 0;
	text-align: center;
}
