body {
  margin: 0 auto;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #221815;
  font-size: 14px;
/*  background-color: #EEF3F6;*/
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a img {
  border: none;
}
a {
  color: #0d637e;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
br.clearb {
  clear: both;
}
/* 全体 */
#wrapper {
  margin: 0 auto;
  width: 920px;
  height: auto;
  background-image: url("../img/examiner_upper_2025.png"), url(../img/bg_earth.png);
  background-repeat: no-repeat;
  background-position: top right, top center;
  background-attachment: scroll, fixed;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6); /* 透過度0.6の白で背景を薄く */
  background-blend-mode: lighten; /* 少し明るめに */
}
#inner {
  padding: 0 30px;
}
#examiner {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 30px 0;
}
#examiner h1 {
  font-family: "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #D77B75;
}
#examiner h2 {
  font-size: 15px;
  border-bottom: 1.5px solid  rgba(215,123,117,0.60);
  color:  rgba(215,123,117,0.60);
  letter-spacing: 0.1em;
  padding: 5px 0;
}
/* 名前・写真 */
#examiner #name {
  margin-top: 30px;
}
#examiner #name ul li {
  display: inline-block;
}
#examiner #name ul li p:first-child {
  font-size: 18px;
  vertical-align: middle;
}
#examiner #name ul li p:first-child span {
  font-size: 15px;
  padding-left: 10px;
  vertical-align: middle;
}
#examiner #name ul li:last-child {
  margin-left: 10px;
}
#examiner #name ul li p.web a {
  font-size: 18px;
  font-family: "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px dotted #231815;
  letter-spacing: 0.05em;
}
/* テーブル共通 */
#history {
  margin-top: 30px;
}
#award_history, #works {
  margin-top: 20px;
}
#examiner table {
  width: 100%;
  padding: 5px 0;
}
#examiner table th {
  width: 60px;
  text-align: left;
  font-weight: normal;
  vertical-align: text-top;
}
#examiner table th span {
  display: block;
  padding-left: 1em;
}
#examiner table td {
  width: auto;
}
#examiner #award_history ul {
  padding: 5px 0 5px 15px;
}
#examiner #works ul {
  padding-left: 15px;
}
#examiner #award_history ul li, #examiner #works ul li {
  list-style-type: circle;
  padding: 2px 0;
}
/* リストのあるテーブル */
#examiner table.table_ul th {
  width: auto;
  padding: 0;
}
#examiner table.table_ul td {
  width: 250px;
  padding-top: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 680px) {
  /* 全体 */
  body {
    font-size: 16px;
  }
  #wrapper {
    width: 100%;
    height: auto;
  }
  #inner {
    padding: 0 20px;
  }
  #examiner h2 {
    font-size: 16px;
  }
  /* 名前・写真 */
  #examiner #name ul li {
    display: block;
  }
  #examiner #name ul li p:nth-child(2) {
    font-size: 14px;
  }
  #examiner #name ul li:last-child {
    margin-left: 0;
  }
  /* イメージのあるテーブル */
  table.table_img th {
    display: block;
    width: 100%;
  }
  table.table_img td {
    display: block;
    width: 100%;
  }
}