@charset "utf-8";


.pop_up{

	margin:0 auto;
	position:relative;
	z-index:9999;
}
.pop_ico, .pop_ico a{


	height:127px;


}
.pop_ico a{
	top:0px;
}
#pop_content{
	width:50px;
	height:auto;
	display:none;
}


.pop_box{
	width:545px;
	height:autopx;
	background-color: #f9cece;
    border: 1px solid #666666;
    box-shadow: 0 0 15px 5px #999999;
    color: #000000;
    font-size: 1.05em;
    height: auto;
    line-height: 22px;
    margin: 30px 0 0 150px;
    padding: 3px 3px 5px;
	position:absolute;
	top:20px;
 	right:0px; 
	z-index:9888;



}
.close_pop{
/* 	width:108px; */
	height:14px;

	margin:5px 0px 35px 0px;
	text-align:center;
}
.pop_top{
	width:747px;
	height:210px;
	float:left;
}
.pop_cot{
	width:auto;
	padding:20px 20px 10px 20px;
	text-align: center;
}

.pop_cot p{
	
	text-align: justify !important;
}
/* 
.pop_left{
	width:260px;
	float:left;
}
.pop_right{
	width:430px;
	height:306px;
	float:right;
	background:#f8f0db url(../../images/common/pop_up/left_bg.png) left top no-repeat;
	position:relative;
	padding: 30px 20px 20px 20px;
	text-align:justify;
	font-size:16px;
	line-height:22px;
} */
.pop_right a{
	text-decoration:underline;
}


















