.void {
  font-size: inherit;
}

/**********
* topicList
**********/
section.topiclist table.topiclist {
  width: 100%;
}
section.topiclist table.topiclist tr {
  padding: 7px 0;
}
section.topiclist table.topiclist td.date {
  background-color: #333;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
}
section.topiclist table.topiclist td.title {
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  section.topiclist table.topiclist tr,
  section.topiclist table.topiclist td {
    display: block;
  }
  section.topiclist table.topiclist td {
    font-size: 14px;
  }
  section.topiclist table.topiclist td.title {
    padding: 0;
  }
}
section.topiclist a {
  color: #000;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

/**********
* topicdetail
**********/
section.topicdetail div.title {
  margin-bottom: 1em;
  padding-left: 125px;
  position: relative;
}
section.topicdetail div.title span.date {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
section.topicdetail div.title h2 {
  font-size: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.topicdetail div.title {
    padding: 0;
  }
  section.topicdetail div.title span.date {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 3px 0;
    position: relative;
    width: 100%;
  }
  section.topicdetail div.title h2 {
    font-size: 18px;
  }
}
section.topicdetail div.contents {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.topicdetail div.contents {
    font-size: 13px;
  }
}
section.topicdetail img {
  max-width: 100%;
}

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