@charset "UTF-8";
.floating-box {
  /*display: none;*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.floating-box .overlay {
  background: url(../../../../images_v2/overlay_black.png) repeat 0 0;
  width: 100%;
  height: 100%;
}
.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;
}

#leave, #fb, #tw, #pw {
  display: none;
}

.floating-box .contents .main-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #DF0623;
  font-size: 220%;
  font-weight: bold;
}

.floating-box .contents .prof-enter-box {
	padding: 10px 0 0;
}

.floating-box .contents .prof-enter-box p {
  width: auto;
}

#confirm-message{
	text-align: left;
	display: none;
	width:640px;
}

.btn-mprof {
  margin:20px 0 0;
}

.btn-mprof ul {
  margin: 0 auto;
}

.btn-mprof ul li {
  float:left;
	padding:0 20px 0 0;
	}

.btn-mprof ul li.end {
	padding:0 0 0 0;
	}

.prof-enter-box {
	padding:40px 0 0 60px;
	}

.prof-enter-box p {
  width:600px;
  padding:0 0 15px 0;
  font-size: 140%;
	}



@media screen and (max-width: 600px) {
  .floating-box .contents {
    width: 90%;
  }
	.floating-box .contents .inner p {
	margin-bottom: 0;
	}
  .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;
  }
.floating-box .contents .main-title {
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 180%;
}
.floating-box .contents .prof-enter-box {
	padding: 0;
	font-size: 140%;
}
.btn-mprof li {
	margin-bottom: 10px;
	text-align: center;
}



#confirm-message{
	width: 100%;
}

.btn-mprof {
  margin:10px 0 0;
}

.btn-mprof ul {
  margin: 0;
}

.btn-mprof ul li {
  float: none;
	padding:0;
	text-align: center;
	}

.prof-enter-box {
	padding:0;
	}

.prof-enter-box p {
  width: auto;
  padding:0;
  font-size: 100%;
	}

}
