/* 他店出勤情報　
--------------------------------------------------------- */

.sisterBox {
	background-color: #ffffff;
	border: 1px solid #006191;
	box-sizing: border-box;
}

.sisterBox {
  width: 227px;
  margin: 7px 4.6px 7px 4px;
  cursor: pointer;
  display: inline-block;
}

.sisterBox:hover {
	opacity: 0.8;
}

.sisterPhoto {
  width: 100%;
  max-height: 300px;
  overflow-y: hidden;
  position: relative;
}

.sisterPhoto img {
  object-fit: cover;
  width: 100%;
}

.sisterPhoto span {
  position: absolute;
  background-color: #006191;
  right: 0;
  bottom: 12px;
  color: #ffffff;
  z-index: 1;
  padding: 4px 8px;
  font-size: 12px;
}

.sisterBox a {
  text-decoration: none;
  line-height: 100%;
}

.sisterName ,.sisterSize, .sisterDate {
  color: #2c2c2c;
}

.sisterName {
  font-size: 14px;
  /* padding: 6px 0 1px 10px; */
  font-weight: bold;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 7px;
	letter-spacing: 0.05em;
	border-top: 1px solid #006191;
}

.sisterName span {
	font-size: 12px;
	margin-left: 3px;
}

.sisterSize, .sisterDate {
  font-size: 12px;
	text-align: center;
	letter-spacing: 0.1em;
}

.sisterSize {
  /* padding: 1px 0 0 10px; */
	margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.sisterDate {
	background-color: #006191;
  padding: 4px 0;
	color: #ffffff;
}
