/* ページ全体（bodyタグ）の設定 */

body {
  /* 背景色 */
  background-color: #ffffff;
  /* 文字色 */
  color: #303030;
  width: 100%;
}


#myInput {
  background-image: url('/css/searchicon.png'); 
  width: 92%; 
  margin: auto;
  justify-content:center;
  font-size: 25px; 
  padding: 12px 20px 12px 60px; 
  border: 1px solid #303030;  
  background-color: #c2e8a6;
}


#myUL li a {
  background: #76d135;
  justify-content: space-around;
  text-align: left;
  font-size: 40px;
  line-height: 0px;
  letter-spacing: 0px;
  
}



/* 一番大きな見出し（h1タグ）の設定 */
h1 {
  /* 位置 */
  text-align: center;
  font-size: 60px;
}
h2 {
  background-color: #404040;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
}
h3 {
  background-color: #ffffff;
  color: #303030;
  font-size: 15px;
}


/* 見出しの色設定 */
body{
  margin: 5px;            /* ←追加 */
}
header {
  background-color: #76d135;
  color: #ffffff;
  width: 100%;
  transform: translateX(0px) translateY(0px);
}
#title{
  margin:0;            /* ←追加 */
} 


/*フォーム全体を中央へ*/
#form1{
  display: flex;
  justify-content: center; /*中央へ固定*/	
  height:60px;/*高さ*/	
}
/*入力フォーム*/
#sbox1{
  width:75%;/*横幅*/
  height: 60px;
  padding:0 15px;/*プレースホルダーの位置調整*/
  background:#c2e8a6;/*背景カラー*/
  border:none;/*枠線を消す*/ 
  outline:0;/*クリック時の青い枠線消す*/
  font-size: 20px;	
}

/*検索ボタン*/
#sbtn1{
  width:70px;/*横幅*/ 
  background:#404040;/*背景カラー*/ 
  border:none;/*枠線を消す*/ 
  color:#fff;/*テキストカラー*/ 
  font-size:22px;/*フォントサイズ指定*/ 
  cursor: pointer;/*マウスを乗せると指差しポインターになる*/
}
/*検索ボタンマウスオーバー時*/
#sbtn1:hover {
  background: #000000;/*背景カラー変更*/
}

/* ES　表 */

table {
  border-collapse: collapse;
  width: 98%;
  margin-left: 2%;
  margin: 10px;
}


/*見出し*/
th {
  padding: 1px;
  text-align: left;
  border: solid 1px #333;
  font-size: 18px;
  width: 80%
}
/*本文*/

td {
  text-align: auto;
  border: solid 1px #333;
  font-size: 16.6px;
  width: auto;
  height: auto;
  margin: auto;
}


button {
  background: #76d135;
  justify-content: space-around;
  text-align: left;
  font-size: 40px;
  /*padding-left: 0%;*/
  text-decoration: underline;
  width: 99%;
  margin: 0%;
  height: 100px;
  padding-inline-start: 0%;
  color: #313131;
  border: 0.5px solid #212121;
}

ul {
  padding-inline-start: 0%;
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

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

/* テーブルの見出し（thタグ）の設定 */
th {
  /* 最小の横幅 */
  min-width: 160px;
}


br {
  height: 10px;
  letter-spacing: 0.01px

}
em {
  font-size: 30px;
}
strong{
  font-size: 35px;
}

a{
  font-size: 18px;
}

img {
  justify-content: center;
  text-align: center;
}
