/* topics detail page style
==============================*/
#topicsDetail {
  padding-top: 75px;
  width: 100%;
  text-align: center;
}
#topicsDetail section {
  text-align: center;
  display: inline-block;
  text-align: left;
  padding-top: 25px;
}
#topicsDetail h2 {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: left;
}
#topicsDetail h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin: 0;
}
.topicsDate {
  margin: 10px 5px;
  font-size: 0.8em;
}
.topicsTxt {
  margin: 30px 5px;
}
#topicsDetail img {
  width: 100%;
  padding: 5px;
}
.topicsArticle {
  width: 70%;
  float: left;
  margin: 30px 0;
}
.verticalImg {
  width: 80%;
  text-align: center;
  margin: 50px auto;
}

.verticalImg2 {
  width: 96%;
  text-align: center;
  margin: 40px auto;
}

#topicsDetail aside {
  width: 25%;
  float: right;
}
#topicsDetail aside h4 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
  padding-bottom: 15px;
}
#topicsDetail dl {
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 10px 5px;
  margin: 0;
}
#topicsDetail dd {
  font-size: 0.8em;
  margin-left: 0;
}
#topicsDetail dd::before {
  content: "> ";
  white-space: pre;
}
#topicsDetail dl a:hover {
  filter: alpha(opacity=50); /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
  -moz-opacity: 0.5; /* FF , Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5;
  zoom: 1; /*IE*/
  background-color: #fff;
}
#topicsDetail dt {
  margin-left: 12px;
}
/*親要素全体にリンク設定
（base.cssで共通指定）
#topicsDetail dl .linkArea {
    display: block;
    position: absolute;
		top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*レスポンシブ強制改行指定*/
.detailImg span::before {
  content: "\A";
  white-space: pre;
}
#topicsDetail ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#topicsDetail li {
  padding-right: 30px;
  color: #ccc;
}
#topicsDetail li:last-child {
  padding-right: 0;
}
#topicsDetail li a {
  color: #000;
}
@media screen and (max-width:1179px) {
  #topicsDetail h2 {
    margin: 0 0 50px 0;
    text-align: center;
    width: 100%;
  }
  .verticalImg {
    width: 60%;
  }
  .topicsArticle, #topicsDetail aside {
    width: 100%;
  }
  @media screen and (max-width:767px) {
    .verticalImg {
      width: 100%;
    }
    #topicsDetail li {
      font-size: 0.9em;
    }
  }
  