@charset "Shift-jis";
/* ここまでデモページ用のコード */

#modal-content{
	width: 600px;
	margin: 0;
	padding: 20px;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	border-radius: 15px;
	z-index: 9998;
	color:#605451;
}
  
#modal-overlay{
	z-index:9997;
	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;
}
.Popup{
	position:relative;
}
.Popup h2{
	font-size:18px;
	padding-bottom:10px;
}
.Popup iframe{
	border:none;
}
#modal-content .MdlClose{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background-color: #666;
	color:#FFF;
	text-align:center;
	position:absolute;
	top:-10px;
	right:-10px;
	
}
#modal-content .MdlClose i{
	line-height:30px;
}
#modal-content .MdlClose a{
	color:#FFF;
	line-height:30px;
	display:block;
}