a, a:hover{
  text-decoration:none;
  color: #000;
  }
body {
  background-color: #ffffff;
  color: #333333;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

/* === ヘッダー === */
header, .header {
  background-color: #343a40; /* ダークグレー */
  color: #ffffff;
}


/* === 日付部分の強調 === */
.today, .date-today {
  color: #007bff; /* きれいな青 */
  font-weight: bold;
}

/* === テーブル全体 === */
table, .calendar-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
}

table th, table td, .calendar-table th, .calendar-table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
}

/* === カレンダー内の特別なセル === */
.nth-child {
  background-color: #f5f5f5; /* ライトグレー */
}

/* === 決裁待ちボタン === */
.button-decision, .btn-decision {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.button-decision:hover, .btn-decision:hover {
  background-color: #0056b3; /* 少し濃い青 */
}

/* === フォーム系 === */
input[type="text"], input[type="date"], select {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 6px 8px;
  width: 100%;
  box-sizing: border-box;
}

input[type="radio"] {
  accent-color: #007bff;
}

/* === 通知などのアクセントメッセージ === */
.notice, .alert, .info {
  background-color: #e7f3ff;
  color: #31708f;
  padding: 10px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
}

/* === フッター === */
footer, .footer {
  background-color: #343a40;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}



button:focus:not(.focus-visible) {
  outline: none;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f3f3f3;
}

button{
  font-size: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.accordion-head:focus {
  outline: none;
  border-color: #fff;
  box-shadow: white;
}
.adm-scroll{
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.adm-allBtn{
  padding-bottom: 33px;
}
.adm-tbsize{
  font-size: 15px;
}
.inputId, .inputPassword  {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-cancel{
  margin-left: 10px;
}
.btn-next {
  width: 20px;
  height: 20px;
  background: url("../img/caret-right.svg") no-repeat;
  margin-bottom: -11px;
}
.btn-pre {
  width: 20px;
  height: 20px;
  background: url("../img/caret-left.svg") no-repeat;
  margin-bottom: -11px;
}
.btn-next:hover {
  width: 20px;
  height: 20px;
  background: url("../img/caret-right-fill.svg") no-repeat;
  margin-bottom: -11px;
}
.btn-pre:hover {
  width: 20px;
  height: 20px;
  background: url("../img/caret-left-fill.svg") no-repeat;
  margin-bottom: -11px;
}
.btn-use {
  color: #fff;
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.btn-use:hover {
  color: #fff;
  background-color: #585656;
  border-color: #585656;
}
.btn-usepw {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
}
.btn-usepw:hover {
  background-color: #fff;
  border-color: #8a8a8a;
  color: #333;
}
.btn-group-pw {
  position: relative;
  display: flex;
  vertical-align: middle;
}
.card-color {
  background-color: #f7f7f7;
}
.chk-size{
  padding: 7px;
}
.container{
  padding-top: 10px;
}
.containermain{
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.label-txt{
  font-weight: bold;
}
.days{
  width: 15%;
}
.fm_height{
  max-height: 200px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 170px;
}
.form-pw {
  margin-top: 70px;
}
iframe{
  width: 100%;
  height: 45px;
}

.login{
  background-color: #484848;
    /* font-family: "Gill Sans", sans-serif; */
  color: #f8f9fa;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f7f7f7;
  padding: 0.5px;
  border-radius: 0cm;
}


li.nav-link.active.nav-color{
  color:#ffffff !important;
}
.nav-color{
  background-color: #ffffff !important;
  color:#fff;
}
.disabled{
  padding: .1rem;
}
.tab-adm-color {
  background-color: #f7f7f7;
}

.table-title {
  background-color: #f1f1f1;
}
.text-pw-result {
  margin-top: 20px;
  font-size: 12px;
}
.text-List {
  margin-top: 20px;
  font-size: 17px;
}
.text-sm {
  font-size: .875rem;
}
.text-truncate{
  overflow: hidden;
  text-overflow: ellipsis; 
  max-width: 170px;
}
.tb-text-font-color {
  color: #868686;
}
.tb-text-font-color{
  font-size: 11px;
}
.tb-adm-mouse{
  cursor: pointer;
}
.th-line{
  font-size: 0.9em;
  font-family: 游ゴシック,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(97, 95, 95);
}
.td-line{
  font-size: 0.9em;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.form-control[readonly]{
  background-color: #f7f7f7;
}
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #484848;
  color: #f8f9fa;
  padding: 1em;
}
.tha { 
  font-size:0.6em;font-family: 游ゴシック,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: rgb(97, 95, 95);
}
.btn_home{
  font-size: 1em;font-family: 游ゴシック,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.form-text{
  padding: 5px;
}


/***  20220203追加 *******/
.nav-link{
 text-align: center;
}
.aactive{
  color: #f8f9fa;
}
.ml-5{
  margin-left: 13px;
}
.acontainer{
  background-color: powderblue;
}
.adm_memo{
  color: #0000ff;
}
.must{
 color:#ff4500;
 font-weight:bold;
}
.cml-5{
  min-height: 100px;
   background-color: beige;
}
.form-text{
  min-height: 30px;
}
.text-memo{
  min-height: 50px;
  background-color: #fff;
}


.btn-primary {
  color: #fff;
  background-color: #8d9093;
  border-color: #8d9093;
  letter-spacing:0.1em;
  font-size: 0.9rem!important;
}

.btn-outline-secondary{
  font-size: 0.9rem!important;
  color: #171817!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #748394;
  border-color: #55575a;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1571cc;
  border-color: #1473d1;
  font-size: 0.9rem!important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  font-size: 10px;
  background-color: #0d62b8;
  border-color: #0b62c5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.foo {
  display: flex;
  justify-content: flex-end;
  margin-top:-23px;
}

h5{
  letter-spacing: 1px;
}
.EXP{ color: green;}

.table-info{
  height: 20px;
}
.lbl_bg{
  background-color: #dcdcdc;
  color:#000;
}
border{
  padding: 2px;
}
.bg_yukyu{
  background-color: #f0e68c;
}
.nav-bg{
  background-color: #eeede5!important;
}