promotion-page-type-c * {
  outline: none;
}
promotion-page-type-c *:hover {
  outline: none;
}
promotion-page-type-c *:active {
  outline: none;
}
promotion-page-type-c .cat_nav a {
  font-size: 16px;
  color: black;
  outline: none;
}
promotion-page-type-c .cat_nav .fa {
  padding: 0px 12px;
}
promotion-page-type-c .blogHeadline {
  font-size: 22px;
  color: black;
  font-weight: bold;
  display: inline-block;
}
promotion-page-type-c .blogHeadline .t1 {
  display: block;
  width: 70%;
  border-top: 2px solid black;
  padding-top: 5px;
  margin-top: 4px;
}
promotion-page-type-c .blogHeadline .t2 {
  display: block;
  width: 95%;
  border-top: 2px solid black;
  padding-top: 5px;
}
promotion-page-type-c ._promotion_items {
  width: 100%;
  float: left;
  height: 300px;
  cursor: pointer;
}
promotion-page-type-c ._promotion_items ._cv {
  width: 100%;
  height: 200px;
}
promotion-page-type-c ._promotion_items ._cv._bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
promotion-page-type-c ._promotion_items ._cv._no {
  width: 100%;
  height: 200px;
  background-color: #eee;
}
promotion-page-type-c ._promotion_items ._p_n {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
promotion-page-type-c a.promotion-link {
  color: inherit;
  outline: none;
  display: block;
}
promotion-page-type-c a.promotion-link:hover {
  text-decoration: none;
}
