@charset "UTF-8";

#modal-content {
	width: 90% ;
	max-width: 640px;
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index:2 ;
	text-align:center;
}

#modal-content02 {
	width: 90% ;
	max-width: 740px;
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}

#modal-content03 {
	width: 90% ;
	max-width: 740px;
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay, #modal-overlay02, #modal-overlay03 {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

#modal-close {
	position:absolute;
	right:0;
	top:-44px;
}

#modal-close02 {
	position:absolute;
	right:-18px;
	top:-4px;
}

#modal-close03 {
	position:absolute;
	right:-18px;
	top:-4px;
}
