@charset "utf-8";

article header h2.article-title {
  font-size: 2.1rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 2rem;

  background: none;
  color: inherit;
  padding: 0;
  text-shadow: none;
  position: static;
  z-index: auto;
}


article header h2.article-title span {
  background: url(../common_images/back_topline.png) repeat-x center bottom;
  padding-bottom: 0.4rem;
}

article header h2.article-title i.mini2 {
  border-bottom: none;
  color: #555;
  display: block;
  margin-top: 1rem;
  font-style: normal;
}