header {
  background-color: #1A7AAD;
  min-width: 1100px;
}

.header_top {
  width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../img/bg_header_fade.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.header_top-right {
  padding-right: 1em;
  text-align: right;
}

.header_main {
  width: 1100px;
  height: 27px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  /* border-bottom: 1px solid #fff; */
  /* background-color: #006699; */
}

.header_main-links {
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  /* width: 90px; */
  text-align: center;
  flex: 1;
  padding-top: 6px;
}

.header_main-links:first-child {
  border-left: 1px solid #fff;
}

.header_main-links:hover {
  color: #09F;
  text-decoration: none;
}

.header_main-links.big {
  font-size: 13px;
}

.header_main-links.mid {
  font-size: 12px;
}

.header_main-links.small {
  font-size: 11px;
}

.header_main-links.ss {
  font-size: 10px;
  padding-top: 7px;
}

.header_main-links.ss-br {
  font-size: 10px;
  padding-top:2px;
}