@charset "utf-8";

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#content {
  background: url(//s.skygate.co.jp/pc/campaign/mail/hawaii/images/bg_main_title_2000x760.png) no-repeat 0 0;
}
#content .topicPath {
  padding-top: 10px;
}
/* mainVisualArea */
.mainVisualArea .mainItemBox{
  margin: 40px 0 30px;
  text-align: center;
}
.mainVisualArea .mainItemBoxInner {
  position: relative;
}
.mainVisualArea .mainItemBoxInner .iconClock{
  position: absolute;
  top: 30%;
  top: -webkit-calc(50% - 50px) ;
  top :        calc(50% - 50px) ;
  left: 44.3%;
  left: -webkit-calc(50% - 55px) ;
  left :        calc(50% - 55px) ;
}
.mainVisualArea .searchBox {
  padding: 0 0 30px;
}
.countdownContents .areaCountdown,
.couponContents .discountCoupon {
  width: 1000px;
  margin: 0 auto 10px;
}
.countdownContents .countdownBox {
  width: 299px;
  font-size: 16px;
}
.couponContents .discountCoupon .box {
  width: 499px;
}
.couponContents .discountCoupon .box > dt {
  font-size: 22px;
}
/* = .mainSaleContentsArea
 * ------------------------------
 * 商品一覧
 * ------------------------------ */
.mainSaleContentsArea {
  background-color: #fff55d;
  padding: 40px 0 30px;
}
.mainSaleContentsArea .saleTitle,
.mainSaleContentsArea .area-item-frame-wrap {
  width: 1000px;
  margin: 0 auto;
}
#airBlockA_title {
  display: block;
  position: relative;
  height: 56px;/*リボンの高さ*/
  line-height: 56px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 28px;/*文字の大きさ*/
  background: #ee1f92;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

#airBlockA_title:before,
#airBlockA_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#airBlockA_title:before {
  top: 0;
  left: 0;
  border-width: 28px 0px 28px 15px;
  border-color: transparent transparent transparent #fff55d;
  border-style: solid;
}

#airBlockA_title:after {
  top: 0;
  right: 0;
  border-width: 28px 15px 28px 0px;
  border-color: transparent #fff55d transparent transparent;
  border-style: solid;
}
#airBlockA_title em {
  display: inline-block;
  position: relative;
}
.mainSaleContentsArea .item-frame-note {
  color: #333;
}
/* PrecautionsArea */
.PrecautionsArea{
  margin-bottom:80px;
}
.PrecautionsArea ul {
  margin:20px 10px 20px;
}
/* #iconTop */
#iconTop {
  right: 0;
}
/*-------------------------------
 新枠　注意書き
-------------------------------*/
.update{
	display: inline-block;
	margin-top:15px;
  color:#FFF;
}
.mainAnnotation, .subAnnotation {
  padding-left: 1em;
  line-height: 2;
}
