<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** gNav謾ｹ菫ｮ **/
.common-header .header-upper {
  padding: 18px 18px 10px;
}
.header-lower {
  text-align: center;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
}

.header-lower ul {
  width: 100%;
  justify-content: center;
}
.header-lower ul + ul {
  margin-top: 10px;
}

#globalnavi li &gt; a {
  padding: 4px 15px 4px 34px !important;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000000;
  background: url(/shain/img/common/icon_gnavi04.png) 15px center no-repeat;
  text-align: left;
  font-weight: bold;
  height: 29px;
}
</pre></body></html>