@charset "utf-8";

.entry-title {
  height: 200px;
  background-image: url(../images/index/microbiome2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;

}

.gaiyou h1{
  margin: auto;
  text-align: center;
  
}

table {
  margin: auto;
  color: black;
  border-collapse:  collapse;
  padding: 10px 20px;
  text-align: center;
  width: 900px;
  max-width: 90%;
  margin-bottom: 30px;
  font-size: 20px;
  
}

th {
  padding: 10px;
  border-bottom: solid 6px #00AA90;

}

td {
  padding: 10px 60px;
  border-bottom: dashed 2px #00AA90;
}

ol {
  list-style-type: decimal;
}
.text-left{
  text-align: left;
  padding-left: 100px;
}
.nowrap {
  white-space: nowrap; 
  font-weight: bold;
}


.enkaku h1{
  margin: auto;
  text-align: center;
  
}


