@charset "UTF-8";


  
#modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.7 );
}
.modal-content {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 330px;
	margin: 0;
	/*padding: 10px 20px;*/
	/*border: 2px solid #aaa ;
	background: #fff ;*/
	position: fixed;
	display: none;
	z-index: 102;
}
.button-link {
	color: #00f;
	text-decoration: underline;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal-content a {
	color: #fff;
	text-decoration: underline;
}
.modal-content p {
	line-height: 2.4em;
	font-size: 10px;
}

@media screen and (max-width: 480px) {
.modal-content p {
	padding: 10px;
	width: 100%;
	margin:0 auto;
}
.modal-content {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
	/*padding: 10px 20px;*/
	/*border: 2px solid #aaa ;
	background: #fff ;*/
	position: relative;
	display: none;
	z-index: 102;
}
}

@media screen and (max-width: 320px) {
.modal-content {
	
	padding: 10px;
}
.modal-content p {
	/*line-height: 2em;
	width: 82%;*/
}
.modal-content {
	position: relative;
	display: none;
	width: 82%;
	margin: 0 auto;
	/*padding: 10px 10px;*/
	text-align:center;
	left:0!important;
}
}
.lock {
	overflow: hidden;
}

.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
}
.modal-wrap {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal-syncer {
	color: #00f;
	text-decoration: underline;
}
.modal-syncer:hover {
	cursor: pointer;
	color: #f00;
}
.modal-close {
	color: #00f;
	text-decoration: underline;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
