@charset "UTF-8";

.global_header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box !important;
  display: box;
  -webkit-box-align: top;
  box-align: top;
  height: 44px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(100%, #e6e4e4));
  background: -webkit-linear-gradient(top, white 0, #e6e4e4 100%);
  background: linear-gradient(top, #ffffff 0%, #e6e4e4 100%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 500;
}

.global_header .header_item.header_title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  flex-order: 2;
  border-right: solid 1px #c6c6c2;
  border-left: solid 1px white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 5px 0 !important;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.global_header .ci {
  display: block;
  height: 18px;
  width: 85px;
  background-position: 0 0;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../img/common/ameba_logo.png");
  background-size: 85px 18px;
  background-repeat: no-repeat;
  text-indent: 100%;
}