/* WebATOMSのヘッダーフッターのスタイル設定 */
/* 検証環境以外は背景色を#0023ab(青色)とする */
.atoms-navigation-bar{
  background-color:#0023ab;
  color: #ffffff;
}
