@CHARSET "UTF-8";

.body_error_list{
	width: 1170px;
	margin: auto;
}

.error_list_about{
	width: 800px;
	margin: 15px auto;
	padding:8px;
	background-color: white;
}

.error_list_about header{
	font-size: 18px;
	font-weight: bold;
	color:red;
	margin-bottom: 10px;
}



.body_error_list .conditions {
	display: inline-block;
	padding-right: 15px;
}
.body_error_list .condition_label {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #5a5a5a;
	text-shadow: -0.5px -0.5px 0 rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
.body_error_list .condition_label span {
	font-size: 14px;
}
.body_error_list .condition_select {
	width: 100%;
	height: 40px;
	padding: 5px;
}
.body_error_list .condition_select:focus {
	background-color: #f0fdf1;
	outline: none;
}
.body_error_list .condition_select option {
	color: #000000;
	outline: none;
	border: none;
}
.body_error_list .condition_select option:focus {
	background-color: #FFFFFF;
	outline: none;
	border: none;
}
.body_error_list .condition_options {
	width: 320px;
	margin-bottom: -7px;
}
.body_error_list .condition_seiri_no {
	margin-bottom: 10px;
}
.body_error_list .condition_search {
	height: 48px;
}
.body_error_list .options {
	vertical-align: middle;
	display: table-cell;
	font-size: 13px;
	width: 120px;
}
.body_error_list .options.first {
	width: 80px;
}
.body_error_list .options_label {
	font-weight: 400;
}
.body_error_list .condition_number {
	height: 38px;
	width: 150px;
	border: 1px solid #969696;
	outline: none;
	padding: 7px;
	padding-right: 0;
	border-radius: 3px;
}
.body_error_list .conditions_submit_button {
	margin-top: 27px;
	width: 150px;
	color: white;
	font-weight: 500;
	font-size: 16px;
	height: 40px;
	border: none;
	border-bottom: 2px solid #E15F00;
	background-color: #ff8000;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 0 2px 1px #d9d9d9;
}
.body_error_list .number_submit_button {
	border: 1px solid #969696;
	height: 38px;
	width: 53px;
	margin-left: -5px;
	background-color: #969696;
	border-radius: 3px;
	color: white;
}


.error_list_about p{

}


.error_list_table {
	margin: 0px auto;
	margin-bottom: 20px;
	width: 1170px;
	font-size: 13px;
}

.error_list_table tr {
	background-color: #fefefe;
}

.error_list_table tr:nth-child(odd) {
	background-color: #effaf3;
}

.error_list_table tr:hover {
	background-color: #d6f1e2;
}

.error_list_table th {
	color: white;
	background-color: #2CA361;
	border: 2px solid #3CB371;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.error_list_table tr:first-child th:nth-child(1) {
	width: 10%;
}
.error_list_table tr:first-child th:nth-child(2) {
	width: 10%;
}
.error_list_table tr:first-child th:nth-child(3) {
	width: 20%;
}
.error_list_table tr:first-child th:nth-child(4) {
	width: 60%;
}

.error_list_table tr:nth-child(2) th {
	width: 30%;
}



.error_list_table td {
	border: 2px solid #aee3c7;
	padding: 5px;
}

.error_list_table td:first-of-type {
	text-align: center;
	font-size: 15px;
	width: 10%;
}

.error_list_table td:nth-child(2) {
	text-align: center;
}

.error_list_table td:last-child {
	width: 45%;
}