/* 3rd */

.cautionBox {
    margin-top: 40px;
    padding-bottom: 20px;
    color: #ce4b5a;
    font-weight: bold;
    text-align: left;
}
.cautionBox .cautionList{
    color: #585e6b;
    font-weight: normal;
}

.itemBase {
    position: relative;
    top: -50px;
    z-index: 1;
    margin: 0 auto;
    border: none;

    /* boxshadow*/
    box-shadow:0px 0px 15px 3px rgba(135, 12, 50, 0.3);
        -webkit-box-shadow:0px 0px 15px 3px rgba(135, 12, 50, 0.3);
        -moz-box-shadow:0px 0px 15px 3px rgba(135, 12, 50, 0.3);
    background: rgba(255, 255, 255, 0.7);
    background-image: url(../../../../image/mobile/campaign/3rd_aniv/bg_innner_re.png);
    background-position: right;
    background-repeat: repeat-y;
}
.itemBase:before , .itemBase:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background: url(../../../../image/mobile/campaign/3rd_aniv/bg_innner_re.png) repeat-x;
}
.itemBase:before {
  top: 0 !important;
}
.itemBase:after {
  top:auto;
  bottom: 0 !important;
}

.thirdWrap {
  padding-top: 50px;
  background: url(../../../../image/mobile/campaign/3rd_aniv/bg_innner_re.png) repeat-y left;
}
.thirdWrap .contentBox img {
  width: 100%;
}

.thirdMinTitle {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* 直前キャンペーン */
.thirdCpbeforeTxt {
  position: relative;
  display: block;
  height: 100%;
}
.thirdCpbeforeTxt img {
  position: relative;
  top:0;
  left: 0;
}
.thirdCpbeforeTxt span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 6px;
  font-size: 100%;
  text-align: center;
}
@media screen and (min-width:630px) {
  .thirdCpbeforeTxt span {
    bottom: 12px;
    font-size: 130%;
  }
}
@media screen and (max-width:360px) {
  .thirdCpbeforeTxt span {
    bottom: 5px;
    font-size: 80%;
  }
}

/* update icon */
.thirdUpdateIcon {
  position: absolute;
  top: 0;
  left: 10px;
  margin-top: 7vh;
  z-index: 4;
}
.thirdUpdateIcon img {
  width: 23vw;
  height: auto;
}

/* twitter widget */
.twWidgetBox {
    background: rgba(19,9,9,0.3);
    border: 1px solid #ddd16f;
    margin: 0 auto;
    min-height: 200px;
}


/* twitter Rt campaign */
.twrtcp.twWidgetBox {
    background: none;
    border: none;
}
.twrtcp.twWidgetBox iframe {
  margin: auto;
  text-align: center;
}

/* twitter Qï¼†A campaign */

/* maimai */

/* event */
.eventTitle {
    font-weight: bold;
    color: #0099df;
    font-size: 16px;
}
.eventText {
    font-weight: bold;
    color: #000;
}

/* Thank you all for coming! */
.gameInfoBox {
    width: 95%;
    margin: 0 auto;
    color: #FFF;
}

.gameInfoBox .leftCell {
    width: 35%;
    margin: 0;
    padding: 0;
}

.pageCaution {
    color: #fff;
    width: 95%;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    margin: 20px auto 0;
}

/* twitter Qï¼†A campaign */
