@charset "UTF-8";
#contentArea {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
}

/* チケットの購入方法ステップ */
#contentArea .step-block {
  width: 300px;
  position: relative;
}
#contentArea .arrow:after {
  position: absolute;
  content: url(../img/arrow.png);
  right: -48px;
  top: 250px;
}

/* キャンペーン概要 */
#contentArea .cp-summary {
  padding: 33px 36px;
  background: #f1f3fe;
}
#contentArea .cp-summary h3 {
  border-color: #314396;
  border-style: solid;
  border-left-width: 11px;
  border-bottom-width: 1px;
  padding: 5px 0 5px 12px;
  color: #314396;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
#contentArea .cp-summary p {
  padding-left: 23px;
  margin-bottom: 25px;
}

/* 汎用CSS */
.is_hover:hover img {
  opacity: .75;
  -ms-filter: "alpha(opacity=70)";
}
#contentArea .fl > * {
  float: left;
}
#contentArea .ta-l {
  text-align: left;
}
#contentArea .ta-c {
  text-align: center;
}
#contentArea .mr50 {
  margin-right: 50px !important;
}
#contentArea .mb0 {
  margin-bottom: 0px !important;
}
#contentArea .mb18 {
  margin-bottom: 18px !important;
}
#contentArea .mb25 {
  margin-bottom: 25px !important;
}
#contentArea .mb32 {
  margin-bottom: 32px !important;
}
#contentArea .mb35 {
  margin-bottom: 35px !important;
}
#contentArea .mb48 {
  margin-bottom: 48px !important;
}
#contentArea .mb54 {
  margin-bottom: 54px !important;
}
#contentArea .mb70 {
  margin-bottom: 70px !important;
}
.lh-none {
  line-height: 0;
}
.lh-2 {
  line-height: 2;
}