@charset "UTF-8";

.floating-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.floating-box .overlay {
  background: url(/images/modal/dmln530000002brg.png) repeat 0 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floating-box.shadow .overlay {
  background: none;
  cursor: default;
}
.floating-box .contents {
  background: #fff;
  position: absolute;
  width: 70%;
  top: 30%;
  left: 50%;
  margin-left: -35%;
  cursor: default;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.floating-box .contents .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.floating-box .contents .inner {
  padding: 40px;
}
.floating-box .contents .inner p {
  margin-bottom: 20px;
}
.floating-box .contents .inner .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 170%;
  padding-bottom: 13px;
  border-bottom: 4px solid #FD8424;
  margin-bottom: 30px;
}
.floating-box .contents .inner input[type="text"] {
  background: #F7F7F7;
  font-size: 14px;
  width: 95%;
  border: none;
  padding: 1.5% 2%;
  border: 1px solid #EAEAEA;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.floating-box .contents .inner .navi {
  text-align: center;
}
.floating-box .contents .inner .navi input {
  margin: 0 10px 20px;
}
.floating-box.shadow .contents {
  border: 1px solid #CCC;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
  -moz-box-shadow: 0px 0px 5px #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
}

#loading-message,
#complete-message {
  width: 350px;
  height: 50px;
  font-size: 20px;
  padding-left: 60px;
}
#loading-message span,
#complete-message span {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

#loading-message {
  background: url(/images/modal/dmln530000002bri.gif) 0 0 no-repeat;
}

#complete-message {
  background: url(/images/modal/dmln530000002bru.gif) 0 0 no-repeat;
}

#leave, #fb, #tw, #pw {
  display: none;
}

@media screen and (max-width: 600px) {
  .floating-box .contents {
    width: 90%;
  }
  .floating-box .contents .inner {
    padding: 10px;
  }
  .floating-box .contents .inner .navi {
    text-align: center;
  }
  .floating-box .contents .inner .navi .button {
    width: 90%;
    margin: 10px 0;
  }

  #leave, #fb, #tw, #pw {
    width: 90%;
  }

  #leave {
    height: auto;
  }

  #fb {
    height: auto;
  }

  #tw {
    height: auto;
  }

  #pw {
    height: auto;
  }
}
