@charset "UTF-8";

/* ここからデモページ用のコード */
ody {
	width: 100% ;
	height: 5000px ;
	padding: 0 ;
}
/* ここまでデモページ用のコード */

.modal-content {
	align: center:
	width: 610px;
	height: 718px;
	margin: 0 ;
	padding: 5px 5px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 255,255,255, 0.30 ) ;
}

.button-link {
	color: #633 ;
	font-weight:bold;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	font-weight:bold;
	color: #f00 ;
}

.menufnt {
 font-size: 12px;
}

.menutit {
 font-size: 15px;
 font-weight:bold;
}

.menuinfo {
 font-size: 14px;
 line-height:1.3;
}
