#Contents article.people {
	display: block;
    margin: auto;
	padding: 0;
    width: 100%;
    max-width: 1600px;
}
#Contents article.people section {
	padding: 0 50px 50px;
}
#Contents article.people section h2 {
    float: left;
    margin: 0 20px 0 0;
    font-size: 1rem;
    line-height: 1;
}
#Contents article.people section ul.nav_category {
    float: left;
    margin-bottom: 0;
}
#Contents article.people section ul.nav_category li {
	float: left;
	margin-right: 1em;
	line-height: 1;
}
#Contents article.people section ul.nav_category li.current {
/*    border-bottom: solid 1px black;*/
}
#Contents article.people section ul.nav_category li.current a {
    color:#000;
}


#Contents article.people section ul:not(.nav_category) {
    clear: both;
	padding-top: 30px;
}
#Contents article.people section ul:not(.nav_category) li {
    width: calc( ( 100% - 120px ) / 4 );
    margin: 0 40px 20px 0;
}
#Contents article.people section ul:not(.nav_category) li:nth-child(4n) {
	margin-right: 0;
}

#Contents article.people section ul li .listImg {
    margin-bottom: 10px;
/*    border: solid 1px black;*/
    background-position: 50% 0%;
}
#Contents article.people section ul li .listImg a,
#Contents article.people section ul li .listImg span {
    padding-top: 120%;
}