.EDITOR_CONTENTS{
	position: relative;
	z-index: 1;
}

.EDITOR_CONTENTS_TAB::before{
	display: flex;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	font-size: 19px;

	color: rgba(0, 0, 0, 0.5);

	content: ">";

	justify-content: left;
	align-items: center;

	z-index: -1;
}

.EDITOR_CONTENTS_SPACE::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 8px;
	color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: left;
	align-items: center;
	z-index: -1;
}

.EDITOR_CONTENTS_ZSPACE::before{
	content: "全";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 8px;
	color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: left;
	align-items: center;
	z-index: -1;
}