.staffDir {
	width: 380px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}
.staffAlpha {
	position: sticky;
	top: 0;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	z-index: 10;
	margin-bottom: 8px;
}
.staffAlphaBtn {
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	min-width: 28px;
	padding: 6px 8px;
	background: #ffffff;
	color: #333333;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1;
}
.staffAlphaBtn:hover {
	background: #eeeeee;
}
.staffAlphaBtn.is-active {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}
.staffGroup[hidden] {
	display: none;
}
.staffMember {
	padding: 4px 10px;
	border-bottom: 1px solid #eeeeee;
}
.staffName {
	font-weight: 500;
	margin-bottom: 2px;
}
.staffPhone {
	color: #555555;
	margin-bottom: 2px;
}
.staffEmail {
	word-break: break-all;
}