/*
Theme Name:MONAD child
Theme URI:https://tcd-theme.com/tcd110
Description:WordPressテーマ「MONAD」の子テーマ
Template:monad_tcd110
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

#header { background-color: #fff4cc; }
#footer {
background-color: #fff4cc;
color: #ffb246;}


@media (max-width: 767px) {

  /* サブメニューに擬似アイコン */
  #drawer_menu .sub-menu li > a::before {
    content: "└";
    margin-right: 8px;
    color: rgba(255,255,255,0.5);
  }

}

@media (max-width: 767px) {

  /* 3階層目だけ右にずらす */
  #drawer_menu .sub-menu .sub-menu li > a {
    padding-left: 50px !important;
  }

}




