@charset "UTF-8";

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

.modal-content {
	width: 90% ;
	margin: 0 ;
	padding: 10px 5px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	text-align:center;
}
.modal-content h1
{
	font-size: 110%;
	text-align:center;
	margin: 15px 0;
	}


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

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

.width70 {
    width: 70%;
}

.modalcomment {
	text-align: left;
	padding: 0 40px;
}

.W30Box{
	width: 30%;
}

.W40Box{
	width: 40%;
}

.W50Box{
	width: 50%;
}

.W60Box{
	width: 60%;
}

.W70Box{
	width: 70%;
}