#modal-overlay{
  z-index:11;
  display:none;
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.5);
  /*追加分*/
  width:100%;
  height:100%;
  position:fixed;
}

.oheyalink-modal{
  display : none;
  position:fixed;
  top : 50% !important;
  transform : translateY(-50%);
  left : 50% !important;
  width:100%;
  height:100%;
  margin:auto;
  z-index:12;
  background-color: white;
}

.oheyalink-modal-button-select{
  margin-left: 40px;
}

.oheyalink-modal-title{
  line-height: 48px;
  margin-left: 40px;
  color: white;
}

.oheyalink-modal-title-box{
  width : 100%;
  height: 48px;
  margin-bottom: 12px;
  vertical-align: middle;
  background-color: gray;
}

.oheyalink-modal-message{
  margin-left: 40px;
}

.oheyalink-modal-form ul li {
    list-style: none;
}

.oheyalink-modal-form label {
  margin-right: 10px;
	width:160px;
	display: inline-block;
}
