@charset "UTF-8";


/* ////////////////////////////////////////////////////////////

Style CSS

//////////////////////////////////////////////////////////// */
/* ============================================================
 #Temporary
============================================================ */
body {
  height: 100vh;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-header .inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1000px;
  height: 85px;
  margin: 0 auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.site-header .tagLine {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  max-width: 1000px;
  line-height: 1.15385;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
}

.site-header .tagLine span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-header .logo {
  line-height: 1;
  margin: 0;
}

.site-header .bar {
  height: 32px;
  border: 1px solid #999494;
  border-width: 1px 0;
  background-color: #e6dada;
}

.site-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid #999494;
}

.site-footer p {
  margin: 30px 0 20px;
  font-size: 14px;
  text-align: center;
}

ul {
  margin-left: 0;
  padding-left: 1.5em;
}