#popup_container {
	font-family: 'NSKR', sans-serif;
	font-size: 12px;
	/* min-width: 412px !important; */ /* Dialog will be no smaller than this */
	max-width: 1000px !important; /* Dialog will wrap after this width */
	background: #fff;
	/* border: solid 5px #999; */
	color: #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5rem;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	overflow: hidden;
	width: 90%;
}

#popup_title {
    font-size: 15px;
    text-align: left;
    color: #b3b3b3;
    /* background: #c0c0c0 url(images/title.gif) top repeat-x; */
    /* background-color: #e54825; */
    cursor: default;
    padding: 0em;
    margin: 0 5rem;
    border-bottom: 1px solid #585858;
    height: auto;
    line-height: 43px;
    text-indent: 13px;
    padding: 2rem 0px;
    font-family: 'NSNR';
    font-size: 1.8rem;
    color: #585858;
}

#popup_content {
	/* background: 16px 16px no-repeat url(images/info.gif); */
	/* padding: 0 2em; */
	margin: 0em;
}

#popup_content.alert {
	/* background-image: url(images/info.gif); */
}

#popup_content.confirm {
	/* background-image: url(images/important.gif); */
}

#popup_content.prompt {
	/* background-image: url(images/help.gif); */
}

#popup_message {
	/* padding-left: 48px; */
	line-height: 20px;
	/* padding: 2em 0; */
	padding: 3rem 5rem;
	text-align: center;
	line-height: 1.5;
	color: #2a2a2a;
	font-size: 13px;
	font-family: 'NSKR';
	font-size: 2.4rem;
}

#popup_panel {
	text-align: center;
	/* margin: 1em 0em 0em 1em; */
	width: 100%;
	box-sizing: border-box;
	/* border-top: 1px solid #c0c0c0; */
	height: 10rem;
}

#popup_prompt {
	margin: .5em 0em;
}

input#popup_ok, input#popup_cancel {
	/* background: linear-gradient(#c0c0c0, #bbb); */
	/* border: 1px solid #999; */
	color: #fff;
	/* border-top-color: #c0c0c0;
    border-left-color: #c0c0c0;
    border-right-color: #999; */
	border: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #386fa4;
	color: #585858;
	border-radius: 3rem;
	width: 200px;
	height: 6rem;
	line-height: 6rem;
	margin-top: 13px;
	float: initial;
	font-family: 'NSNR';
	font-size: 1.8rem;
}

span#popup_close {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    /* vertical-align: middle; */
    float: right;
    margin-right: 10px;
    margin-top: 11px;
}

span.pclose1 {
    width: 22px;
    height: 1px;
    display: inline-block;
    background-color: #585858;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

span.pclose2 {
    width: 22px;
    height: 1px;
    display: inline-block;
    background-color: #585858;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
}

.popup_ok {
    float: right;
    margin-right: 15px;
}
#passtxt {font-size:12px;}
#repasstxt {font-size:12px;}

/* .wrap-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
} */
@media (max-width: 1800px) { /* START 1800px pc */
}/* END 1800px pc */
@media (max-width: 1420px) { /* START 1420 pc */
}/* END 1420 pc */
@media (max-width: 1160px){/* START 1160px pc */
#popup_container{max-width: 450px !important;}
#popup_title{
    margin: 0 1rem;
    padding: 3rem 0 1rem;
}
#popup_message{
    font-size: 2rem;
    padding: 2rem 1rem;
}
#popup_panel{}
input#popup_ok, input#popup_cancel{
    width: 100px;
    height: 4rem;
    line-height: 4rem;
}
}/* END 1160px pc */
@media (max-width: 1024px){/* START 1024px */
}/* END 1024px */
@media (max-width: 767px) { /* START 767px */
}/* END 767px */
@media (max-width: 717px) { /* START 717px */
}/* END 717px */
@media (max-width: 540px) { /* START 540px */
}/* END 540px */
@media (max-width: 480px) { /* START 480px */
}/* END 1024px */
@media (max-width: 414px) { /* START 414px */
}/* END 414px */
@media (max-width: 280px) { /* START 280px */
}/* END 280px */
