@charset "utf-8";

/*
 *
 * ===== テーマCSS [Classic] =====
 *
 */

/* ========================================


    そのほかのコンポーネント


   ======================================== */

/*
 * --- カスタムスクロールバー ---
 */

.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 15px;
}

.mCS_no_scrollbar .mCSB_container,
.mCS_no_scrollbar_y {
  margin-left: 0 !important;
}

.mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCSB_scrollTools:lang(ar-EG) {
  left: auto !important;
  right: 0 !important;
}

/* ========================================


    ページレイアウト


   ======================================== */

/* ----------------------------------------

    全体

   ---------------------------------------- */

/* ----------------------------------------

    ヘッダー

   ---------------------------------------- */

/*
 * --- ヘッダー ---
 */

#page-header {
  position: fixed;
  width: 100%;
  min-height: 80px;
  z-index: 20;
  background-color: #0072bb;
}

.status-pinch-out #page-header {
  display: none !important;
}

/*
 * --- ヘッダー画像 ---
 */

#header-image {
  padding-left: 20px;
  padding-top: 12px;
  min-height: 50px;
}

#header-image img {
  max-height: 26px;
}

/*
 * --- ヘッダータイトル ---
 */

#header-title {
  min-height: 50px;
  margin-right: 300px;
  padding: 13px 0 0 15px;
  color: #ffffff;
  cursor: default;
}
#header-title:lang(ar-EG) {
  margin-left: 300px;
  padding: 13px 15px 0 0;
  margin-right: auto;
}

#header-title.search {
  margin-right: 10px;
}

#header-title p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  #header-title {
    margin-left: 50px;
  }

  #header-title.search {
    margin-right: 10px;
  }

  #header-title:lang(ar-EG) {
    margin-right: 50px !important;
  }

  #header-title.search:lang(ar-EG) {
    margin-left: 10px;
  }
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 480px) {
  #header-title {
    margin-right: 140px;
  }

  #header-title.search {
    margin-right: 10px;
  }

  #header-title:lang(ar-EG) {
    margin-left: 140px;
  }

  #header-title.search:lang(ar-EG) {
    margin-left: 10px;
  }
}

/*
 * --- ヘッダーボタン（XS） ---
 */

#header-button {
  position: absolute;
  top: 8px;
  left: 8px;
}

#header-button:lang(ar-EG) {
  right: 8px;
}

#header-button a {
  display: block;
  width: 40px;
  height: 32px;
  padding-top: 5px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}

#header-button a::after {
  content: "\e64a";
  font-family: "themify";
}

#header-button a:lang(ar-EG)::after {
  content: "\e649";
  font-family: "themify";
}

.status-menu-closed #header-button a::after {
  content: "\e68e";
}

#header-button a:hover {
  background-color: #f6fcff;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  #page-header {
    min-height: 50px;
  }

  #header-image {
    margin-left: 40px;
    padding-top: 14px;
  }

  #header-image img {
    max-height: 22px;
  }
}

/* ----------------------------------------

    検索

   ---------------------------------------- */

/*
 * --- 検索エリア ---
 */

#page-search {
  position: absolute;
  top: 12px;
  right: 30px;
}

#page-search:lang(ar-EG) {
  left: 30px;
  right: auto;
}

/*
 * --- 検索ボックス ---
 */

#page-search form {
}

#page-search form::before {
}

#page-search input {
  max-width: 250px;
  min-height: 24px;
  padding: 2px 40px 0 15px;
  font-size: 14px;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  transition: background-color 0.3s;
}

#page-search input:lang(ar-EG) {
  padding: 2px 15px 0 40px;
}

#page-search input:focus {
  background-color: #ffffe0;
}

/* --- プレースフォルダー（[,]で連結すると適用されません） --- */
#page-search input:-ms-input-placeholder {
  color: #b0b0b0;
}

#page-search input::-webkit-input-placeholder {
  color: #b0b0b0;
}

#page-search input::-moz-placeholder {
  color: #b0b0b0;
}

/*
 * --- 検索ボタン ---
 */

#page-search button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 8px;
  font-size: 18px;
  border: none;
  background: none;
  color: #606060;
}

#page-search button:lang(ar-EG) {
  right: auto;
  left: 0;
}

#page-search button:hover {
  color: #41ae99;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 480px) {
  #page-search {
    right: 10px;
  }

  #page-search:lang(ar-EG) {
    left: 10px;
  }

  #page-search input {
    max-width: 120px;
  }
}

/* ----------------------------------------

    メニュー

   ---------------------------------------- */

#page-menu,
#nav-menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  padding-top: 50px;
  transition: left 0.5s;
}

#page-menu:lang(ar-EG),
#nav-menu-bg:lang(ar-EG) {
  left: auto;
  right: 0;
  transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  border-left: 1px solid #d0d0d0;
}

#page-menu {
  width: 250px;
  max-width: 95vw;
  z-index: 10;
}

.status-menu-closed #page-menu {
  left: -250px;
}

.status-menu-closed #page-menu:lang(ar-EG) {
  left: -auto;
  right: -250px;
}

#nav-menu-bg {
  width: 250px;
  border-right: 1px solid #d0d0d0;
  background-color: white;
  display: none;
}

.status-menu-closed #nav-menu-bg {
  left: -250px;
}

.status-menu-closed #nav-menu-bg:lang(ar-EG) {
  left: auto;
  right: -250px;
}

/*
 * --- メニューヘッダー ---
 */

#nav-menu-header {
  position: relative;
  min-height: 25px;
  margin-right: 1px;
  padding: 3px 8px;
  background-color: #e9e9e9;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  #page-menu {
    padding-top: 50px;
  }

  #nav-menu-header,
  #nav-menu-side {
    display: none;
  }
}

/* --- パネルの開閉 --- */

#nav-menu-header .btn-view-switch {
  display: inline-block;
  position: relative;
  font-size: 11px;
  padding-left: 15px;
  /* padding-top: 1px; */
  vertical-align: middle;
}

#nav-menu-header .btn-view-switch::before {
  content: "\e65e";
  font-family: "themify";
  font-size: 11px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

/* #nav-menu-header .btn-view-switch::after {
  font-size: 11px;
  padding-left: 5px;
  content: '閉じる';
  margin-bottom: 1px;

} */

a.btn-view-switch.status-close::before {
  display: none;
}

.status-menu-closed #nav-menu-header .btn-view-switch {
  position: absolute;
  top: 15px;
  right: 1px;
}

.status-menu-closed #nav-menu-header .btn-view-switch {
  padding-left: 0;
  padding-right: 0px;
  font-size: 11px;
}

/* .status-menu-closed #nav-menu-header .btn-view-switch::before {
  content: '\e65d';
  left: auto;
  right: 0;
  font-size: 11px;
  content: '開く'
} */

.status-menu-closed #nav-menu-header .btn-view-switch::after {
  content: "\e65d";
  font-family: "themify";
  right: 0;
  font-size: 11px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

/* --- すべてを開く --- */

#nav-menu-header .btn-expand-menu {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 11px;
}

#nav-menu-header .btn-expand-menu:lang(ar-EG) {
  left: 10px;
  right: auto;
}

.status-menu-closed #nav-menu-header .btn-expand-menu {
  display: none;
}

#nav-menu-header .btn-expand-menu::after {
  content: "";
  background: url("../image/expand.png") no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  margin-bottom: -4px;
}

#nav-menu-header .btn-expand-menu:lang(ar-EG)::after {
  margin-right: 5px;
}

#nav-menu-header .btn-expand-menu.expanded::after {
  content: "";
  background: url("../image/collapse.png") no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: -4px;
  margin-left: 5px;
}

/*
 * --- メニューコンテンツ ---
 */

#page-menu .nav-menu-content {
  overflow-y: auto;
  font-size: 13px;
}

/* --- メニューリスト --- */

#page-menu .nav-menu-list {
  /* padding: 0 1px 0 0; */
  border-left: solid 6px #3c716d;
}

#page-menu .nav-menu-list ul {
  padding: 0;
}

#page-menu .nav-menu-list li {
  position: relative;
  list-style: none;
}

#page-menu .nav-menu-list a {
  display: block;
  padding: 4px 30px 3px 10px;
  color: #606060;
}

#page-menu .nav-menu-list a:hover {
  color: #3c716d;
  background-color: #e0f7fa;
}

#page-menu .nav-menu-list li.expanded a {
  color: #ffffff;
  background-color: #3c716d;
}

#page-menu .nav-menu-list li.expanded a:hover {
  color: #ffff30;
}

#page-menu .nav-menu-list li.active::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 100%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #29b6f6;
}

#page-menu .nav-menu-list li.active a {
  color: #ffffff;
  background-color: #41ae99;
}

#page-menu .nav-menu-list > li > a {
  background-color: #f6f6f6;
}

#page-menu .nav-menu-list > li > ul {
  display: none;
}

#page-menu .nav-menu-list > li li a {
  padding-left: 30px;
}

/* --- アイコン ---  */
#page-menu .nav-menu-list .icon {
  position: absolute;
  display: none;
  right: 24px;
  top: 0;
  height: 100%;
}

#page-menu .nav-menu-list .icon:lang(ar-EG) {
  left: 12px;
  right: auto;
}

#page-menu .nav-menu-list .group > .icon {
  display: inline-block;
  cursor: pointer;
}

#page-menu .nav-menu-list .group > .icon::before {
  content: "\e649";
  font-family: "themify";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  padding-top: 3px;
  text-align: center;
  font-size: 14px;
  color: #064a4f;
  transition: color 0.2s, background-color 0.2s;
}

#page-menu .nav-menu-list .group > .icon:hover::before {
  color: #ffff30 !important;
  background-color: #80deea;
}

#page-menu .nav-menu-list .group.expanded > .icon::before {
  content: "\e64b";
  color: #ffffff;
}

#page-menu .nav-menu-list .group.active > .icon::before {
  color: #ffffff !important;
}

/* #page-menu .nav-menu-list .group ul .icon {
  display: none;
} */

/* ----------------------------------------

    ページの移動ナビゲーション

   ---------------------------------------- */

#page-relation {
}

/*
 * --- パンくずリスト ---
 */

.nav-breadcrumb {
  min-height: 30px;
  margin: 0;
  padding: 6px 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d0d0d0;
}

.nav-breadcrumb > ol {
  overflow: hidden;
  padding: 0;
  list-style: none;
}

.nav-breadcrumb > ol li {
  float: left;
  font-size: 12px;
  line-height: 1;
}

.nav-breadcrumb > ol li a {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
}

.nav-breadcrumb > ol li a:hover {
  color: #2196f3;
}

.nav-breadcrumb > ol li a:active {
  color: #03a9f4;
}

/* --- やじるし --- */

.nav-breadcrumb > ol li::before,
.nav-breadcrumb > ol li:first-child a::before {
  font-family: "themify";
}

.nav-breadcrumb > ol li::before {
  content: "\e649";
  font-size: 9px;
  color: #c0c0c0;
}

.nav-breadcrumb > ol li:lang(ar-EG)::before {
  content: "\e64a";
}

/* --- ホーム --- */

.nav-breadcrumb > ol li:first-child::before {
  display: none;
}

.nav-breadcrumb > ol li:first-child a::before {
  content: "\e69b";
  padding-right: 5px;
  /* vertical-align: top; */
}

.nav-breadcrumb > ol li:first-child a:lang(ar-EG)::before {
  padding-right: auto;
  padding-left: 5px;
  /* vertical-align: top; */
}

/* --- 現在地 --- */

.nav-breadcrumb > ol li:last-child {
  padding: 1px 0;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  #page-relation {
    display: none;
  }
}

/*
 * --- ページシーケンス ---
 */

#page-sequence {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-left: 250px;
  /* text-align: center; */
  transition: bottom 0.5s, padding-left 0.5s;
}

#page-sequence:lang(ar-EG) {
  padding-left: 0;
  padding-right: 250px;
  /*text-align: center;*/
  transition: bottom 0.5s, padding-right 0.5s;
  -webkit-transition: bottom 0.5s, padding-right;
  -moz-transition: bottom 0.5s, padding-right;
  -ms-transition: bottom 0.5s, padding-right;
  -o-transition: bottom 0.5s, padding-right;
}

.status-menu-closed #page-sequence {
  padding-left: 0;
}

.status-menu-closed #page-sequence:lang(ar-EG) {
  padding-left: auto;
  padding-right: 0;
}

/* .status-scroll-up #page-sequence {
  bottom: -60px;
} */

.nav-sequence {
  /* padding: 15px 0 10px 0; */
  background-color: #fff;
  display: flex;
}

.nav-sequence:hover {
  opacity: 1;
}

.nav-sequence a {
  position: relative;
  display: inline-block;
  /* max-width: 40%; */
  max-width: 50%;

  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1;
  font-size: 12px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #41ae99;
  /* background-color: #3C716D; */
  /* border-radius: 20px; */
}

.nav-sequence a.available:hover {
  background-color: #3c716d;
}

.nav-sequence a.available:active {
  /* background-color: #3C716D; */
}

.nav-sequence a:first-child {
  margin-left: 0px;
  margin-right: auto;
  /* float: left; */
  padding-left: 15px;
  padding-right: 30px;
}
.nav-sequence a:lang(ar-EG):first-child {
  margin-left: auto;
  margin-right: 0px;
  /* float: left; */
  padding-left: 30px;
  padding-right: 15px;
}

.nav-sequence a:last-child {
  margin-left: auto;
  margin-right: 0px;
  /* float: right; */
  padding-left: 30px;
  padding-right: 15px;
}

.nav-sequence a:lang(ar-EG):last-child {
  margin-right: auto;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 15px;
}

.nav-sequence a:first-child::before,
.nav-sequence a:last-child::after {
  content: "";
  display: inline-block;
  margin-left: -12px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #333 transparent transparent;
  border-right-color: #41ae99;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
}

.nav-sequence a:first-child:lang(ar-EG)::before {
  margin-left: auto !important;
  margin-right: -12px;
  border-width: 5px 0 5px 8px;
}
.nav-sequence a:last-child:lang(ar-EG)::after {
  margin-right: 2px;
  margin-left: -8px;
  border-width: 5px 8px 5px 0;
  position: relative;
  top: 0px;
}

.nav-sequence a:first-child::before {
}

.nav-sequence a:first-child::after {
  content: "\00a0";
}

.nav-sequence a:last-child::after {
  content: "";
  display: inline-block;
  right: 3px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
  border-left-color: #41ae99;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
}

.nav-sequence a.unavailable {
  /* background-color: #E0E0E0; */
}

/* --- XSサイズ ---
@media screen and (min-width: 1px) and (max-width: 767px) {

  #page-sequence {
    top: 50px;
    bottom: auto;
    padding-left: 0;
    transition: top 0.5s;
  }

  .status-scroll-down #page-sequence {
    top: -20px;
  }

  .nav-sequence {
    padding: 10px 0 5px 0;
    opacity: 1;
    background-color: #F0F0F0;
  }

  .nav-sequence a {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 11px;
  }

  .nav-sequence a:first-child {
    max-width: none;
    padding-right: 0;
  }

  .nav-sequence a:first-child span {
    display: none;
  }

  .nav-sequence a:last-child {
    max-width: 75%;
  }

}
    */

/* ----------------------------------------

    フッター

   ---------------------------------------- */

/*
 * --- フッター ---
 */

#page-footer {
  width: 100%;
  padding-bottom: 20px;
}

/*
 * --- ページの先頭へ ---
 */

.status-scroll-down #page-footer .to-page-top {
  /* margin-top: 20px;
  text-align: right; */
  display: flex;
  height: 42px;
  width: 42px;
  color: #ffffff;
  background-color: rgba(191, 191, 191, 0.75);
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 100;
  content: " ";
}

.status-scroll-down #page-footer .to-page-top:lang(ar-EG) {
  right: unset;
  left: 10px;
}

#page-footer .to-page-top a {
  padding: 3px 5px;
  font-size: 0px;
  color: #ffffff;
  border-radius: 20px;
}

#page-footer .to-page-top a::before {
  content: "\e648";
  font-family: "themify";
  margin-right: 10px;
  font-size: 30px;
  vertical-align: bottom;
  position: relative;
  bottom: 4px;
}

#page-footer .to-page-top a:lang(ar-EG)::before {
  margin-right: 1pt;
}

/* .status-scroll-down #page-footer a {
    display: block;
    height: 42px;
    width: 42px;
    color: #FFFFFF;
    background-color: rgba(191,191,191,0.75);
    border-radius: 50%;
    position:absolute;
    right:10px;
    bottom:40px;
    z-index:100;
    font-size: 0px;

} */

/* .status-scroll-down #page-footer .to-page-top::before{
    content: '\e648';
    font-family: 'themify';
    font-size: 30px;
    color: #FFF;
    vertical-align: bottom;
    position: absolute;
    z-index: 110;
    right:  7px;
    bottom: 0px;
} */
/*
 * --- コピーライト ---
 */

#page-footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #e0e0e0;
}

#page-footer .copyright p {
  text-align: center;
  line-height: 1.3;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #909090;
}

/* ----------------------------------------

    メインコンテンツ（.wiki-contentを囲む#page-content）

   ---------------------------------------- */

/*
 * --- 本文 ---
 */

#page-content {
  position: relative;
  margin-left: 250px;
  padding: 90px 60px 80px 60px;
  transition: margin-left 0.5s;
}

#page-content:lang(ar-EG) {
  margin-left: auto;
  margin-right: 250px;
  padding: 90px 60px 80px 60px;
  transition: margin-right 0.5s;
  -webkit-transition: margin-right 0.5s;
  -moz-transition: margin-right 0.5s;
  -ms-transition: margin-right 0.5s;
  -o-transition: margin-right 0.5s;
}

.status-menu-closed #page-content {
  margin-left: 0;
}

.status-menu-closed #page-content:lang(ar-EG) {
  margin-left: auto;
  margin-right: 0;
}

/* --- XSサイズ --- */
@media screen and (min-width: 1px) and (max-width: 767px) {
  #page-content {
    margin-left: 0;
    padding: 120px 15px 15px 15px;
  }
}

/*
 * --- 見出し ---
 */

#page-content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/* ========================================


    汎用コンポーネント


   ======================================== */

/* ----------------------------------------

    箇条書き

   ---------------------------------------- */

ol.option01 > li:before {
  background-color: #186e73;
  border-radius: 0;
}

/* ----------------------------------------

    メニューリスト（子ページへのリンク）

   ---------------------------------------- */

.childpages-macro {
  padding-left: 15px;
  margin-top: 5px;
}

.childpages-macro li {
}

.childpages-macro li a {
  display: block;
  position: relative;
  padding: 5px 35px 5px 15px;
  color: #ffffff;
  background-color: #41ae99;
  border-radius: 15px;
  vertical-align: middle;
}

.childpages-macro li a:hover {
  background-color: #2196f3;
}

.childpages-macro li a:active {
  background-color: #03a9f4;
}

.childpages-macro li a::after {
  content: "\e649";
  font-family: "themify";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

/* confluence-css */
.confluenceTable {
  border-collapse: collapse;
}

/* .confluenceTh,
.confluenceTd {
  border: 1px solid #ddd;
  padding: 7px 10px;
  vertical-align: top;
  text-align: left
}

.confluenceTable ol,
.confluenceTable ul {
  margin-left: 0;
  padding-left: 22px
}

.confluenceTable,
.table-wrap {
  margin: 10px 0 0 0;
  overflow-x: auto
}

.confluenceTable:first-child,
.table-wrap:first-child {
  margin-top: 0
} */

table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh > p,
table.confluenceTable td.confluenceTd.highlight,
table.confluenceTable td.confluenceTd.highlight > p,
table.confluenceTable th.confluenceTh.highlight-grey,
table.confluenceTable th.confluenceTh.highlight-grey > p,
table.confluenceTable td.confluenceTd.highlight-grey,
table.confluenceTable td.confluenceTd.highlight-grey > p {
  background-color: #f0f0f0;
}

table.confluenceTable th.confluenceTh.info,
table.confluenceTable th.confluenceTh.info > p,
table.confluenceTable td.confluenceTd.highlight.info,
table.confluenceTable td.confluenceTd.highlight.info > p,
table.confluenceTable th.confluenceTh.highlight-blue,
table.confluenceTable th.confluenceTh.highlight-blue > p,
table.confluenceTable td.confluenceTd.highlight-blue,
table.confluenceTable td.confluenceTd.highlight-blue > p {
  background-color: #e0f0ff;
}

table.confluenceTable th.confluenceTh.success,
table.confluenceTable th.confluenceTh.success > p,
table.confluenceTable td.confluenceTd.highlight.success,
table.confluenceTable td.confluenceTd.highlight.success > p,
table.confluenceTable th.confluenceTh.highlight-green,
table.confluenceTable th.confluenceTh.highlight-green > p,
table.confluenceTable td.confluenceTd.highlight-green,
table.confluenceTable td.confluenceTd.highlight-green > p {
  background-color: #ddfade;
}

table.confluenceTable th.confluenceTh.warning,
table.confluenceTable th.confluenceTh.warning > p,
table.confluenceTable td.confluenceTd.highlight.warning,
table.confluenceTable td.confluenceTd.highlight.warning > p,
table.confluenceTable th.confluenceTh.highlight-red,
table.confluenceTable th.confluenceTh.highlight-red > p,
table.confluenceTable td.confluenceTd.highlight-red,
table.confluenceTable td.confluenceTd.highlight-red > p {
  background-color: #ffe7e7;
}

table.confluenceTable th.confluenceTh.note,
table.confluenceTable th.confluenceTh.note > p,
table.confluenceTable td.confluenceTd.highlight.note,
table.confluenceTable td.confluenceTd.highlight.note > p,
table.confluenceTable th.confluenceTh.highlight-yellow,
table.confluenceTable th.confluenceTh.highlight-yellow > p,
table.confluenceTable td.confluenceTd.highlight-yellow,
table.confluenceTable td.confluenceTd.highlight-yellow > p {
  background-color: #ffd;
}

table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh > p {
  font-weight: bold;
}

table.confluenceTable th.confluenceTh.nohighlight,
table.confluenceTable th.confluenceTh.nohighlight > p {
  font-weight: normal;
  background-color: transparent;
}

table.confluenceTable td.confluenceTd img {
  max-width: 100%;
}

/* - eof. */
