@charset "utf-8";
#toc:before {
  content: "目次";
  padding-left: 8px;
  font-size: 110%;
  font-weight: bold;
  color: #000;

}
#toc {
/*  backgound:#f9f9f9;*/
  background-color: #fff;
  border: 1px solid #aaa;
  font-size: 16px;            /*95%;*/
/*  display: table;*/
  margin-bottom: 10px;
  padding: 15px;
  /* width: 100%; */

}
#toc ul,
#toc ul li,
#toc ol,
#toc ol li {
  margin: 5px 5px 5px 15px !important;
  padding: 0;
  line-height: 1.8;
}

#toc ul li::before {
  display:none;
  position:unset;
}
#toc ul li::after {
  display:none;
  position:unset;
}

#toc a:hover {
  text-decoration: underline;
}
