#contents {
	padding-bottom: 110px;

}
#contents .contents-box {
	max-width: 792px;
	margin: 0 auto;
}
#contents .contents-box h2 {
	background-color: #f56969;
	font-size: 24px;
	line-height: 62px;
	border-radius: 50px;
	margin-bottom: 35px;
}
#contents .contents-box h3.catch-title {
	font-size: 26px;
	text-align: center;
	margin: 0 0;
	letter-spacing: 0.03em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
}

#member-table table {
	width: 100%;
	border-spacing: 1px;
	background-color: #7f7f7f;
	margin-bottom: 60px;
	font-size: 13px;
}
#member-table table caption{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 17px;
	text-align: left;
	padding-top: 60px;
}

#member-table table th ,
#member-table table td {
	height: 3rem;
	/*line-height: 60px;*/
	text-align: center;
	vertical-align: middle;
}
#member-table table thead th {
	background-color: #f2f2f2;
	font-size: 0.7rem;
}
#member-table table thead th:nth-child( 1 ) {
	background-color: #e6bc3c;
}
#member-table table tbody tr th {
	width: 250px;
}
#member-table table tbody tr th a {
	color: inherit;
	text-decoration: inherit;
}
#member-table table tbody tr:nth-child( even ) th {
	background-color: #e6bc3c;
}
#member-table table tbody tr:nth-child( odd ) th {
	background-color: #e8c867;
}
#member-table table tbody td {
	background-color: white;
}
#member-table table.member-list tbody tr td:nth-child( 2 ) {
	min-width: 5rem;
}
#member-table table.member-list tbody tr td:nth-child( 3 ) {
	text-align: left;
	padding: 0 1rem;
	padding: 0.5rem;
	/*line-height: 2.5rem;*/
}
#member-table table.member-list tbody tr td:nth-child( 4 ) ,
#member-table table.member-list tbody tr td:nth-child( 5) {
	font-family: 'Lato', sans-serif !important;
	padding: 0 0.5rem;
	font-size: 0.8rem;
	min-width: 6rem;
}

#member-table table.leaders-list tbody tr td {
	text-align: left;
	padding: 0.9rem;
}
#member-table table.leaders-list tbody tr th ,
#member-table table.leaders-list tbody tr td:nth-child( 1 ) {
	font-size: 0.8rem;
}

