@charset "UTF-8";
.lock {
	overflow: hidden;
}
.modal-content {
	position: relative;
	display: none;
	width: 600px;
	margin: 30px;
	padding: 20px 5% 40px;
	border: 2px solid #aaa;
	background-color: #fff;
	font-size: 14px;
	color: #000;
}
.modal-content h3 {
	font-size: 18px;
	text-align: center;
}
.modal-content ol {
	padding: 0;
	margin: 10px 4%;
	float: left;
	position: relative;
}
.modal-content ol li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
.modal-content ol li span {
	position: absolute;
	left: 0;
	margin: 0
}
.modal-overlay {
	z-index: 9999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
.modal-wrap {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal-close {
	font-size: 18px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.modal-close:hover {
	cursor: pointer;
	opacity: 0.8;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
.modal-content {
	position: relative;
	display: none;
	width: 600px;
	margin: 15px;
	padding: 20px 5% 40px;
	border: 2px solid #aaa;
	background-color: #fff;
	font-size: 14px;
	color: #000;
}
.modal-content h3 {
	font-size: 18px;
	text-align: center;
}
.modal-content ol {
	padding: 0;
	margin: 10px 5%;
	list-style: none;
	float: left;
}
}

@media screen and (max-width:700px) {
.modal-content {
	position: relative;
	display: none;
	width: 80%;
	margin: 15px;
	padding: 20px 5% 40px;
	border: 2px solid #aaa;
	background-color: #fff;
	font-size: 14px;
	color: #000;
}
.modal-content h3 {
	font-size: 18px;
	text-align: center;
}
.modal-content h3 span {
	display:block;
	}
.modal-content ol {
	padding: 0;
	margin: 0;
	list-style: none;
	float: none;
}
}
