@charset "UTF-8";
/* ===================================================================
CSS情報　　 ：商品詳細ページ（指定商品の2セット購入）
使用ファイル：item_detail.xhtml
=================================================================== */
#cart_in_switch_supe_bundle {
  display: none;
  width: 704px;
  overflow: hidden;
  padding-bottom: 140px;
}

#cart_in_switch_supe_bundle_wrap {
  display: flex;
  flex-flow: column;
}
#cart_in_switch_supe_bundle_info_wrap {
  float: left;
  margin: 0 0 0 379px;
}
#cart_in_switch_supe_bundle_info_wrap > .diff_none,
#cart_in_switch_supe_bundle_info_wrap > .info_show.diff_none,
#cart_in_switch_supe_bundle_info_wrap > .info_show.diff_none {
  display: none;
}
#cart_in_switch_supe_bundle_info_wrap .value_title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
#cart_in_switch_supe_bundle_info_wrap .info_01,
#cart_in_switch_supe_bundle_info_wrap .info_02 {
  font-size: 13px;
  padding: 4px 0 4px 6px;
  text-align: center;
}
#cart_in_switch_supe_bundle_info_wrap .info_01 {
  background: #0071bd;
  color: #fff;
  line-height: 1.5;
  margin-right: 3px;
  font-weight: 700;
  font-size: 16px;
}
#cart_in_switch_supe_bundle .info_01 .info_yellow {
  color: #fcff00;
  font-size: 16px;
  font-weight: bold;
}
#cart_in_switch_supe_bundle .info_02 .info_black {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 5px;
}
#cart_in_switch_supe_bundle_info_wrap .info_01 > span {
  font-weight: 700;
  padding: 0 2px;
}
#cart_in_switch_supe_bundle_btn,
#cart_in_switch_supe_bundle_btn_dummy {
    display: block;
    padding: 0px 0;
    transition: 0.5s;
    margin: 0px 0 0 379px;
    line-height: 28px;
    border-radius: 4px;
    -webkit-transition: none;
    overflow: hidden;
}

#cart_in_switch_supe_bundle_btn:active,
#cart_in_switch_supe_bundle_btn_dummy:active {
    background: #57bab5;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
#cart_in_switch_supe_bundle_btn_wrap .hide {
  display:none;
}
#cart_in_switch_supe_bundle_wrap.opacity_dummy {
  opacity: 0.2;
}

/* ------------------------------------- */
#cart_in_switch_supe_bundle .info_02 .value {
  font-weight: bold;
}

#cart_in_switch_supe_bundle_btn_wrap {
  text-align: center;
  margin-top: -31px;
}
#cart_in_switch_supe_bundle_btn_wrap .info_03 {
  font-weight: bold;
  color: #2884eb;
  margin: 5px 0 0 379px;
  text-align: center;
  font-size: 14px;
}
#cart_in_switch_supe_bundle_btn_wrap #cart_in_switch_supe_bundle_btn {
    display: block;
    padding: 0px 0;
    transition: 0.5s;
    margin: 0px 0 0 379px;
    line-height: 28px;
    border-radius: 4px;
    -webkit-transition: none;
    overflow: hidden;
}
#cart_in_switch_supe_bundle_btn_wrap .annotation {
  color: #3265af;
  font-weight: bold;
  margin: 5px 0;
  text-align: right;
  font-size: 10px;
}

.oa_switch_30bnr {
  display: block!important;
  position: absolute;
}