@charset "utf-8";

.menu-box{
  text-align:center;
  overflow:hidden;
}
.menu-box h2{
  margin-bottom:30px;
}
.menu-box h3{
  font-weight:normal;
  padding:10px;
  margin-bottom:5px;
}
.menu-box .float-l,.menu-box .float-r{
  width:49%;
}
.menu-box table{
  width:100%;
  margin: 0 auto 20px auto;
  border-left:1px solid #c5c5c5;
  border-top:1px solid #c5c5c5;
}
.menu-box th{
  text-align:left;
  border-right:1px solid #c5c5c5;
  border-bottom:1px solid #c5c5c5;
  padding:15px;
}
.menu-box td{
  width:30%;
  text-align: center;
  border-right:1px solid #c5c5c5;
  border-bottom:1px solid #c5c5c5;
  padding:15px;
}

#special p{
  text-align:center;
  color:#3b251c;
  font-size:1.2em;
  background-color:#eae0d3;
  padding:10px 0;
}

@media screen and (max-width: 499px) {
.menu-box .float-l,.menu-box .float-r{
  width:100%;
  float:none;
}
.menu-box th{
  padding:10px;
}
.menu-box td{
  width:30%;
  padding:10px;
}
}