@charset "UTF-8" ;
.modal-content{
  margin: 0 ;
  padding : 30px;
  border-right-width : 0px;
  background-image : url(../img_common/medatsu1.png);
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  position: fixed ;
  display: none ;
  z-index: 2 ;
  text-align : left;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  width : 840px;
}
#modal-overlay{
  z-index: 1 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}
