/*--- title ------------------------------------------------------------------------*/
/*--- HEADER ------------------------------------------------------------------------*/
#header {}

#logo {
  width: 188px;
  padding-left: 8px;
}

#logo img {
  width: 100%;
}

.sub-navi {
  position: absolute;
  top: 21px;
  right: 3px;
}

.sub-navi li a {
  padding: 2px 12px 2px 12px;
}

.sub-navi li .material-icons {
  padding-bottom: 0.15em;
}

/*--- HEADER ------------------------------------------------------------------------*/
/*--- GLOBAL NAVI -------------------------------------------------------------------*/
/*--- FOOTER ------------------------------------------------------------------------*/
.f-bg {
  border-top: none;
  border-top: 1px solid transparent;
  background: none;
}

.sitenavi {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  background: #fff;
}

.sitenavi dl {
  display: none !important;
}

#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
}

#footer .f-inner {
  margin: auto 0 auto 16px;
}

#footer .siteLink {
  margin-bottom: -1em;
}

#footer .siteLink li {
  margin-bottom: 1em;
}

/*--- Copyright ------------------------------------------------------------------------*/
.Copyright p span {
  display: block;
  padding-left: 0;
  padding-top: 1em;
}