body{
  font-size: 14px;
}

h1,h2,h3,h4{
  font-weight: bold;
  text-align: center;
}

h1{
  font-size: 250%;
}
h2{
  font-size: 180%;
}
h3{
  font-size: 140%;
}
h4{
  font-size:120%;
}

p{
  padding-bottom: 10px;
}

video{
  width:800px;
  height:auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom:10px;
}


hr.none{
  border:none;
  height:30px;
  margin:0;
}
/*
.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #fff;
}
*/
section{
  width: 100%;
  padding: 50px 0 50px 0;
}
section#slideArea{
  padding-bottom: 0px;
  background: #c40b38;
}
section:nth-child(odd){
  background: #eee;
}
section:nth-child(odd) hr{
  border-color:#ccc;
}
section:nth-child(even){
  background: #fff;
}
#slideArea{
  margin-top: 40px;
}
#menuArea img{
  width: 100%;
}
.caption h4{
  text-align: center;
}
.caption p span{
  text-align: right;
  font-weight: bold;
  display: block;
  color: #B22222;
  font-size: 1.2em;
}
footer{
  background: #282d32;
  line-height: 50px;
}
footer p{
  color: #505965;
  margin: 0;
  text-align: center;
}
#page-top{
  position: fixed;
  right:20px;
  bottom:60px;
}
#page-top a{
  color:#ffffff;
}

@media screen and ( max-width:479px )
{
  .text-center{
    text-align: left;
  }

  video{
    width:100%;
    height: auto;
    margin-bottom: 10px;
  }
  hr.none{
    border:none;
    height:15px;
    margin:0;
  }
  br{
    display:none;
  }
}
