@charset "Shift_JIS";

.modal-content {
	width: 750px ;/* 【編集】幅：100%→570px */
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background-color: rgba( 0,0,0, 0.85 ) ;/* 【編集】背景色：透過黒へ */
	position: fixed ;
	display: none ;
	z-index: 400 ;
}

.modal-content img:hover {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}


.modal-content_hs {	/* 【編集】会社沿革用。幅および高さの設定 */
	width: 880px ;
	height: 580px ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background-color: rgba( 0,0,0, 0.85 ) ;/* 【編集】背景色：透過黒へ */
	text-align: center;
	position: fixed ;
	display: none ;
	z-index: 400 ;
}

#modal-overlay {
	z-index: 300 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}


