/* topics */
#main-contents .topic-headline-section.content-primary {
  width: 100%;
  margin: 0 0 10px;
}
#main-contents .topic-headline-section.content-primary .thp_headline-ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
  height: 260px;
}
#main-contents .topic-headline-section.content-primary h3.topic-title_dt {
  background: transparent;
  color: #2b98ce;
  font-size: 114%;
  font-weight: normal !important;
  border-radius: 0;
  margin: 0;
  padding: 30px 0;
  text-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  height: auto;
  text-align: left;
}
#main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
  display: none;
}
#main-contents .topic-headline-section.content-primary h3.topic-title_dt .date {
  display: inline-block;
  width: 175px;
  color: #777;
  font-size: 85%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#main-contents .topic-headline-section.content-primary .thp_topic-link {
  border: 0;
  white-space: initial;
  display: block;
}
#main-contents .topic-headline-section.content-primary .thp_topic-link:hover {
  background: url(../img/topic_arrow.png) no-repeat right 20px center #eee;
}
#main-contents .topic-headline-section.content-primary .topic-text_dd {
  color: #777;
  font-weight: normal;
  font-size: 100%;
  margin: -30px 0 30px;
  padding: 0 0 0 180px;
}
#main-contents .topic-headline-section.content-primary li {
  border-bottom: 1px dotted #a0a0a0;
}

/*toppage 
------------------*/
#main-contents {
  width: 930px;
  background-color: white;
  margin: 10px auto 0;
  padding: 0;
}
#main-contents #main-img_pc {
  margin: 0 auto 30px;
}
#main-contents #main-img_pc img {
  text-align: center;
  vertical-align: bottom;
}

table.bnr {
  width: 100%;
  margin: 0 auto 20px;
}
table.bnr tr td {
  vertical-align: top;
}
table.bnr tr td p {
  margin-bottom: 0;
}
table.bnr tr td img {
  vertical-align: bottom;
}

table.ttl_news {
  width: 100%;
}
table.ttl_news tr td {
  vertical-align: top;
  padding-bottom: 40px;
  border-bottom: 3px solid #d2d2d2;
  position: relative;
}
table.ttl_news tr td:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #2bcead transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  margin: 0 auto;
}
table.ttl_news tr td p {
  margin-bottom: 0;
}
table.ttl_news tr td img {
  vertical-align: bottom;
}
