@charset "UTF-8";
#modal-content {
  z-index: 2000 ;
  width: 800px;
  margin: 0 ;
  padding: 20px ;
  border: 2px solid #aaa ;
  background: #fff ;
  position: fixed ;
  display: none ;
  text-align: center;
  overflow:scroll;
  overflow-x:hidden;
}

#modal-overlay {
  z-index: 1000 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}

.button_block .button-link{
  text-decoration:none;
  color:#fff;
  font-size: 140%;
  padding: 7px 10px;
  display: block;
}


.button-link:hover {
  cursor: pointer ;
}

.modal_notice{
  line-height:1.4;
  font-size:140%;
  margin-bottom: 15px;
}

.button_block li{
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  background-color: #4eb3de;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.button_block li:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}