#meister .meister2 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 10px;
}
#meister .meister2 p {
  padding: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 2em;
}
#meister .meister2 .flex {
  position: relative;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
}
#meister .meister2 .flex > div {
  width: 100%;
}
#meister .meister2 .flex img {

}
#meister .meister2 p.meister2_sub {

  margin-top: 20px;
  font-weight: bold;
}
#meister .meister2 dl {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
#meister .meister2 dl dt {
  width: 70%;
}
#meister .meister2 dl dd {
  width: 30%;
}

#meister .meister2 table.list_old {
  width: 80%;
  margin: 0 auto;
}
#meister .meister2 table.list_old td {
  font-size: 14px;
  padding: 0.3em;
  text-align: left;
  white-space: nowrap;
}

#meister .meister2 table.list {
  width: 95%;
  margin: 0 auto;
}
#meister .meister2 table.list td {
  width: 33%;
  font-size: 11px;
  padding: 0.1em 0.3em;
  text-align: center;
  border-bottom: 1px dotted #CCC;
}
#meister .meister2 table.list td:first-child {
  border-right: 1px dotted #CCC;
}
#meister .meister2 table.list td.noBottomBorder {
  border-bottom: none;
}
#meister .meister2 table.list td .photo {
  padding: 0;
  margin: 0 auto 5px auto;
  width: 60px;
  height: 80px;
  background-color: #EFEFEF;
}
#meister .meister2 table.list td span {
  font-weight: bold;
  font-size: 12px;
}