/*====================
 画面全体のレイアウト関連のCSS
====================*/
ul {
  list-style-type:none;
}

#sidebar {
  background-color: #66b3ff;
  width: 200px;
  font-weight: bold;
}

.selected-page {
  background-color: #3399ff !important;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-wrapper {
    margin-left: 200px;
  }
}

.c-sidebar-nav-link:hover {
  background-color: #3399ff !important;
}

.page-link ,
.page-link:hover {
  color: #39F;
}

.table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

body.modal-iframe-body {
  background-color: #ffffff;
  padding: 1em 0;
}

.iframe-container {
  width: 100%;
  margin: 0px;
  padding: 20px;
  max-width: 100%;
}

.modal-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.required::after {
  margin-left: 3px;
  text-align: right;
  content: "*";
  color: #e22417;
  font-weight: bold;
}

.center-frame {
  padding: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.c-sidebar-brand {
  background-color: #fff !important;
  border-bottom: 1px solid #ccc;
}

.pre-line {
  white-space: pre-line;
}

/* ボディのカスタム */
.c-body-custom {
  scroll-behavior: smooth;
}

/*====================
 エラーメッセージのレイアウト関連のCSS
====================*/
.error-tooltip {
  display: none;
  padding: 6px 10px 12px 12px;
  background: url(/css/images/bg_error_tooltip_top-beeb5bf1f713b8e1ce47f2d54c9c340b.gif) left bottom no-repeat;
  color: #ffffff;
  text-align: left;
  width: 200px !important;
  z-index: 1100;
  pointer-events: none;
}

.tooltip-left {
  background: url(/css/images/bg_error_tooltip_left-b06c6d56ec5e886a9213fa2aaf0bee2c.gif) left bottom no-repeat !important;
}

.error-field {
  border: 1px solid #dcc;
  background-color: #fee;
}

.text-decoration-underline{
  text-decoration:underline;
}

.error-message {
  white-space: pre-line;
}