body {
  font-family: "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: normal;
  background-color: #04060f; /* サイトの宇宙空間に統一 */
  text-align: center;
  color: #cbd5e1;
}

.profile-container {
  max-width: 600px;
  margin: 60px auto;
  background: rgba(8, 12, 28, 0.85);
  border: 1px solid rgba(0, 242, 254, 0.2);
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

th {
  color: #fff;
  background-color: #09142e; /* ドレスのディープブルー */
  width: 30%;
  padding: 12px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 242, 254, 0.1);
}

td {
  color: #cbd5e1;
  padding-left: 15px;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* 画像が配置されるセルの装飾設定 */
.p_img {
  width: 141px;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  border-left: 1px solid rgba(0, 242, 254, 0.15);
  padding: 10px;
}

.p_img img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 242, 254, 0.2);
}

.back-home {
  margin-top: 25px;
}

.back-home a {
  color: #00f2fe;
  text-decoration: none;
  font-size: 11px;
}

.back-home a:hover {
  text-shadow: 0 0 8px #00f2fe;
  color: #fff;
}
