/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2024 | 07:29:46 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.members-wrapper ul li:nth-child(1) {
    border: 0px solid #ccc;
}

.regular-wrapper ul {
	width: 365px;
}
.regular-wrapper ul li:nth-child(1) {
	width: 365px;
	height: 146px;
}
.regular-wrapper ul li:nth-child(1) img {
    height: 102px;
    max-width: 160px;
}
.regular-wrapper .members-box-s2 ul li:nth-child(2) {
	margin: 25px 0 13px;
	padding: 0 6px;
}
.regular-wrapper .members-box-s2 ul li:nth-child(3){
	padding: 6px;
}

/* 画像が2個並ぶ時用 */
.members-box-twoFigures {
	margin-bottom: 70px;
}

.members-box-twoFigures a {
	margin-bottom: 0px;
}

.members-box-twoFigures ul li:nth-child(1) {
	width: 172px;
	height: 146px;
	margin: 0 10px;
}

.regular-wrapper .members-box-s2 .members-box-twoFigures .twoFigures {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
