header {
  z-index: 10;
  color: white;
  background-color: gray;
  width:100%;
  margin-right: auto;
  margin-left : auto;
  margin-top: auto;
  margin-bottom: auto;
  box-sizing: border-box;
  position: fixed; 
  top: 0;
  left: 0;
}

.search-box{
  position: absolute;
  padding: 6px 15px;
  right: 35px;
  margin-left: 0%;
}

input[type=text] {
  padding: 6px;
  font-size: 18px;
  background-color: #f4f8fa;
}

.search-box button {
  padding: 6px 15px;
  font-size: 16px;
  position: relative;
  right: 0px;
  background: none;
  cursor: pointer;
}

.back_botton{
  margin-top: 12px;
  margin-left: 3%;
  font-size: 48px;
  position: absolute;
}

/* ページ全体（bodyタグ）の設定 */
body {
  /* 背景色 */
  /* 文字色 */
  color: #000000;
  padding-top: 90px; 
}



/* 一番大きな見出し（h1タグ）の設定 */
h1 {
  /* 位置 */
  text-align: center;
  }

/* テーブル（tableタグ）の設定 */
table {
  /* 位置 */
  margin-left: auto;
  margin-right: auto;
  /*  */
  border-width: 1px;
  /* 内枠の太さ */
  border-spacing: 0px;
  /* 枠線の色 */
  border-color: #db7093;
  /* 背景色 */
  background-color: #bbbbbb;
}

/* テーブルの見出し（thタグ）の設定 */



/* 「学歴」用テーブル（educational-backgrounds__tableクラス）の設定 */
.educational-backgrounds__table {
  /* 横幅 */
  /* margin-left: 10%; */
  width: 624px;
  height: 100%;
  background-color: white;
  outline: solid 1px black;
}

.name_title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border:1px solid #000;
  margin-top: 10%;
  max-width: 90%;
  width: 90%;
  font-weight:bold;
  font-size:11px;
  background-color: white;
  color:black;  
}

.namebox {
  text-align: center;
  margin-right: auto;
  margin-left : auto;

  max-width: 90%;
  background-color: white;
  outline: solid 1px black;
  width: 90%;
  height: 630px;
  overflow-y: scroll;

}
.namebox table {
margin-left: auto;
margin-right: auto;
}

.posts_table {
  min-width: 100%;
}

.namebox section {
  scroll-snap-align: start;
}
.images {
  display: inline-block;
  position: absolute;
  margin-left: 10%;
  margin-top: 30px;
}

.table_name_posts{
  display: inline-block;
  margin-top: 50px;
  margin-left: 0%;
  border-bottom: solid 1px black;
}

.table_name_posts1{
  display: inline-block;
  margin-top: 50px;
  margin-left: 15%;
  border-bottom: solid 1px black;
}

.table_place_posts{

  margin-top: 50px;
  margin-left: 0%;
  border-bottom: solid 1px black;

}

.text_deco{
  text-decoration: underline;
}

.table_study_posts{
  margin-top: 3px;
  margin-left: 0%;
  margin-right: 0%;
  width: auto;
}

.table_skil_posts{
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  width:  auto;
}

.table_skil_posts td {
  background-color: white;
  outline: solid 1px black;
  width: 624px;
}

.ops_div {
  margin-top: 10px;
  text-align: center;
  outline: solid ipx black;
  width:250px;
  height:16px;
  padding:5px;
  border:1px solid #000;
  background-color:#d6d6d6;
  color:#000;
}



.opc_div {
  overflow: auto;
  border:1px solid #000;
  padding:5px;
  width:auto;
  font-weight:bold;
  background-color:white;
  height: 88px;
}

.name_posts_unit{
  outline: solid 1px black;
}

td {
  display: flex;
  justify-content: center;
  min-width: 150px;
}

