@charset "UTF-8";

/* ここからデモページ用のコード */
/* ここまでデモページ用のコード */

#modal-content{
	width:900px;
	height: 300px;
	margin:0;
	padding:0;
	/*border:2px solid #aaa;*/
	background:#fff;
	position:fixed;
	top: 30%;
	left: 20%;
	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(0,0,0,0.75);
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
