
#title {
	background-image: url(images/title.jpg);
}

table.list-table td div.map {
	text-align: center;
	width: 250px;
}

table.list-table td div.map a {
	text-decoration: none;
}

table.list-table td div.map a img {
	border: 2px solid #14ae67;
}

div.certification {
	display: flex;
	justify-content: space-between;
}

div.certification table {
	width: 560px;
}

div.certification table th {
	background-color: #f0f2c1;
	border-bottom: 1px solid #c7c890;
	border-left: 1px dotted #d2d2d2;
	padding: 8px 30px;
	text-align: justify;
	width: 40%;
}

div.certification table tr:first-child th {
	border-top: 1px solid #c7c890;
}

div.certification table tr.n th,
div.certification table tr.n td {
	background-color: white;
	border: none;
}

div.certification table td {
	border-bottom: 1px solid #c7c890;
	padding: 8px;
	text-align: center;
	width: 15%;
}

div.certification table tr:first-child td {
	border-top: 1px solid #c7c890;
}

ul.equipment-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.equipment-list li {
	border: 1px solid #acacac;
	display: inline-block;
	margin: 2px;
	padding: 0 10px;
	width: 350px;
}

ul.equipment-photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.equipment-photos li {
	margin: 15px;
}

ul.equipment-photos li em {
	display: block;
	text-align: center;
}

div.history-list {
	background-color: white;
	padding: 30px 50px;
}

div.history-list table {
	border-bottom: 2px solid #13ae67;
	border-top: 2px solid #13ae67;
}

div.history-list table th {
	border-bottom: 1px dotted #d2d2d2;
	font-size: 15px;
	font-weight: 500;
	padding: 6px 10px 6px 80px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 12%;
}

div.history-list table tr:nth-child(even) th {
	background-color: #f5f5f5;
}

div.history-list table th:nth-child(2),
div.history-list table th:nth-child(3) {
	padding: 6px 0;
	white-space: nowrap;
	width: 2%;
}

div.history-list table td {
	border-bottom: 1px dotted #d2d2d2;
	font-size: 15px;
	padding: 6px 50px 6px 20px;
	width: 80%;
}

div.history-list table tr:nth-child(even) td {
	background-color: #f5f5f5;
}