.DESC{
	margin: 5px;
}

.INPUT_FIELD{
	width: calc(100% - 30px);

	margin: 10px;
}

.INPUT_FIELD > input{
	width: 100%;
}
/*-----------------------------------------------CFT*/
.CFT_PARENT{
	position: fixed;
	top: 0px;
	left: 0px;

	width: 100vw;
	height: 100vh;

	background-color: rgba(0, 0, 0, 0.5);
}

.CFT_PARENT > .CFT_DIALOG{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	width: 310px;
	height: 100px;

	background-color: white;

	text-align: center;
}