/* 全体設定 ===================================================================================== */

* {
  margin:  0;
  padding: 0;
  font-family:IPAMonaPGothic,'IPA モナー Pゴシック',Monapo,Mona,'MS PGothic','ＭＳ Ｐゴシック',sans-serif;
}

br {
  margin-bottom: 12px;
}

.page01 {
  background-image: url('../img/bg001.jpg');
  background-attachment: fixed;
  color: #ffffff;
}

.page02 {
  background-image: url('../img/bg005.jpg');
  background-attachment: fixed;
  color: #000000;
}

.page03 {
  background-image: url('../img/bg006.jpg');
  background-attachment: fixed;
  color: #ffffff;
}

/* プロフィール ===================================================================================== */

/* テーブル全体 */
.profileTable {
  width: 750px;
  border: 2px solid #000;
  border-collapse: separate; /* ←重要 */
  border-spacing: 0;
  background-color: #ffffcc; /* 懐かしの薄黄色 */
  font-family: "MS Gothic", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* 共通セル */
.profileTable td {
  padding: 6px;
  border-style: solid;
  border-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

/* 1列目（項目名） */
.profileTable td:nth-child(1) {
  width: 300px;
  text-align: center;
  background-color: #ccccff; /* 薄紫 */
  border-color: #ffffff #666699 #666699 #ffffff; 
  font-weight: bold;
  font-size: 1.5rem;
  color: #000066;
}

/* 2列目（内容） */
.profileTable td:nth-child(2) {
  width: 500px;
  text-align: left;
  background-color: #ffffff;
  border-color: #ffffff #999999 #999999 #ffffff;
  color: #000066;
  font-weight: normal;
  font-size: 1.1rem;
}

/* 行ホバー（当時は無かったけど入れても楽しい） */
.profileTable tr:hover td {
  background-color: #ffffee;
}

/* 100の質問 ===================================================================================== */

/* テーブル全体 */
.profileTable2 {
  width: 750px;
  border: 2px solid #000;
  border-collapse: separate; /* ←重要 */
  border-spacing: 0;
  background-color: #ffffcc; /* 懐かしの薄黄色 */
  font-family: "MS Gothic", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* 共通セル */
.profileTable2 td {
  padding: 6px;
  border-style: solid;
  border-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

/* 1列目（項目名） */
.profileTable2 td:nth-child(1) {
  width: auto;
  text-align: left;
  background-color: #ccccff; /* 薄紫 */
  border-color: #ffffff #666699 #666699 #ffffff; 
  font-weight: bold;
  font-size: 1.2rem;
  color: #000066;
}

/* 2列目（内容） */
.profileTable2 td:nth-child(2) {
  width: auto;
  text-align: left;
  background-color: #ffffff;
  border-color: #ffffff #999999 #999999 #ffffff;
  color: #000066;
  font-weight: normal;
  font-size: 1.0rem;
}

/* 行ホバー（当時は無かったけど入れても楽しい） */
.profileTable2 tr:hover td {
  background-color: #ffffee;
}


/* PCスペック ===================================================================================== */

/* テーブル全体 */
.pcTable {
  width: 750px;
  border: 2px solid #000;
  border-collapse: separate; /* ←重要 */
  border-spacing: 0;
  background-color: #ffffcc; /* 懐かしの薄黄色 */
  font-family: "MS Gothic", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* 共通セル */
.pcTable td {
  padding: 6px;
  border-style: solid;
  border-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* 1列目（項目名） */
.pcTable td:nth-child(1) {
  width: auto;
  text-align: left;
  background-color: #ccccff; /* 薄紫 */
  border-color: #ffffff #666699 #666699 #ffffff; 
  font-weight: bold;
  font-size: 1.2rem;
  color: #000066;
}

/* 2列目（内容） */
.pcTable td:nth-child(2), .pcTable td:nth-child(3) {
  width: auto;
  text-align: left;
  background-color: #ffffff;
  border-color: #ffffff #999999 #999999 #ffffff;
  color: #000066;
  font-weight: normal;
  font-size: 1.0rem;
}

/* 行ホバー（当時は無かったけど入れても楽しい） */
.pcTable tr:hover td {
  background-color: #ffffee;
}
.pc-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}