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

.sisterBox {
	background-color: #006191;
}

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

.sisterBox:hover {
	opacity: 0.8;
}

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

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

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

.sisterName ,.sisterSize, .sisterDate {
  color: #006191;
}

.sisterName {
  font-size: 14px;
  padding: 6px 0 1px 10px;
  font-weight: bold;
  height: 23px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sisterSize, .sisterDate {
  font-size: 12px;
}

.sisterSize {
  padding: 1px 0 0 10px;
}

.sisterDate {
  padding: 1px 0 5px 10px;
}
