/* =====================================
   作品編集一覧テーブル（拡張）
   ===================================== */
   
.table-works .col-no {
  text-align: center;
}

.table-works .col-student-name {
    color: #333;
    font-size: 1.5rem;
    letter-spacing: .08em;
}

.table-works .col-student-name span {
  font-size: 1.3rem;
}

.table-works td {
    padding: 1.6rem 1.6rem;
}

.table-works .profile-avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  object-fit: cover;
}

a .profile-avatar {
  cursor: zoom-in;
}

