@charset "UTF-8";

/* app/frontend/stylesheets/page_top_indicator.scss */
#PageTopIndicator {
  font-family:
    "\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3",
    "Hiragino Kaku Gothic Pro",
    "\30e1\30a4\30ea\30aa",
    Meiryo,
    "\ff2d\ff33  \ff30\30b4\30b7\30c3\30af",
    Osaka,
    sans-serif,
    FontAwesome;
  color: white;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  z-index: 10000;
  height: 21px;
}
#PageTopIndicator.qaIndicator {
  background: #1D9A21;
}
#PageTopIndicator.developmentIndicator {
  background: #0B6CBC;
}
#PageTopIndicator.proxyLoggedInIndicator {
  background: #9A1D1D;
}
#PageTopIndicator ~ .indicatorHeightShift,
#PageTopIndicator ~ * .indicatorHeightShift {
  margin-top: 21px;
}
