@charset "UTF-8";
.gnavi {
  height: auto;
}
.gnavi #serch {
  min-width: 360px;
  width: auto;
}
.gnaviInner {
  display: flex;
  justify-content: space-between;
  align-items: center
}
#saerch-comment {
  clear: both;
  padding: 5px 20px 0 0;
  display: flex;
}
#saerch-comment p {
  padding: 5px;
  background: rgba(255,255,255,0.7);
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px !important;
}
