body#ML_OLD {
  -webkit-print-color-adjust: exact;
}

@media screen and (max-width: 740px) {
  #ML_OLD_PAGE div[style] {
    width: auto !important;
  }
}
#ML_OLD_PAGE p {
  word-wrap: break-word;
}
#ML_OLD_PAGE .photo-r img,
#ML_OLD_PAGE .photo {
  width: 90%;
}
#ML_OLD_PAGE .photo,
#ML_OLD_PAGE .fig {
  margin: 30px auto;
  text-align: center;
}
#ML_OLD_PAGE .source {
  text-align: right;
  font-size: 12px;
  margin-top: 0.5em;
}
#ML_OLD_PAGE .note {
  font-size: 12px;
}
#ML_OLD_PAGE .clear {
  clear: both;
}
#ML_OLD_PAGE .ttl-sc {
  font-weight: bold;
}
#ML_OLD_PAGE .flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .section div.flexbox {
    gap: 20px 0;
    flex-direction: column;
  }
  #ML_OLD_PAGE .section div.flexbox .img {
    text-align: center;
  }
}
#ML_OLD_PAGE .spb {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#ML_OLD_PAGE .alc {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#ML_OLD_PAGE .flex1 {
  flex: 1 1 0%;
}
#ML_OLD_PAGE .pl {
  padding-left: 20px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .pl {
    padding-left: 0;
    width: 100%;
  }
}
#ML_OLD_PAGE .pr {
  padding-right: 20px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .pr {
    padding-right: 0;
    width: 100%;
  }
}
#ML_OLD_PAGE .mt10 {
  margin-top: 10px !important;
}
#ML_OLD_PAGE .mt20 {
  margin-top: 20px !important;
}
#ML_OLD_PAGE .mt30 {
  margin-top: 30px !important;
}
#ML_OLD_PAGE .tc {
  text-align: center;
}