html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 250px;
}

/*------------------------
ヘッダー
-------------------------*/
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover{
  color:#FFFFFF;
}
.navbar-default{
  background:#454545;
  color:#FFFFFF;
}
.navbar-default .navbar-nav > li > a{
  color:#FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover{
  color:#FFFFFF;
  background:#2196f3;
}
/*------------------------
コンテンツ
-------------------------*/
h1{
  font-size:48px;
  text-align: center;
  padding-bottom:30px;
}
.block{
  padding-bottom:30px;
}

/*------------------------
フッター
-------------------------*/
#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 250px;
  background: #454545;
}
#footer ul{
  margin:20px 0px 0px 0px;
  padding:0px;
}
#footer li{
  list-style: none;
  margin:10px 0px;
}
#footer a{
  color:#FFFFFF;
  text-decoration: none;
}

#footer a:hover{
  text-decoration:underline;
}

#copyright{
  background:#111111;
  color:#F0F0F0;
  padding:2px 5px;
  text-align: right;
  position: absolute;bottom:0px;
  width:100%;
  margin:0px;
}