@charset "utf-8"; 

.modal{
	display:none;
	background-color:#000000; 
	height:100%; 
	width:100%;	
	}
	
.modalBody{
	position: fixed; 
	z-index:1000; 
	background: #fff;
	width:800px;
	height:870;
	left: 50%; 
	top: 10%; 
	margin:auto;
	}
	
.modalBK{
	top:0;
	left:0;
	position: fixed; 
	z-index:999; 
	height:100%; 
	width:100%;
	background-color:#000000;
	opacity: 0.7;
	-moz-opacity:0.70;
	filter: alpha(opacity=70);
	}

.image_margin{
	margin: 20px auto 20px auto;
}

.yajirushi{
	clear:both;
}

.yajirushi_left{
	float:left;
	padding-left:30px;
}

.yajirushi_right{
	float:right;
	padding-right:30px;
}

.btns{
	cursor:pointer;
}

.btn_2{
	clear:both;
	margin: 40px auto 40px auto;
	width:600px;
	overflow: hidden;
}

.close{
	background-image:url(../images/close.jpg);
	background-repeat:no-repeat;
	cursor: pointer;
	float:left;
	width:428px;
	height:50px;
}

.btn7{
	float:left;
}

.modal{
	width:100%; 
	color:#606060;
	}
	
.modal p{
	font-size:16px;
	line-height: 2em;
	text-align:justify; 
	width:600px;
	margin: 20px auto 50px auto;
	}
	
.modal h2{
	font-weight:bold; 
	font-size: 16px;
	text-align:justify;
	width:600px;
	margin: 20px auto -20px auto;
	padding-bottom: 10px;
	color:#000;
	}
	
.modalBody{padding: 10px;}