/* @override https://imasugu.work/online-slot/js/modal/modal.css */

/* @override https://imasugu.work/online-slot/js/modal/modal.css */

/*---------------------------------------

	LEAN MODAL

-----------------------------------------*/

#lean_overlay{
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


/*---------------------------------------

	EXAMPLES

-----------------------------------------*/
.modal-window{
    /*width: 80%;*/
    max-width: 80%;
    min-width: 40%;
    padding: 20px;
    margin-left: -20%;
    display:none;
    /*height:80%;*/
    max-height: 80%;
    color:#777;
    background:#fff;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    overflow: auto;
}

.modal-window h3{
	font-size: 1.25em;
    width: inherit
}

/*クローズボタン*/

.modal-window .modal_close,
.design-select-view .modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(modal-close.png) no-repeat 0 0;
    background-size: contain;
	z-index: 2;
}
