@charset "utf-8";
.content_important_news {
  padding: 20px 0 0;
}
.contents {
  padding: 30px;
}
.contents > * + * {
  margin-top: 30px;
}
.important_news1 {
  background-image: url(../images/important_news/border.png), url(../images/important_news/border.png),
    url(../images/important_news/bg_important_news2.png);
  background-position: left top, left bottom, right bottom;
  background-repeat: repeat-x, repeat-x, no-repeat;
  border: 1px solid #cfcfcf;
  padding: 0 20px;
}
.important_news1 h2 {
  font-size: 20px;
  text-indent: 240px;
  height: 140px;
  line-height: 140px;
  background: url(../images/important_news/bg_important_news1.png) no-repeat left center;
  border-bottom: 1px dashed #cfcfcf;
}
.important_news1 .txt {
  font-size: 16px;
  padding: 40px 0;
}
.important_news1 .txt > * + * {
  margin-top: 20px;
}
.important_news1 .txt span {
  color: #ff0000;
  font-weight: bold;
}
.important_news1 .txt a {
  color: #b60401;
  font-weight: bold;
  text-decoration: underline;
}
.important_news1 .txt a:before {
  content: "";
  width: 9px;
  height: 17px;
  background: url(../images/important_news/arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.important_news1 .txt a:hover {
  text-decoration: none;
}
.important_news2 .ttl {
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  padding-left: 15px;
}
.important_news2 .ttl:before {
  content: "";
  width: 5px;
  height: 40px;
  background: #fb3690;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.important_news2 > * + * {
  margin-top: 20px;
}
