.cntentsbox {
	display: flex;
	justify-content: space-between;
}

.staff #rap .box {
	width: 640px;
	margin: 0 auto;
}

.staff #rap .box ul {
	display: flex;
	flex-wrap: wrap;
}

.staff #rap .box ul li {
	width: 160px;
	margin-bottom: 20px;
}

.staff #rap .box ul li a {
	filter: grayscale(100%);
}

.staff #rap .box ul li a:hover {
	filter: grayscale(0);
	opacity: 1;
}

.staff #rap .box ul li img {
	width: 100%;
	height: auto;
}

.staff #rap .box .yakusyoku,
.staff #rap .box .name {
	color: #FE6C6C;
	font-family: "???", YuMincho, "?????? ProN W3", "Hiragino Mincho ProN", "?? ???", "?? ??", serif;
	line-height: 1;
}

.staff #rap .box .yakusyoku {
	font-size: 12px;
	padding: 5px 0;
}

.staff #rap .box .name {
	font-size: 18px;
	font-weight: 600;
}

#lnavi img {
	width: 100%;
}