@charset "UTF-8";
/*
  biz_style.css
 */
/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // main layout // */
/* //                                                                         */
/* main {
  margin-top: 88px !important;
} */
.main {
  margin-top: 64px !important;
}
.main-hd {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #ffffff;
}

.title {
  /* padding-left: 8px;
  border-left: 4px solid #00aa90; 5f9eb0;*/
  color: #005caf;
  font-weight: bold;
  font-size: larger;
}



/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // main layout // */
/* //                                                                         */
/* main {
  margin-top: 1rem;
  overflow-x: none;
  padding: 0 1rem 0 1rem;
}
.blockquote footer {
  padding: 0.5rem;
} */

/* // scroll-button // */
/* .scroll-button {
  margin: 0;
  padding: 0 0.5rem 0 0.5rem;
  opacity: 0.7;
  border: none;
  color: #999999;
}
.scroll-button:hover {
  color: #606060;
}
#to_page_top {
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  right: 4px;
  display: none;
  cursor: pointer;
  font-size: 48px;
}
#to_page_bottom {
  position: fixed;
  z-index: 1000;
  bottom: 48px;
  right: 4px;
  display: none;
  cursor: pointer;
  font-size: 48px;
} */

/* // message // */
/* .message {
  margin-bottom: 0.5rem;
}
div.message-box {
  display: none;
  margin: 4px;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.message .alert-danger a {
  color: #a94442;
  text-decoration: underline;
} */

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // fade // */
/* //                                                                         */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // btn // */
/* //                                                                         */
.btn-push {
  margin: 0 1px 0 1px;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 1.5rem;
  font-weight: bold;
  --bs-btn-border-radius: 2rem;
}
.btn-big {
  margin: 0 1px 0 1px;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 0.8rem;
  --bs-btn-font-size: 2.5rem;
  font-weight: bold;
  --bs-btn-border-radius: 0.5rem;
}
.btn-r {
  border-radius: 1rem;
}


/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // form-signin // */
/* //                                                                         */
.form-signin {
  width: 100%;
  max-width: 480px;
  padding: 15px;
  margin: auto;
}
.form-s-muenu {
  width: 100%;
  max-width:800px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.inpno{
  font-size: 3.5rem;
  font-weight: bold;
  border-bottom: 1px solid #666666;
}








/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // input // */
/* //                                                                         */
.input_xs {
  width: 60px !important;
}
.input_sm {
  width: 120px !important;
}
.input_md {
  width: 180px !important;
}
.input_lg {
  width: 240px !important;
}
.input_xl {
  width: 480px !important;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // breadcrumb // */
/* //                                                                         */
ol.breadcrumb .current {
  color: #404040 !important;
  font-weight: bold;
}
ol.breadcrumb .next {
  color: #d8d8d8 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #c0c0c0 !important;
  font-weight: bold;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // box // */
/* //                                                                         */
.box {
  border: 1px solid #999999;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // layout // */
/* //                                                                         */
.bottombar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #ffffff;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // menu-frame // */
/* //                                                                         */
.main-menu {
  padding: 0.8em 1em 0.8em 1.3em;
  margin: 0.2em 0.2rem 0 0;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 2px;
}
.main-menu:focus,
.main-menu:hover {
  background-color: #e5f2ff;
  border-color: #005caf;
}

.main-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: #404040;
  text-decoration: none;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // tbl_calendar // */
/* //                                                                         */
table.tbl_calendar td {
  padding: 0rem !important;
  padding-bottom: 1rem;
}
/* end of file */
