@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333; /*color は初期値#777,#555とか#333あたりでもいいきがする*/
  background-color: #FFFFFF;
}
/*ヘッダー部の画像*/
/*
header {
    position: relative;
    height: 500px;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(/images/header-img.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
*/
h1 {
  font-weight: 300;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/** Navbar **/
.navbar-bgcolor {
  background-color: #FFF;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-brand {
    color: #000;
}
/** Navbar **/
.margin-section {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.img-center {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.context-center {
  margin-left: auto;
  margin-right: auto;
}
.align-center {
  text-align: center;
}
.footer {
  margin-top: 20rem;
}
.footer > p {
  font-size: small;
  text-align: center;
}
