@charset "UTF-8" ;

.modal-content {
	width: 90% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 9999 ;
}
.mo_img {
	width: 90% ;
	margin-left:auto;
	margin-right:auto;
}


  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.close_button-link {
	width:10%;
	background-color:#000;
	border-radius: 30px 30px 30px 30px;
	padding:5px 20px;
	font-size:16px;
	color:#FFF;
}
.close_button-link:hover {
	cursor: pointer ;
	color: #666 ;

}
.close_bo {
	width:20%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
}



 
.button-link:hover {
	cursor: pointer ;
	color: #666 ;
}

.contents1000 {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.mo_title {
	font-size:16px;
	margin-bottom:10px;
}
.shousai_text {
	border-top:#000 dotted 1px;
	border-bottom:#000 dotted 1px;
	padding-top:2px;
	padding-bottom:5px;
}


@media screen and (max-width:640px){

.contents1000 {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}



}





