#modal_wrap {
	width:950px;
	margin:80px 0 0 0px;
	position:relative;
background-color:#FFF;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}
#modal_wrap .divider_top  {
	background: url(../images/popup_divider.jpg) no-repeat center top;
	clear: both;
}
#modal_wrap #btm_wrap {
	background: url(../popup/images/popup_bgr_btm.jpg) no-repeat center top;
	padding:25px 45px 0px;
	text-align:center;
}



#btm_caution{
	margin: 0px auto;
	text-align: left;
	line-height: 200%;
}
#btm_pagetop{
	cursor:pointer;
	margin:30px auto 0px;
}
#modal_wrap .section {
	margin: 0px auto;
	width: 900px;
	padding: 50px 25px@50px 25px;
	position:relative;
}

#modal_wrap .clm_l {
	float: left;
}
#modal_wrap .clm_r {
	float: right;
}

.btn_detail{
	cursor:pointer;
}

body{
	padding: 0;
	margin: 0;
	width:100%;
	min-width:980px;
}

body.overlayed{
overflow:hidden;
position:fixed;
}
body.static{
overflow:auto;
position:static;
margin-left:0px;
}


#overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: none;
overflow: auto;
-webkit-overflow-scrolling:touch;
background:url(../images/back.png);
z-index:3000;

}
#window_wrap{
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
#window {
position:absolute;
padding: 0px;
top:0;
left:0;
display: none;

}
#close_back{
	width:100%;
	position:absolute;
	height:100%;
	top:0px;
	left:0px;
	cursor:pointer;
}
#window.mobile{
	-webkit-transform: scale(0.8);
	-webkit-transform-origin: center top;
}
 
.view {
width: 950px;
padding:15px;
position: relative;
z-index:1;
}

#Map1,#Map2,#Map3,#Map4,#Map5{
	cursor:pointer;
	width:120px;
	height:20px;
	position:absolute;
	left:50%;
	margin-left:350px;
	background: white;
	
	filter:alpha(opacity=0);
     -moz-opacity:0;
     -khtml-opacity: 0;
     opacity:0; 
}
#Map1{
top:1356px;	
}
#Map2{
top:2398px;	
}
#Map3{
top:2747px;	
}
#Map4{
top:3462px;	
}
#Map5{
top:4129px;	
}

#close {
	cursor:pointer;
top: 0px;
right: 0px;
}
#backtopagetop{
		cursor:pointer;
position: fixed;
bottom: 30px;
margin-left:950px;
}

.link{
	cursor:pointer;
}
#close_link{
	cursor:pointer;
	width:124px;
	height:135px;
	position:absolute;
	top:0px;
	right:0;
	background: white;
}
.pl{
	position:relative;

}
