@charset "utf-8";

/* ==================================================
  ポイントサービス内モーダル設定
================================================== */
.mainBox{
  padding: 5px 0 15px;
  background: #fff;
}
.btnBox{
  border-top: 1px solid #dfdfdf;
  background: #f4f4f4;
  line-height: 51px;
  text-align: center;
  cursor: pointer;
}
.btnBox .text{
  padding-left: 22px;
  background: url(/common/images/icon_close_gray.svg) no-repeat left center;
  background-size: 14px 14px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.btnBox:hover .text{
  opacity: .7;
}

.md_genre {
  font-size: 20px;
  color: #152fb7;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}

.pointsrv-md{
  padding: 20px 20px 12px;
}
.pointsrv-md-title{
  padding: 4px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #15A4DF;
  text-align: center;
}
.pointsrv-md-box{
  padding: 8px 20px;
  margin: 5px 15px;
  background: #fff;
  border: 4px solid #d2e5fc;
}

/* ==================================================
  モーダル01
================================================== */
#selectAccountOpen01{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 432px;
  margin: -216px 0 0 -350px;
  z-index: 101;
}

/* ==================================================
  モーダル02
================================================== */
#selectAccountOpen02{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 432px;
  margin: -216px 0 0 -350px;
  z-index: 101;
}

/* ==================================================
  モーダル03
================================================== */
#selectAccountOpen03{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 432px;
  margin: -216px 0 0 -350px;
  z-index: 101;
}

/* ==================================================
  モーダル04
================================================== */
#selectAccountOpen04{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 432px;
  margin: -216px 0 0 -350px;
  z-index: 101;
}

/* ==================================================
  モーダル05
================================================== */
#selectAccountOpen05{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 432px;
  margin: -216px 0 0 -350px;
  z-index: 101;
}

