@charset "UTF-8";
/* パンくず
================================================================*/
.top-topicpath-container {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .top-topicpath-container {
    width: 710px;
  }
}

.top-topicpath-container #topicpath-area {
  padding: 10px 0;
}

.topic_path_area_top {
  text-align: left;
}

.topic_path_area_top .hdg-l1 {
  padding-top: 0;
}

.topic_path_area_top p {
  font-size: 12px;
  margin-bottom: 0;
}

.topic_path_area_top p a {
  text-decoration: underline;
  color: #333;
}

.topic_path_area_top p a:visited {
  color: #333;
}

#topicpath-area p a:visited,
#topicpath-area p a:link {
  color: #333;
  text-decoration: underline;
}
