@charset "utf-8";
/* CSS Document */



.need {
	font-size: 10px;
	color: #CC0000;
	vertical-align: super;
}
.formHead , .formFoot {
	text-align:center;
}

.formHead{
	margin-bottom:10px;	
}

.formFoot{
	margin-top:10px;
}

.sysCaution{
	color:#ff0000;
	font-weight:bold;
}


table#toiawase{
	width:100%;
/*	
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
*/
}

table#toiawase th{
	vertical-align:top;
	text-align:left;
	width:25%;
	padding:5px;
/*	border-right:1px solid var(--base-color); */
	border-bottom:1px solid var(--base-color);
	background-color:#DADFE8;
}

table#toiawase td{
	padding:5px;
/*	border-right:1px solid #cccccc; */
	border-bottom:1px solid var(--base-color);
	font-size:14px;
}

table#toiawase span.sysCaution{
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

/*table#toiawase .furigana{
	text-justify:distribute-all-lines;
	font-size:18px;
	width:25%;
}*/


table#toiawase td label.res input, table#toiawase td label.res textarea{
	width:90%;
}

