@charset "UTF-8" ;
.modal-content {
	margin: 0 ;
	padding: 10px ;
	background: #fff ;
	display: none ;
	z-index: 2 ;
	text-align: left;
	line-height: 1.5;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.modal-content img {
	margin-bottom: 10px;
}
.modal-content h1 {
	text-align: center;
}
#modal-overlay {
	z-index: 1;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background: rgba(0,0,0,0.6) ;
}
.modal-content .close {
	text-align: center;
	margin-top: 10px;
}
.modal-content a {
	display: inline-block;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
