@charset "UTF-8";

.lock {
}
.lock > .wrap {
	overflow-y: hidden;
}

.modal-content {
	overflow:auto;
	position:relative;
	display:none;
	width:60%;
	max-height:50%;
	*margin:30px;
	padding:0;
	border:10px solid #fff103;
	background:#fff;
	border-radius: 10px;
	background: #ffffea;
}

.modal-content p {
/*	margin:0;
	padding:0; */
}

.modal-content img {
    margin: 0 auto;
}

.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);
}

.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:150%;
	overflow:auto;
}


.modal-open {
	color:#00f;
	text-decoration:underline;
}

.modal-open:hover {
	cursor:pointer;
	color:#f00;
}

.close_btn {
width: 160px;
background: #fff103;
color:#000;
font-weight: bold;
font-size: 22px;
padding: 10px 10px 15px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
text-align: center;
margin-left: 78%;
}

.modal-close {
}

.modal-close span {
	font-size: 30px;
	margin-right: 10px;
}

.modal-close {
	text-decoration: none;
	color: #000;
}
.modal-close:hover {
	cursor:pointer;
	color:#000;
}
