@charset "UTF-8";

/* contentsx.inc.php*/
.toc {
  font-size: .8rem;
  padding: 1rem;
  border: solid 2px #eee;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.toctitle {
  text-align: center;
}

/* attachlist.inc.php 
 *  Ref: Bootstrap.css
 * 2024-07-30 shino
 */
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > h4 {
  display:block;
  width:100%;
  border:none;
}

.col-sm-6 {
  width: fit-content;
  margin: 5px;
  padding: 5px;
}

.col-sm-6 img {
  width: 20vw;
  height: auto;
}


