body {
  line-height: 135%;
}

header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 82px;
  background-color: #fff;
  font-size: 12px;
}
header .logoBox {
  width: 50%;
  padding: 10px;
  flex-grow: 1;
}
header .linkBox {
  width: 50%;
  padding: 43px 10px 0 0;
  text-align: right;
  white-space: nowrap;
  flex-grow: 1;
}
header .linkBox a {
  background-image: url("../images/top_link_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 0.7em;
}

strong {
  font-weight: bold;
}

.colorRed {
  color: #ff0000;
}/*# sourceMappingURL=common.css.map */