.block-default {
	display:none;
}

.memberform.form {
	padding-top:20px;
}
.memberform-container h3.nostrong {
	font-weight:normal;
}

.memberform.form dt.title,
.memberform.form dt.break {
	width: 100%;
	padding-right: 0;
}
.memberform.form dt.break {
	height:20px;
}
.memberform.form span.break {
	height:10px;
	display:block;
}

.memberform.form dd input[type=checkbox],
.memberform.form dd input[type=radio] {
	width:auto;
}

.memberform.form dd.checkbox-vertical label,
.memberform.form dd.radio-vertical label {
	padding-right:20px;
}
.memberform.form dd.checkbox-horizontal label,
.memberform.form dd.radio-horizontal label {
	display:block;
}
.memberform.form .radio-text input {
	width:25%;
}
/*
.memberform.form dd.checkbox-vertical input[type=number] {
	width:40%;
	float:right;
}
@media screen and (max-width:767px) {
	.memberform.form dd.checkbox-vertical input[type=number] {
		width:100%;
		float:none;
	}
}
*/
.memberform.form dd.checkbox-vertical .inptocheck {
	width:40%;
	height:31px;
	float:right;
}
@media screen and (max-width:767px) {
	.memberform.form dd.checkbox-vertical .inptocheck {
		width:100%;
		height:31px;
		float:none;
	}
}
.memberform.form dd.checkbox-vertical .inptocheck .show-percent {
	box-sizing:border-box;
	padding-right:20px;
	
	position:relative;
	
	display:none;
}
.memberform.form dd.checkbox-vertical .inptocheck .show-percent::after {
	content:"%";
	
	position:absolute;
	right:0;
	top:4px;
}
.memberform.form dd.checkbox-vertical .inptocheck.show .show-percent {
	display:block;
}
.memberform.form dd.checkbox-vertical .inptocheck input[type=number] {
	width:100%;
	
}
.memberform.form dd.checkbox-vertical .inptocheck.show input[type=number] {
	
}

.not-main-location,
.has-stores {
	display:none;
}
.not-main-location.show,
.has-stores.show {
	display:block;
}




/*Small*/
dl.form.memberform-small dt, 
dl.form.memberform-small dd {
	width:100%;
	float:none;
	margin:0;
}
dl.form.memberform-small dd {
	margin-bottom:10px;
}


/*Popup*/
.explanation-popup-wrapper {
    position:fixed !important;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    z-index:2500;
    display:none;

	background-color:rgba(0, 0, 0, 0.5);
    background-repeat:repeat;
    background-image: none;
}
.explanation-popup-wrapper.show {
    display:block;
}
.explanation-popup-distance {
	float:left;
	height:50%;
	width:1px;
	/*margin-bottom:-250px;*/
	margin-top:-325px;
}
.explanation-popup {
	clear:left;
	position:relative;
	/*width:500px;*/
	width:800px;
	min-height:50px;
	padding:35px 20px 20px;
	margin:10px auto 0;
	box-sizing:border-box;
	background-color:#FFF;
	
	z-index:1800;
}
.explanation-popup .popup-image {
	padding-bottom:16px;
}
.explanation-popup .popup-image img {
	max-width:100%;
	height:auto;
	display:block;
}

.explanation-popup .close {
	position: absolute;
	right: 3px;
	top: 0;

	cursor: pointer;
	opacity:0.5;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	
	width:30px;
	height:30px;
	box-sizing:border-box;
	
	font-size:30px;
	text-align:center;
	
	text-decoration:none;
	color:#000;
}
.explanation-popup .close:hover {
	opacity: 1;
}

@media screen and (max-width:767px) {
	.explanation-popup-wrapper {
    	z-index:1500000;
		position:absolute;
	}
	.explanation-popup {
		max-width:500px;
		width:auto;
		min-height:0;
		padding:30px 20px 30px;
		margin:15px auto 0;
		
		background-image:none;
	}
	.explanation-popup .close {
		right: 10px;
		top: 5px;
	}
}

@media screen and (max-width:720px) {
	.explanation-popup-distance {
		float:left;
		height:30px;
		width:1px;
	}
}
@media screen and (max-width:520px) {
	.explanation-popup {
		margin:15px 10px 0;
	}
}