
.deital {
	display: flex;
	width: 90%;
	margin: auto auto 20px;
	background: var(--color-lightgray);
	padding: 20px;
	border-radius: 10px;
}
.deital .deital-img {
	width: 20px;
	height: 20px;
}
.deital .deital-txt {
	font-size: 0.7em;
	margin-left: 5px;
}


.member {
	width: 90%;
	margin: auto;
}
.member table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.member table tr {}
.member table tr td {
	background: #FFF;
}
.member table tr td.member-icon {
	width: 60px;
}
.member table tr td.member-icon a {
	text-align: right;
}
.member table tr td.member-name {
}
.member table tr td a {
	display: block;
	padding: 10px 10px;
}
.member table tr td a img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	border: 1px solid var(--color-lightgray);
}
.member table tr td a span {}
.member table tr td a .number {
	font-size: 0.6em;
	display: block;
	color: #686868;
}
.member table tr td a .number.official {
	padding-left: 22px;
}
.member table tr td a .number.official:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(/common/img/icon-official.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.member table tr td a .name {
	font-size: 0.8em;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #59A0F0;
}
.member table tr td a .name.women {
	color: #f059ab;
}

.nologin {
	max-width: 500px;
}


/*===========================
=============================
SP ~750
=============================
===========================*/
@media screen and (min-width:750px) {
}