/* 固定透過背景 */
#modal-cover {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	outline:0;
	width:100%;
	height:100%;
	z-index:99999;
	opacity:0.4;
	background-color:#000;
}

/* モーダルarea */
.modal-area {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999;
	margin: 40px auto;
}
.modal-fullscreen.modal-area {
	margin:0;
}

.modal-fullscreen .modal-body{
	max-height: none;
}
.modal-body {
	max-height: 70vh;
	overflow-y: scroll;
}

.modal-header { display: unset }
.modal-header > button.close { border:none }

.fixmodal {
	display:none;
}
