promotion-page-type-a .blogHeadline {
  font-size: 22px;
  color: black;
  font-weight: bold;
  display: inline-block;
}
promotion-page-type-a .blogHeadline .t1 {
  display: block;
  width: 70%;
  border-top: 2px solid black;
  padding-top: 5px;
  margin-top: 4px;
}
promotion-page-type-a .blogHeadline .t2 {
  display: block;
  width: 95%;
  border-top: 2px solid black;
  padding-top: 5px;
}
promotion-page-type-a ._promotion_items {
  width: 100%;
  float: left;
  height: 400px;
  cursor: pointer;
}
promotion-page-type-a ._promotion_items ._cv {
  width: 100%;
  height: 300px;
}
promotion-page-type-a ._promotion_items ._cv._bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
promotion-page-type-a ._promotion_items ._cv._no {
  width: 100%;
  height: 300px;
  background-color: grey;
}
promotion-page-type-a ._promotion_items ._p_n {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
