.main_box{
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.main_box div.seat{
  text-align: center;
  margin-bottom: 20px;
}

h3{
  margin-bottom: 20px;
}

h4{
  color: white;
  background-image: none;
  background-color: royalblue;
  padding-left: 15px;
  border-left: solid 20px navy;
  margin-bottom: 20px;
}

h5{
  background-image: none;
  padding-left: 15px;
  border-left: solid 4px #00f;
  margin-top: 5px;
  margin-bottom: 10px;
}

div.setsumei_box div.right_box{
  width: 250px;
  float: left;
  margin-bottom: 20px;
}

div.setsumei_box div.right_box p{
/*  padding: 20px;*/
}

div.setsumei_box div.left_box{
  width: 300px;
  float: left;
  margin-bottom: 20px;
}

div.setsumei_box div.left_box p{
  padding: 10px;
  line-height: 1.6em;
  font-size: 14px;
}


.table_box{
  padding: 10px 0 0px 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.table_box table{
  width: 580px;
  border: 1px #e3e3e3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}

.table_box table th{
  width: 10em;
  padding: 5px;
  background: #f5f5f5;
}

.table_box table td{
  padding: 5px;
}

.table_box table td.price{
  text-align: center;
}

.table_box table td, th{
  vertical-align: middle;
  line-height: 140%;
  border: #e3e3e3 solid;
  border-width: 0 0 1px 1px;
}

p.photo_by{
  text-align: right;
  font-size: 12px;
  padding-bottom: 20px;
  padding-top: 5px;
}