@CHARSET "EUC-JP";

td {
	padding: 3px;
}

/* ELEMENT */
ul.zero {
	list-style-type	: none;
	margin			: 0px;
	padding			: 10px 15px;
	border: solid 3px #F399B2;
	margin-top: 15px;
	margin-bottom: 10px;
}
ul.zero li {
	margin-bottom: 5px;
}
table {
	width: 100%;
	border-color: white;
	overflow: hidden;
	border-top: 1px dotted GRAY;
}
.annotation {
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: none;
}
/* ID */

/* CLASS */
.applLabel {
	background-color: #F5E5E5;
	border-bottom: 1px dotted GRAY;
	color			: #545454;
	padding-left	: 10px;
	margin-top: 1px;
	width			: 30%;
}

.applForm {
	background-color: WHITE;
	border-bottom: 1px dotted GRAY;
	width			: 70%;
}
.applForm p {
	color: #FF0000;
	margin-bottom: 5px;
}
.applForm.buttonArea {
	display: flex;
	align-items: center;
}
.applForm button {
	display: inline-block;
	width: 150px;
	height: 40px;
	margin-left: 8px;
	font-weight: 700;
	background-color: #F2EEE4;
	border: 1px solid #B9B6AF;
	box-shadow: 0 1px 1px rgb(0 0 0 / 53%);
	border-radius: 5px;
	cursor: pointer;
}
.errorColor {
	color: red;
}
