@charset "utf-8";

.mnb_contents{
  background-color: #fff;
  border:solid 1px #000;
  padding:1em 1em 2em;
  width:100%;
  max-width: 1000px;
  margin: 2em auto;
  line-height:1.5;
}

.tss_body{
  padding-bottom:80px;
}

.tss_body p{
  line-height: 1.5em;
  padding:0.5em 1em;

}
.tss_body h2{
  padding: 1em 0 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.mnb_txtr{
  text-align: right
}
.mnb_contents ul{
  padding:0 1em;
}
.mnb_contents ul li{
  margin-bottom: 0.5em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}