@charset "utf-8";

h2.title{
  font-size:140%;
  text-align: center;
  padding:10px 5px 5px;
}

#content section h3 {
  font-size:160%;
  padding: 5px 18px 2px;
  background: url(images/back.png) left center no-repeat;
}

.post p{
  font-size:120%;
  margin-bottom:1em;
}

.post p.box {
  padding:1em;
  border:3px double #999;
  background: #fcfcfc;
}

.post table th,
.post table td {
  font-size:120%;
  padding:10px 20px;
  text-align: center;
  vertical-align:middle;
}

@media only screen and (max-width:648px){
  .post table th,
  .post table td {
    box-sizing:border-box;
    display:block;
    width:100%;
    font-size:120%;
    padding:10px 12px;
  }
}

.post table.menu-table,
.post table.ticket-table {
  width:100%;
}

.post table.menu-table span,
.post table.ticket-table span {
  font-family: Arial, Helvetica, sans-serif;
  color: #F00;
}


.post table.ticket-table td div {
  border-top:1px dotted #e6d5df;
  margin-top: 0.5em;
  padding-top: 0.5em;
  text-align: left;
}

.ul-flow{
  margin:0 !important;
  padding-bottom: 1em;

}

.ul-flow li{
  font-size:140%;
  text-align:center;
  padding:0 !important;
}

.ul-flow li:not(:first-child):before {
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background: url(images/menu/yajirusi.png) center no-repeat;
  background-size: contain;
  text-align:center;
  margin:0 auto 10px;
}