@charset "utf-8";

/********************************************************************
*                                                      cropper用 css
********************************************************************/


#trimming_box {
	display: none;
	position: absolute;
	padding: 1.2em;
	z-index: 2001;
	background: #ffffff;
    text-align: inherit;
    min-width : 50%;
    max-width : 95%;
    min-height : 50%;
}

#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>ul{display:flex;}
#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 .selecting{ color: #ffc077;}


#triming-modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 10;
	overflow-y:scroll;
}
