#modaal-transferfee{
  display: none;
}

.modaal-container{
  max-width: 600px;
  border: 2px solid #e12e21;
  border-radius: 4px;
}

.modaal-content-container{
  padding: 0px;
}

.modaal-content-container h2{
  padding: 15px;
  background: #e12e21;
  color: #fff;
  font-weight: bold;
}

.modaal-content-box{
  padding: 15px;
}

.modaal-content-table{
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modaal-content-table table{
  width: 47%;
  margin-bottom: 15px;
}

.modaal-content-table tr{
  border-bottom: 1px solid #ccc;
}
.modaal-content-table th{
  font-size: 1.2em;
}

.modaal-content-table th,.modaal-content-table td{
  padding: 5px 0px;
}

.modaal-content-text{
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

.modaal-close{
  pointer-events: none;
}

/*ã‚ªãƒ¼ãƒãƒ¼ãƒ¬ã‚¤é»’*/
.modaal-overlay{
  z-index:9998;
}