﻿/*全体*/
html, body, section, div:not([class*="custom-item-list-box"]), nav
{
    background-color: rgba(227, 242, 242,0.8) !important;
}
/*メニューバー*/
#tabs-main div, .level-left, .find-tabs, .level-right {
   background-color: #1d50a2  !important;
}
/*画面タイトル*/
div.body-heading, .body-heading div {
   background-color: #dcdcdc !important;
}
/*申請書のコントロール*/
.wfipt div:not([class*="custom-item-list-box"]) {
   background-color: initial !important;
}
/*レイアウト作成 - 項目一覧*/
#parentContainer div {
   background-color: rgba(227, 242, 242,0.1) !important;
}
/*ツリー*/
.mbc_container div, mbc_content div {
   background-color: initial !important;
}
/*ルート設定時のModal*/
div.modal-card *:not(.button):not(.delete) {
   background-color: #fff !important;
}
/*ルート作成　‐　ルート設定　パーツバー*/
ul#parts li div {
   background-color: initial !important;
}