@charset "UTF-8";
.main-panel {
  z-index: inherit;
}

body {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
  font-weight: 400;
}

/*ロゴ*/
.sidebar .logo .simple-text {
  text-transform: none;
}

/*編集　保存ボタン*/
#editbtn,
#deletebtn,
#addbtn,
#outputbtn,
#keepbtn,
#editdestruction {
  width: 120px;
  margin-right: 20px;
}

/*編集 編集中のスタイル*/
#editarea {
  position: relative;
}

#editarea:after {
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}

#editarea.editactive:after {
  display: none;
}

#editbtn:before {
  content: "編集";
}

#editbtn.editactive:before {
  content: "登録";
}

#editbtn.editactive {
  background-color: #049f0c !important;
}

#editbtn.editactive:active:focus {
  border: none !important;
}

.wrapper.editactive {
  padding-top: 30px;
}
.wrapper.editactive:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  content: "編集中です";
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 30px;
  background: rgba(135, 203, 22, 0.2);
}
.wrapper.editactive .sidebar {
  top: 30px;
}

/*編集 編集中 ここまで*/
/*作業内容*/
.workspage {
  /*全画面表示*/
}
.workspage .table.table-borderless .btn-group {
  display: table-row;
}
.workspage .table.table-borderless .btn-group .btn.dropdown-toggle {
  width: 100%;
}
.workspage .row .col-3 .table,
.workspage .row .col-md-4 .table {
  margin-bottom: 0;
}
.workspage .row .col-3.Holiday .card-body,
.workspage .row .col-md-4.Holiday .card-body {
  background-color: #ddd;
}
.workspage .row .col-3.Holiday .card-body .table > :not(caption) > * > *,
.workspage .row .col-md-4.Holiday .card-body .table > :not(caption) > * > * {
  background-color: #ddd;
}
.workspage .row.worksfullscreen .col-3 {
  width: 16.666666%;
}
.workspage .row.worksfullscreen .col-3 .taskView {
  width: 100%;
  height: 3em;
}
@media (max-width: 1799px) {
  .workspage .row.worksfullscreen .col-3 {
    width: 20%;
  }
  .workspage .row.worksfullscreen .col-3 .taskView {
    padding: 5px;
  }
}
@media (max-width: 1499px) {
  .workspage .row.worksfullscreen .col-3 {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .workspage .row.worksfullscreen .col-3 {
    width: 33.3333333333%;
  }
}/*# sourceMappingURL=addition.css.map */