/* ==============================
   茜月チーム専用カラー設定
============================== */

.member-furigana {
  background: rgba(255, 235, 230, 0.8); /* 淡いオレンジ寄りの背景 */
  border-bottom: 1px solid #8c3a1a;     /* 濃い茜色で下線 */
  border-radius: 4px;
}

.member-generation {
  color: #8c3a1a; /* 濃い茜色（赤茶系） */
}

.profile-table {
  background: rgba(255, 235, 230, 0.6); /* 淡いオレンジ系背景 */
}

.profile-table td.unit a{
  color: #b85a2a; /* ユニット名強調（赤茶系） */
  text-decoration: none; /* 下線を消したい場合 */}

.member-comment {
  background: #ffe0cc;                  /* コメント背景を淡いオレンジに */
  border-left: 4px solid #b85a2a;       /* 左線を濃い赤茶で強調 */
}

.member-nav a:hover {
  color: #b85a2a; /* ナビゲーションホバー時の赤茶色 */
}
