/* ==============================
   碧凪チーム専用カラー設定
============================== */

.member-furigana {
  background: rgba(230, 245, 255, 0.8); /* 淡い水色背景 */
  border-bottom: 1px solid #2a7fb8;     /* 濃いめのブルーで下線 */
  border-radius: 4px;
}

.member-generation {
  color: #1a5a8c; /* 深めの青 */
}

.profile-table {
  background: rgba(230, 245, 255, 0.6); /* 淡い水色背景 */
}

.profile-table td.unit a{
  color: #2a7fb8; /* ユニット名強調（ブルー系） */
  text-decoration: none; /* 下線を消したい場合 */
}

.member-comment {
  background: #e3f2fd;                  /* コメント背景を淡いブルーに */
  border-left: 4px solid #1565c0;       /* 左線を濃いブルーで強調 */
}

.member-nav a:hover {
  color: #2a7fb8; /* ナビゲーションホバー時のブルー */
}
