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

/*
  ここから下にCSSを追記してください。
*/
#global_menu > ul {
  text-align: right;
}
#menu-item-2399{
  background: #F2EC32;
}
#menu-item-2399 a{
  color: #222!important;
}

@media only screen and (max-width: 750px) {
  .p-footer-bar__list li:nth-child(1) {
    background: #06c755;
  }
  .p-footer-bar__list li:nth-child(2) {
    background: #ee8c18;
  }
  .p-footer-bar__list li:nth-child(3) {
    background: #0fa6e9;
  }
  .p-footer-bar__list li > a:hover {
    color: #fff;
  }
}
