.stop_modal{
		z-index:1000;
		position: fixed;
		top:0; left: 0; bottom: 0; right: 0;
	    background: rgba(0, 0, 0, 0.8);
		
}
.use_modal{
		z-index:1000;
		position: fixed;
		top:0; left: 0; bottom: 0; right: 0;
	    background: rgba(0, 0, 0, 0.8);
		
}

.sns_background{
		z-index:1000;
		position: absolute;
		top:0; left: 0; bottom: 0; right: 0;
	    background: rgba(0, 0, 0, 0.8);
		
}

.dont-fade {
    trasition: none;
    opacity: 1;
}
