body:not(.home):not(.error) {
	/* padding-top: 5.5rem; */
	padding-top: 4.5rem;
}

.actions {
	width: 10rem;
}

.sidemenu { 
	top: 5.5rem;
}

.sidemenu a {
  color: #383838;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #383838;
  background-color: #f5f5f5;
}

.card-actions {
	width: 9.5rem;
}

/* Firefox */
@-moz-document url-prefix() {
	input:invalid {
		box-shadow: none;
	}
	select:invalid {
		box-shadow: none;
	}
}

/* login */

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="username"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* /login */

/* yeti */

.col-form-label-sm {
  font-size: 0.9375rem;
}

.form-control-sm {
  font-size: 0.9375rem;
}

.valid-tooltip {
  font-size: 0.9375rem;
}

.invalid-tooltip {
  font-size: 0.9375rem;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.875rem;
}

.dropdown-header {
  font-size: 0.9375rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 0.9375rem;
}

.custom-select-sm {
  font-size: 0.9375rem;
}

.pagination-sm .page-link {
  font-size: 0.9375rem;
}

.tooltip {
  font-size: 0.9375rem;
}

.popover {
  font-size: 0.9375rem;
}

.navbar {
  font-size: 0.9375rem;
}

table {
  font-size: 0.9375rem;
}

label,
.control-label,
.help-block,
.checkbox,
.radio,
.form-control-feedback {
  font-size: 0.9375rem;
}

.dropdown-item {
  font-size: 0.9375rem;
}

.breadcrumb {
  border: none;
  background-color: transparent;
  font-size: 0.9375rem;
}

.list-group {
  font-size: 0.9375rem;
}

.alert {
  font-size: 0.9375rem;
}

.bg-light .dropdown-menu .dropdown-item.active,
.bg-light .dropdown-menu .dropdown-item:focus,
.bg-light .dropdown-menu .dropdown-item:hover {
 color:rgba(0,0,0,.7);
 background-color:#f5f5f5;
}

/* /yeti */

/* honoka */

:root {
  --bs-font-sans-serif: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  --kn-font-weight1: 400;
  --kn-font-weight2: 600;

}

dt {
  font-weight: --kn-font-weight2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: var(--kn-font-weight2);
}

.lead {
  font-weight: var(--kn-font-weight1);
}

.display-1 {
  font-weight: var(--kn-font-weight1);
}

.display-2 {
  font-weight: var(--kn-font-weight1);
}

.display-3 {
  font-weight: var(--kn-font-weight1);
}

.display-4 {
  font-weight: var(--kn-font-weight1);
}

.blockquote {
  font-size: 1rem;
}

kbd kbd {
  font-weight: var(--kn-font-weight2);
}

.custom-file-input:lang(ja) ~ .custom-file-label::after {
  content: "選択";
}

.navbar {
  /* padding: 1.2rem 1.5rem; */
  padding: 0.7rem 1rem;
}

.navbar-brand {
  margin-right: 1.5rem;
}

.badge {
  font-weight: var(--kn-font-weight2);
}

.alert-link {
  font-weight: var(--kn-font-weight2);
}

.close {
  font-weight: var(--kn-font-weight2);
}

.tooltip {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.popover {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-weight-light {
  font-weight: var(--kn-font-weight1) !important;
}

.font-weight-bold {
  font-weight: var(--kn-font-weight2) !important;
}

/* /honoka */