@charset "UTF-8";


body {
	width: 100% ;
	height: 3000px ;
	padding: 0 ;
}


#modal-content {
	width:640px ;
	height: 490px ;
	padding: 0 ;
	margin: 0 ;
	border: none ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 5 ;
}
  
#modal-overlay {
	z-index: 4 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 255,255,255, 0.75 ) ;
}


#modal-box{
	width: 640px ;
	height: 490px ;
	margin: 0 ;
	padding: 0 ;
	display: none ;
	z-index: 6 ;
}
	

a.modal_close{
	position: absolute;  
    top: 0px;  
    left: 560px; 
	padding:6px 0 0 0;
    width:80px;
	height:80px;
	font-weight:bold;
    display:block;
    text-align:center;
	text-decoration:none;
    color:#fff;
    background-color:#1974cf;
}


.relative	{
	position: relative;
}

.modal_button {
	float:left;
	display: block;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	width:80px;
	height:80px;
	background-image:url(../images/common/menubutton.png);
	border-style: none;

}
.modal-dialog-center {
	padding-top: -80px;
}
