.floatModal{
  width:100px;
  color:#fff;
  position: fixed;
  left:50%;
  top:50%;
  margin-left:-50px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba( 0, 0, 0, 0.8 );
  display:none;
  z-index:9000;
  text-align:center;
  padding:20px;
}

.modal{
  width:100%;
  display:none;
  }
.modalBody{
  position: fixed;
  z-index:1003;
  background: #fff;
  width:300px;
  left:50%;
  top:50%;
  -webkit-border-radius:10px;
  border-radius:10px;
  overflow: auto;
  }
.modalHelpWindow{
  width:90%;
}

.modalBK{
  position:fixed;
  z-index:1002;
  height:100%;
  width:100%;
  background:#000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  }

.modalBK_first_navi{
  background-image: url("./img/bg_toka.png");
  position:fixed;
  z-index:1001;
  height:100%;
  width:100%;
}

/* ============ 装飾 ============ */
.close{cursor: pointer;position:absolute;top:5px;right:5px;z-index:2000;}
.close img{width:25px;}
.modal p{font-size:12px; text-align:justify;}
.modal h1{font-weight:bold; font-size: 30px;}
.modalBodyInner{padding:10px;position:relative;padding-top:35px;}
.modalBodyInner textarea{
  width:100%;
  margin:10px auto;
  display:block;
  border:1px solid #aaa;
  -webkit-border-radius:5px;
  border-radius:5px;
  height:80px;
  }
  
.modalBodyInner .btn_pink{
  margin:15px 0;
}
.modalInnerImg{
  width:50px;
  margin:0;
  margin-bottom:10px;
  margin:auto;
}

.firstModalBK{
  position:fixed;
  z-index:1001;
  height:100%;
  width:100%;
  background:#000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  display:none;
}
img.ModalImg{
  z-index:1002;
  position:fixed;
  top:50%;
  left:50%;
  width:300px;
  height:310px;
  margin-top:-155px;
  margin-left:-150px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  display:none;
}

.bonusModalBK{
  position:fixed;
  z-index:1001;
  height:100%;
  width:100%;
  background:#000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  display:none;
}
.bonusModalImg{
  z-index:1002;
  position:fixed;
  top:50%;
  left:50%;
  width:300px;
  height:300px;
  margin-top:-150px;
  margin-left:-150px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  display:none;
}
.bonusModalInner{
  width:300px;
  height:300px;
  display:table-cell;
  vertical-align:middle;
  font-weight:600;
  font-size:14px;
  color:#000;
  padding:0 10px;
  text-align:center;
}

.bonusModalImgFirst{
  z-index:1002;
  font-size:15px;
  position:fixed;
  top:50%;
  left:50%;
  width:300px;
  height:300px;
  margin-top:-150px;
  margin-left:-150px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  display:none;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.firstModalInner{
  width:300px;
  height:300px;
  display:table-cell;
  vertical-align:middle;
  font-weight:600;
  font-size:14px;
  color:#000;
  padding:0 10px;
  text-align:center;
  background:#FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


.bonusModalBK2{
  position:fixed;
  z-index:1003;
  height:100%;
  width:100%;
  background:#000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  display:none;
}
.bonusModalImg2{
  z-index:1004;
  position:fixed;
  top:50%;
  left:50%;
  width:300px;
  height:300px;
  margin-top:-324px;
  margin-left:-150px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  display:none;
}
.bonusModalInner2{
  width:300px;
  height:649px;
  display:table-cell;
  vertical-align:middle;
  font-weight:600;
  font-size:14px;
  color:#000;
  padding:0 10px;
  text-align:center;
}