

header {
  width: 100%;
  height: 50px;
  background: #CCC;
  padding: 20px 50px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
/* ページ全体（bodyタグ）の設定 */
body {
  /* 背景色 */
  background-color: #ffffff;
  /* 文字色 */
  color: #1b5eed;
  padding-top: 90px;
}

.search_container{
  box-sizing: border-box;
}
.search_container input[type="text"]{
  background: #ccddf5;
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #3879D9;
  color: #fff;
  outline : none;
  height: 2.2em;
}
.search_container ::-webkit-input-placeholder {
  color: #3879D9;
}



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

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


/* テーブルの見出し（thタグ）の設定 */
th {
 
  width: 50%;
  color: #29292b;
}

td {
  min-width: 160px;
  color: #29292b;
}

table.ES {
  text-align: left;
padding: 10px;
border: none;
width: 600px;
}

table.ES td{
  border: solid 1px;
}
.name{
  margin-left: 5px;
  margin-right: 20px;
  width: 400px;
  height: 100px;
  padding-left: 2px;
  border: solid 1px;
}

table.school{
  border: solid 1px black;
  width: 580px;
  height: 50%;
}

.schoolLine{
 border: solid 1px black;
}

.left{
  margin-left: auto;
  margin-right: 10%;
}

.border{
border: solid 1px black;
}

.line{
  border: solid 1px black;
}
.skillLine{
  border-left: solid 1px black;
}
.sml{
  font-size: 10px;
}

.small{
  font-size: 13px;
}
.ganmen {
  width: 100%;
  margin-right: 0px;
font-size: 10px;
border: solid 1px;
}

.boss{
  margin: 0px;
  width: 400px;
}

.locate{
 width: 580px;
  border: solid 1px black;
margin: 10px;
}

.tel{
  border-left: solid 1px black;
}

.bigboss{
border: solid 1px black;
  margin: auto;
  text-align: center;
  width: 600px;
  background-color: #fffcf3;
}

.name tr:nth-child(2) td{
  border-top: solid 1px black;
}