.navbar, .h-block {
	font-family: 'Noto Sans JP', sans-serif;
}
body {
  padding-bottom: 20px;
  color: #222;
}

.navbar {
}
.navbar-primary {
	background: #200975 !important;
	padding: 10px 0;
}
.navbar-primary .navbar-brand {
	padding: 0;
	font-weight: bold;
	font-size: 1rem;
}
.navbar-primary .navbar-brand span {
	margin-right: .5rem;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 2rem;
}
.navbar-primary .navbar-nav {
	margin-top: 12px;
}
.navbar-primary .navbar-nav .nav-link {
	padding: 0px 0 !important;
	margin: 0 10px;
	font-weight: ;
	font-size: 1rem;
	color: #fff !important;
	border-bottom: 2px solid transparent;
}
.navbar-primary .navbar-nav .nav-link:hover {
	color: #ccc !important;
	/*border-bottom: 2px solid #fff;*/
	/*border-bottom: 2px solid #ffc107;*/
}

.navbar-secondary {
	padding: 0 !important;
	font-size: 14px;
}

.bg-header {
	margin-top: 50px;
	background: #222 url("/seminar/weee-rohs2025/img/bg_header.jpg") repeat center center !important;
}

.bi {
	margin-top: 5px;
	color: #0d6efd;
}

.h-block {
	margin: 4rem 0 1rem;
	background: #f1f1f1;
	padding: 1rem;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.table, .table th, .table td {
	border-color: #888;
}
.table, .table td {
	color: #222;
}

.table-update thead th {
	background: #093f75 !important;
}
.table-update tbody th {
	background: #f1f1f1 !important;
	font-weight: normal !important;
}

.table-section thead th {
  background: #200975;
  color: #fff;
  font-weight: normal;
  vertical-align: top !important;
  white-space: nowrap;
}

.table-section tbody th:first-child,
.table-overall tbody th:first-child,
.table-form tbody th:first-child {
	background: #8670d5;
  font-weight: normal;
  color: #fff;
  white-space:nowrap;
}

.table-section tbody th:nth-child(2) {
	background: #f1f1f1;
  font-weight: normal;
  white-space:nowrap;
}

.table-overall tbody th span,
.table-form tbody th span {
	margin-right: .5rem;
	padding-left: 8px;
	border: 5px solid #ccc;
	border-width: 0 0 0 3px;
	font-weight: bold;
}

.form-control,
.form-select,
.form-check-input {
	border-color: #5c6771;
}
