@charset "utf-8";
@import "/static/common/css/0-import.css";

#contents h1 {
  margin-top: 20px;
  padding: 8px 0 8px 8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  background: #666;
}

#contents h2 {
  padding: 28px 0 14px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom:14px;
}

#contents h3, h4, h5, h6{
  padding: 0 0 3px 4px;
  border-bottom: none;
  color: #333333;
  font-size: 1em;
  margin: 8px 0px;
}

#contents ul {
  margin: 5px 0 5px 20px;
  list-style: inside;
}

#contents ul ul {
  margin-left: 20px;
}

#contents p {
  margin: 10px 0 10px 10px;
}