@charset "utf-8";
/* CSS Document */
.body-pop{padding:30px;}

.hed-pop{padding:15px 20px 15px 20px;
border-bottom:1px solid rgba(201,201,201,1.00);
font-weight:bold;
font-size:15px;
text-align:center;
color:rgba(112,112,112,1.00);}


.pop-up{position:fixed;
top:0;
left:0;
bottom:0;
right:0;
background:rgba(0,0,0,0.70);
z-index:99999;
display:none;}

.con-pop-edit{width:580px;
margin-left:auto;
margin-right:auto;
background:rgba(255,255,255,1.00);
margin-top:100px;
}