#main section.topics-page table.topiclist.list {
  width: 700px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main section.topics-page table.topiclist.list {
    width: 100%;
  }
}
#main section.topics-page table.topiclist.list td.date {
  width: 130px;
  background-color: #ecf4d9;
}
@media screen and (max-width: 767px) {
  #main section.topics-page table.topiclist.list td.date {
    width: 100%;
    box-sizing: border-box;
  }
}
#main section.topics_detail div.date {
  margin-bottom: 20px;
  text-align: right;
}
#main section.topics_detail div.topics_contents h1, #main section.topics_detail div.topics_contents h2, #main section.topics_detail div.topics_contents h3, #main section.topics_detail div.topics_contents h4, #main section.topics_detail div.topics_contents h5, #main section.topics_detail div.topics_contents h6, #main section.topics_detail div.topics_contents div, #main section.topics_detail div.topics_contents p {
  margin: 0 0 20px 0;
}
#main section.topics_detail div.topics_contents h1, #main section.topics_detail div.topics_contents h2, #main section.topics_detail div.topics_contents h3, #main section.topics_detail div.topics_contents h4, #main section.topics_detail div.topics_contents h5, #main section.topics_detail div.topics_contents h6 {
  color: #000;
  line-hright: 1.6;
}
#main section.topics_detail div.topics_contents h1 {
  font-size: 24px;
}
#main section.topics_detail div.topics_contents h2 {
  font-size: 22px;
  font-weight: bold;
  background: none;
  padding-left: 0px;
  border-bottom: none;
}
#main section.topics_detail div.topics_contents h3 {
  font-size: 20px;
  font-weight: bold;
}
#main section.topics_detail div.topics_contents h4 {
  font-size: 18px;
}
#main section.topics_detail div.topics_contents h5 {
  font-size: 16px;
}
#main section.topics_detail div.topics_contents h6 {
  font-size: 15px;
}
#main section.topics_detail div.topics_contents img {
  max-width: 100%;
}

/*# sourceMappingURL=topics.css.map */
