@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body header {
	text-align: center;
	height: 50px;
	background: #011C69;
	z-index: 200;
	position: relative;
}

header img {
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body::-webkit-scrollbar {
	/* display: none; */
}

.navbar-nav li {
	margin: 0 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: rgba(0, 0, 0, .5);
	background-color: #f8f9fa;
}

input,
select {
	vertical-align: middle;
	margin: 1px 0;
	height: 20px;
}

.dropdown-menu {
	margin: 0;
}

.drop-hover:hover>.dropdown-menu {
	display: block !important;
}

.dropdown-item {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .5);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #97be00;
}