@media(min-width:768px) {
  .navbar-fixed-top {
    padding: 0;
  }

  .navbar-fixed-top .navbar-brand {
    font-size: 1.4em;
  }
}

.navbar {
  text-transform: none;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

header {
  margin-top: 0px;
  text-align: left;
}

header .container {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media(min-width:768px) {
  header .container {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px
}

footer .footer-below {
  padding: 15px 0;
  background-color: #2f669b;
}

p {
  font-size: 14px;
}
