@charset "utf-8";

/* aタグ非活性 */
.disabled {
	pointer-events: none;
	background: #b7b7b7 !important;
	border: none;
}
.disabled em {
	color: white;
}

.disabled em:before{
	background-image:none !important;
	background: #b7b7b7;
}
/* UCSG_O_M-531 edit start*/
.disabledBtnCancel {
	pointer-events: none;
	background: #b7b7b7 !important;
	border: none;
}
.disabledBtnCancel em {
	color: white;
}
/* UCSG_O_M-531 edit end*/