@charset "UTF-8";

/* 記事詳細のトピックリスト
--------------------------------------------------------- */
.tgs_topic {
  margin-top: 0px; }
  .tgs_topic h2.title {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px; }
    .tgs_topic h2.title div {
      border-top: 3px solid #f3f3f3;
      border-bottom: 3px solid #f3f3f3;
      text-align: center;
      padding: 6px 0; }
      .tgs_topic h2.title div a {
        font-size: 18px;
        color: #004c93; }
      .tgs_topic h2.title div span {
        font-size: 18px;
        margin-left: 20px; }
  .tgs_topic #topic_list dd div.icon {
    background-color: #dfab00; }
