@charset "UTF-8" ;
/*
.modal-content{
 width : 700px;
 margin: 0 ;
 padding : 30px;
 background : none 0% 0% / auto auto repeat scroll padding-box border-box;
 background-color: rgba(0,0,0,0.80) ;
 position: fixed ;
 display: none ;
 z-index: 550 ;
 border-top-width : 0px;
 border-left-width : 0px;
 border-right-width : 0px;
 border-bottom-width : 0px;
 font-size : 15px;
}
#modal-overlay{
 z-index: 500 ;
 display: none ;
 position: fixed ;
 top: 0 ;
 left: 0 ;
 width: 100% ;
 height: 120% ;
 background-color: rgba(0,0,0,0.60) ;
}

.modal_close { margin: 0px 40px 20px 0px; text-align: right;}

*/

/*�ȉ��A��L��c�ӂ��Đݒ�B���O�[�Ƌ��ʉ�*/
.modal-content{
  margin: 0 ;
  padding : 5%;
  border-right-width : 0px;
  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: 99999 ;
  text-align : left;
  border-top-width : 0px;
  border-left-width : 0px;
  border-bottom-width : 0px;
  width : 980px;
}
#modal-overlay{
  z-index: 99998 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 100% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close{
  z-index : 100000;
  text-align : right;
  background-color : rgba(30,20,20,0.70);
  border-width : 1px;
  border-style : solid;
  border-color : #AF9F74;
  padding : 8px 15px;
}
/*�����܂ŁA��L��c�ӂ��Đݒ�B���O�[�Ƌ��ʉ�*/



