@charset "utf-8";
/*
Theme Name: SOLARIS child
Theme URI:https://tcd-theme.com/tcd088
Description:WordPressテーマ「SOLARIS」の子テーマ
Template:solaris_tcd088
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

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

#global_menu > ul > li a{
  position: relative;
}

#global_menu > ul > li a::before {
  content: attr(data-desc);
  position: absolute;
  top: auto !important;
  bottom: -15px;
  font-size: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.7;
}