@charset "UTF-8";

/* キャンペーンヒーローエリア
---------------------------------------------- */
.cp_sale_wrap {
  width: 940px;
  margin-top: 20px;
}

.cp_sale_list_item {
  width: 18%;
  height: 43px;
  margin: 0 0 6px 0.5%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  border:  2px solid #394b6f;
  border-bottom: 4px solid #394b6f;
  border-radius: 6px;
}

.cp_sale_list_item:nth-child(5n+1) {
  margin-left: 0;
}

.cp_sale_list_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.cp_sale_list_item a:link, .cp_sale_list_item a:visited {
  text-decoration: none;
  color: #394b6f;
}

.cp_sale_list_item a:hover {
  border-radius: 6px;
  background: radial-gradient(#9bb4df 15%, rgba(0, 0, 0, 0) 16%), radial-gradient(#9bb4df 15%, rgba(0, 0, 0, 0) 16%), #fff;
  background-position: 0 0, 6px 6px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 12px 12px;
}

.cp_sale_list_item a.type_check {
  color: #fff;
  background: #394b6f;
  border-radius: 0;
}

.cp_sale_list_item .name {
  width: 100%;
  height: 100%;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.cp_sale_list_item:not(:last-child) {
  border-right: 2px solid #394b6f;
}

