/* モーダル共通 */



#modal-overlay{
	z-index:990;
	display:flex;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
}


#modal-overlay #back_close{ position: relative;}
#modal-overlay #back_close .abu_close {
    cursor: pointer;
    transform: scale(1.4);
    width: auto;
    right: 15px;
    top: 13px;
    position: absolute;
    color: #FFF;
}

#modal-panel{display:flex;width:100%;height:100%;
	justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}
#modal-contents{
	position:relative;
    background-color: #fff;
    max-width: 90%;
    max-height: 80%;
    min-width: 20%;
    min-height: 20%;
    width: 750px;
    overflow:auto;
}
#modal-content{

}
#modal_title{
	height:45px;
    display: flex;
    background-color: gray;
    color: #fff;
    font-weight: bold;
}
#modal_title_text{
	color:#fff;
	display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
#modal-open:hover{ cursor:pointer; color:#f00;}
#modal-close{ color:#00f; text-decoration:underline;}
#modal-close:hover{ cursor:pointer; color:#f00;}


.modal_btn_area{
	display:flex;
	justify-content:space-around;
	justify-items:center;
	margin-top: 15px;
	margin-bottom: 20px;
}




/********************************************************************
*                                                      cropper用 css
********************************************************************/


#trimming_box {
	display: none;
	position: absolute;
	padding: 1.2em;
	z-index: 2001;
	background: #ffffff;
    text-align: inherit;
}

#btn_box{ margin-top: 1em;}
#btn_box li:nth-of-type(1){ width:32%; margin-right:3%;}
#btn_box li:nth-of-type(2){ width:65%;}
#btn_box p{}
#btn_box ,txtBtn{}
#btn_box .txtBtnLink{ font-size:100%; border-radius: 3px;}
#btn_box li:nth-of-type(1) .txtBtnLink{ border-radius:3px;}



#operationBox{ position: absolute; top: 35px; left: 35px; z-index: 999;}
#operationBox svg{ font-size: 35px; color: #FFF; margin-right: 0.3em; cursor: pointer;}

#operationBox .moveBtn{ cursor: pointer; width: 8%; margin-right: 10px;}
#operationBox .selecting{ cursor: pointer; width: 8%; margin-right: 10px;}
#operationBox .rotationBtn{ cursor: pointer; width: 8%;}

#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 6;
}







