/* CSS Document */
#t_topics {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
  padding: 70px 20px; }
  #t_topics .topics_head_wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    #t_topics .topics_head_wrap .topics_head {
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.2em; }

dl.t_info_update dt {
  display: block;
  width: 6em;
  line-height: 1.4;
  margin-bottom: -1.4em;
  margin-left: 1em; }

dl.t_info_update dd {
  line-height: 1.4;
  margin-left: 8em;
  display: block;
  margin-bottom: 0.5em; }

dl.t_info_update dd h3,
dl.t_info_update dd h4,
dl.t_info_update dd h5,
dl.t_info_update dd p {
  margin-top: 0px;
  margin-bottom: 1em; }

dl.t_info_update dd.t_image {
  margin-top: -0.3em;
  margin-bottom: 1em; }

dl.t_info_update dd.t_image img {
  max-width: 100%; }

dl.t_info_update span.t_new {
  color: red;
  padding-left: 5px; }

dl.t_info_update span.t_category {
  font-size: 80%;
  padding-left: 5px; }

p.t_info_update {
  line-height: 1.4;
  margin-left: 8em;
  display: block; }

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