body {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "ŸàƒSƒVƒbƒN Medium", "Yu Gothic Medium", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN W3", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

pre,
code,
kbd,
samp {
  /*font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
  font-family: inherit;
  font-size: 1em;
}

pre {
  display: block;
  /* font-size: 87.5%; */
  font-size: 100%;
  color: #212529;
  /* Add */
  word-wrap: break-word;
  /* Add */
  overflow-wrap: break-word;
  /* Add */
  white-space: pre-wrap;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.table .thead-light th {
  color: #495057;
  /* background-color: #e9ecef; */
  background-color: #eae4d7;
  border-color: #dee2e6;
}

.btn-primary {
  color: #fff;
  /* background-color: #007bff; */
  /* border-color: #007bff; */
  background-color: #e60027;
  border-color: #e60027;
}

.btn-primary:hover {
  color: #fff;
  /* background-color: #0069d9; */
  /* border-color: #0062cc; */
  background-color: #b1000e;
  border-color: #b1000e;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  /* background-color: #007bff; */
  /* border-color: #007bff; */
  background-color: #b1000e;
  border-color: #b1000e;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  /* background-color: #0062cc; */
  /* border-color: #005cbf; */
  background-color: #b1000e;
  border-color: #b1000e;
}

.bg-primary {
  /* background-color: #007bff !important; */
  background-color: #eae4d7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  /* background-color: #0062cc !important; */
  background-color: #eae4d7 !important;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: underline;
  background-color: transparent;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 0.75rem;
}

.table .thead-light th{
  color: #495057;
  background-color: #eae4d7;
  border-color: #dee2e6;
}

.table .thead-light h5 {
  font-size: 1.25rem;
  margin-bottom: 0rem;
  text-align: center;
}

.figure-img {
  margin-bottom: 0.1rem;
  line-height: 1;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 7rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.87rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  cursor: pointer;
}

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

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #a7d1ff;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 0.85rem;
}

.page-link:hover {
  z-index: 2;
  color: #495057;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #6c757d;
  background-color: #eae4d7;
  border-color: #eae4d7;
}

.page-item.disabled .page-link {
  color: #dee2e6;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0.3rem;
  margin-bottom: 0.25rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.modal-open {
  overflow: hidden;
  /* Add Start */
  position: fixed;
  /* Add End */
}
.modal-open .modal {
  /* Del */
  /*overflow-x: hidden;
  overflow-y: auto;*/
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  /* Add Start */
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  /* Add End */
}
