* {
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body  {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 300;
}

/* *::selection {
  background-color: #FFFFD1;
} */
a { text-decoration: none; }


/* Top Navbar */

a.navbar-brand {
  display: block;
  width: 60px;
  height: auto;
}
#navbar-glob {
  margin-top:40px;
}
.nav-item {
  margin-right: .5em;
}
.nav-item.last {
  border-right:none;
}
.navbar-nav .nav-link {
	font-weight: 500;
	}
.navbar-toggler {
  border-color: rgba(0,0,0,0) !important;
}
.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 102, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 1px rgba(204,0,0,0);
}
#translate {
  font-size: 85%;
}
#translate .nav-link {
  font-weight: normal;
}
#translate span.nav-link {
  color: var(--bs-body-color);
}

/* Breadcrumbs */
#breadcrumbs-top {}
#breadcrumbs-bottom {}
.breadcrumbs {
  font-size: 85%;
}


/* Sidebar */
.sidebar {
  margin:0 0 1rem 0;
}
.sidebar nav a {
  border-radius:7px;
}
.sec-parent {
  border-bottom:1px solid #ccc;
  display: none
}

/* Sidebar nav-regi */
.nav-regi a {
	font-weight: 500;
}
.nav-regi a.active {
  color: #000;
}
.nav-section-regi {
	margin-bottom: 0.75em;
	}

/* Sidebar nav-regi */
.nav-section-loca {
	}
.nav-loca a {
	font-weight: 400;
	}
	.nav-loca a:hover {
		color: #000;
	}
	.nav-loca a.active {
		color: #000;
		font-weight:600;
	}
	.nav-loca {
		font-size: 90%;
	}
	.nav-loca.inactive {
	display:none;
	}

/* Sidebar nav-pers */
.nav-pers {
	font-size: 90%;
	padding-left: 0.5rem;
	margin-bottom: .5em;
}
/* Sidebar nav-link */
.nav-link {
	padding: .3rem 0.2rem;
}



/* Search */
.search-box {
  position: relative;
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Content */
.content {
  margin-bottom: 4em;
}
.content h2 {
  margin-top: 1em;
}
.content p a {
  text-decoration: underline;
  }
.content p a:hover {}
.content img {
  max-width: 100%;
  height: auto;
}
img.thumbnail {
  width:164px;
  height: auto;
  float:right;
  margin: 1em 0 1em 1em;
}
hr {
  margin:3em 0 1em;
}


/* Footer */
footer {
  border-top: 1px solid #ccc;
  margin: 4rem 0 4rem 0;
  padding: 1rem 0 0 0;
}
#copyright {
 font-size: 85%;;
}


/* Debug */
.debug {
  margin:4em;
}

/* Specifics */
#bibliography .content ul {
  list-style-type: none;
  margin:2em 0;
  padding:0;
}
#bibliography .content ul li {
  margin-bottom: 2em;
}

#press .content ul {
  list-style-type: none;
  margin:2em 0;
  padding:0;
}
#press .content ul li {
  margin-bottom: 2em;
  font-size: .75em;
}
#press .content ul li a {
  font-size: 1.5rem;
}
#press .content ul li blurb {
  font-size: 1.4em;
}

/* Hacks */
by::before {
  content: "- ";
}
by {
  display: block;
  margin-right:4em;
  margin-bottom: 1em;
  font-style: italic;
  text-align: end;
}
cap {
  display: block;
  font-size: 90%;
  margin: 0 0 4em 0.5em;
}
vspace {
  display: block;
  height: 2em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}