@charset "euc-jp";

.header_wrapper {
  position:relative;
  min-width: 1020px;
}
.header_wrapper:before {
  /*padding-bottom: 1000px;/* お知らせ掲載用 */
  padding-bottom: 990px; /* 4カラムバナー */
  /*padding-bottom: 830px; /* 4カラムバナーがない場合 */
  content:"";
  display: block;
}
.header_wrapper iframe {
  position: absolute;
  top:0;
  right: 0;
  bottom:0;
  left:0;
  height:100%;
}
#pagebody {
  position:relative;
}
.right-banner-conv {
  position: absolute;
  left: 50%;
  margin-left: 530px;
  top: 220px;
}
@media screen and (max-width: 1300px) {
  .hidden-min-pc {display: none;}
  .header_wrapper:before {
    padding-bottom:990px;
    /*padding-bottom: 720px; /* 4カラムバナーがない場合 */
  }
}



/* 商品説明文画像の右クリック禁止 */

.sale_desc img {
  pointer-events: none;
}
.sale_desc a img {
  pointer-events: auto;
}
