@charset "Shift_JIS";

#table3 {
	box-sizing: border-box;
	width:99% !important;
	margin: 0;
	font-size: 13px;
	border:1px solid #9d9da1;
	background-color:#f8f1e4;
}
.to_images {
	width: auto !important;
}

#table3 th,
#table3 td {
	border-left:1px solid #9d9da1;
	border-bottom: 1px solid #9d9da1;
	vertical-align: top;
	padding: 5px;
}

#table3 td.itemB{
	width: auto;
	background-color:#f5ddd8;
	vertical-align:middle;
	font-size: 12px;
}

.redText2 {
	color:#ff3333;
}

#table3 label input {
	margin-right: 3px;
}

td span.require_err {
	display: block;
	color: #f00;
}

input:focus, textarea:focus, select:focus {
	background-color: #E6FFE6;
}

.attention input, .attention select, .attention textarea {
	background-color: #FFAFAF;
}

label {
	display: block;
}
