@charset "UTF-8" ;

@charset "UTF-8";

/* ここからデモページ用のコード */
body {
	width: 100% ;
	padding: 0 ;
}
/* ここまでデモページ用のコード */

#modal-content {
	margin: 0 ;
	padding: 0;
	border: 0;
	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( 0,0,0, 0.75 ) ;
}
.button-link a{ display:block;}
.button-link { width:100%; height:100%;}
 
.button-link:hover {}

#modal-content { width:560px; height:315px;}
@media all and (min-width: 768px) {
#modal-content { width:768px; height:432px;}
}
@media all and (max-width: 480px) {
#modal-content { width:256px; height:144px;}
}