@charset "utf-8";
/* CSS Document */

.atlocation-popup{
	width:100%;
	height:auto;
	padding:30px;
	}
.atlocation-block{
	width:444px;
	height:auto;
	padding:20px;
	background:#fff;
	
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
.atlo-top{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	color:#262626;
	text-align:left;
	font-weight:bold;
	}
.atlo-form-regis-top{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	color:#000;
	text-align:left;
	padding-bottom:20px;
	}
.atlo-form-regis{
	width:760px;
	height:auto;
	margin-top:20px;	
	}
.atlo-bpic {
    width: 100%;
    height: auto;
}
.atlo-form-set{
	width:100%;
	height:auto;
	margin-top:20px;
	padding: 0px 150px;
	}
.atlo-form-box{
	width:100%;
	height:48px;
	padding: 10px 10px;
	margin-bottom:15px;
	background:#f0f7fd;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	}
.atlo-title{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:17px;
	color:#262626;
	text-align:right;
	padding-right:10px;
	border-right:2px solid #78abd7;
	}
.atlo-box{
	width: 100%;
	border:none;
	background:none;
	font-family:'lineseed';
	font-size:17px;
	padding:0px 10px;
	color:#262626;
	}
::placeholder{
	color:#262626;
	}
.atlo-cbox{
	width:100%;
	height:auto;
	}
.atlo-choice-slist{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:18px;
	color:#000;
	margin-bottom:5px;
	}
.atlo-choice-box {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    border: 1px solid #969696;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/********************************************/
.atlo-btn{
	margin:0 3px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    
    font-size: 1rem;
	font-weight:600;
    line-height: 1.5;
    border-radius: 8px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.atlo-ok-btn{
	color: #fff;
    background: #012b5b;

}

.atlo-ok-btn a{
	font-family:'lineseed';
	font-size:20px;
	display:inline-block;
	color: #fff;
	padding: .6rem 1.5rem;
}
.atlo-cancle-btn{

	}
.atlo-cancle-btn a{
	display:inline-block;
	padding: .6rem 1.5rem;
	font-family:'lineseed';
	font-size:20px;
	color: #262626;
	}	
/********************************************/
@media (max-width: 374px) {
	.atlocation-popup {
    padding: 0;
}
.atlo-title {
    font-size: 12px;
}
.atlo-box{
	font-size:12px;
	}
	.atlo-form-box {
    padding: 15px 5px;
}
.atlo-form-regis {
    width: 100%;
}
.atlo-form-set {
    padding: 0px 0px;
}
	}
@media (min-width: 375px) and (max-width: 419px) {
	.atlocation-popup {
    padding: 0;
}
.atlo-title {
    font-size: 15px;
}
.atlo-box{
	font-size:15px;
	}
	.atlo-form-box {
    padding: 13px 5px;
}
.atlo-form-regis {
    width: 100%;
}
.atlo-form-set {
    padding: 0px 0px;
}
	}
@media (min-width: 420px) and (max-width: 575px) { 
	.atlocation-popup {
    padding: 0;
}
.atlo-form-regis {
    width: 100%;
}
.atlo-form-set {
    padding: 0px 0px;
}
	}
@media (min-width: 576px) and (max-width: 991px) { 
	.atlo-form-set {
    padding: 0px 70px;
}

}