@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

  ただいまお得な商品情報

///////////////////////////////////////////////////////////////////////*/

.valuable_information {
  margin-top: 25px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
/* ====================================================
  タイトル
====================================================*/
.valuable_information h1 {
  margin-bottom: 15px;
}
.valuable_information .head_campaign {
  text-align: center;
}
.valuable_information .head_exshop_info {
  text-align: center;
}
.valuable_information .h_campaign,
.valuable_information .h_exshop_info {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  height: 28px;
  margin-bottom: 15px;
  padding: 0 14px;
  border: 1px solid #db0000;
  border-radius: 14px;
  color: #db0000;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}
.valuable_information .h_exshop_info {
  margin: 15px auto;
  vertical-align: bottom;
}

/* ====================================================
  ページ内ナビ
====================================================*/
.valuable_information .nav {
  margin: 0 0 20px 10px;
  text-align: left;
}
.valuable_information .nav li {
  margin-bottom: 4px;
}
.valuable_information .nav li a {
  display: inline-block;
  padding-left: 22px;
  background: url("/public/img/static/valuable_information/common/icon_circle_gamboge.png") left 2px no-repeat;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
}
.valuable_information .nav li a:hover {
  color: #df0101;
  text-decoration: underline;
}
/* ====================================================
  リンク
====================================================*/
.valuable_information .show_all_information {
  margin: 0 10px 30px 0;
  text-align: right;
}
.valuable_information .show_all_information a {
  padding-right: 16px;
  background: url("/public/img/global/icon_next-moderatecobaltblue.png") right center no-repeat;
  color: #0b56c0;
  font-size: 13px;
  text-decoration: underline;
}
.valuable_information .show_all_information a:hover {
  text-decoration: none;
}
/* ====================================================
  お得な情報
====================================================*/
.valuable_information .section {
  margin: 0 10px 20px;
  padding: 0 17px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.valuable_information .box {
}
.valuable_information .heading {
}
.valuable_information .heading a {
  display: block;
  margin: 0 -17px 16px;
  padding: 8px 0 8px 41px;
  border-radius: 5px 5px 0 0;
  background: url("/public/img/static/valuable_information/common/icon_megaphone.png") 12px 47% no-repeat #df0101;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.valuable_information .heading .red {
  color: #f00;
}
_:-moz-tree-row(hover), .valuable_information .heading { /* Firefox */
  letter-spacing: -0.1ex;
}
.valuable_information .bnr {
  margin: 0 0 10px;
}
.valuable_information .lead {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.valuable_information .lead a {
  color: #00f;
  text-decoration: underline;
}
.valuable_information .lead a:hover {
  text-decoration: none;
}
.valuable_information .period {
  margin-bottom: 10px;
}
.valuable_information .period dt {
  float: left;
  height: 23px;
  padding: 0 9px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fafafa;
  font-size: 13px;
  line-height: 23px;
}
.valuable_information .period dd {
  float: right;
  width: 447px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap;
}
.valuable_information .period dd.txt-multiline {
  height: auto;
  line-height: normal;
  white-space: normal;
}
.valuable_information .item {
  font-size: 13px;
}
.valuable_information .item dt {
  float: left;
  height: 23px;
  padding: 0 9px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fafafa;
  font-size: 13px;
  line-height: 23px;
}
.valuable_information .item dd.txt {
  float: right;
  width: 447px;
  font-size: 14px;
  line-height: 25px;
}
.valuable_information .item dd.txt-multiline {
  height: auto;
  line-height: normal;
  white-space: normal;
}
.valuable_information .item dd.image {
  clear: both;
  padding-top: 20px;
}
.valuable_information .item dd.image li {
  float: left;
}
.valuable_information .item dd.image .multi li {
  margin-bottom: 16px;
  width: 169px;
  height: 169px;
}
.valuable_information .item dd.image li.mid {
  padding: 0 11px;
}
.valuable_information .item dd.image .img {
  position: relative;
}
.valuable_information .item dd.image .img img {
  border: 1px solid #ccc;
}
.valuable_information .item dd.image img.basic-image {
  width: 167px;
  height: auto;
  border: 1px solid #ccc;
}
.valuable_information .item dd.image .maker {
  position: absolute;
  top: 0;
  left: 0;
}
.valuable_information .item dd.image .name {
  margin-top: 6px;
  text-align: center;
}
.valuable_information .item dd.image .name a {
  color: #2365c4;
  font-size: 11px;
}
.valuable_information .item dd.image .name a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 4px solid transparent;
  border-left: 7px solid #2365c4;
  border-right: none;
  vertical-align: middle;
  *display: none; /* IE7 */
}
.valuable_information .item dd.image .name a:hover {
  text-decoration: underline;
}
.valuable_information .item dd.image .name a .sub {
  font-weight: normal;
}
.valuable_information .show {
  margin-top: 15px;
  text-align: center;
}
.valuable_information .show a {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  padding: 12px 23px 12px 27px;
  border: 1px solid #2365c4;
  border-radius: 7px;
  background-color: #f4f7fc;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  color: #2365c4;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.valuable_information .show a::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border: 4px solid transparent;
  border-left: 7px solid #2365c4;
  border-right: none;
  vertical-align: middle;
  *display: none; /* IE7 */
}

/* エクスショップのおトク情報
------------------------------------------------------------------------*/
.valuable_information .exshop_info .lead {
  color: #000;
}
.valuable_information .exshop_info .lead strong {
  font-weight: bold;
}

#springcampaign2017 .name a {
  font-size: 13px;
}