/* common */
div.page-title-image {
  position:relative;
  background:#f1f1f1;
  height:130px;
  overflow:hidden;
}
div.page-title-image img {
  position:absolute;
  left: 50%;
  margin-left:-850px;
}
div.page-body {
  padding:20px 0px;
  min-height:600px;
}
div.page-body > div.page-area {
  padding:0 40px;
  width:920px;
}
div.page-body > div.page-area > h1 {
  background: url(/images/title-allow.png) no-repeat top 5px left 0;
  text-align:left;
  padding-left:22px;
  font-size:1.25em;
  color:#545454;
  font-weight:600;
  letter-spacing: -1px;
  margin:30px 0 20px 0;
}
div.page-body div.page-area h1 span {
  color:#a7bf27;
}
ul.sub-navi {
	text-align:left;
	margin:0;
	padding:0;
	font-size:0;
	margin-bottom:10px;
    border: 1px solid #dddddd;
    display:block;
}
ul.sub-navi hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: -1px;
}
ul.sub-navi li {
	display:inline-block;
	height:42px;
	line-height:42px;
	background:#fff;
    border-right: 1px solid #dddddd;
    padding:0 20px;
	font-size:11px;
	color:#666666;
	font-weight:700;
}

ul.sub-navi li.last {
  border-right:0;
}
ul.sub-navi li img {
	vertical-align: middle;
}
ul.sub-navi li.on {
	background:#d9ffb3;
}
ul.sub-navi li.title {
  display: none;
}


/* lunchbox */
div.lunchbox-menu {
  text-align:left;
  margin-bottom:50px;
}
div.lunchbox-menu table {
  margin-top:20px;
  text-align:left;
  width:900px;
  border-collapse: collapse;
}
div.lunchbox-menu table tr th {
  text-align:center;
  background:#ebebeb;
  color:#283897;
  padding:10px;
}
div.lunchbox-menu table tr td {
  color:#585d64;
  padding:10px;
  padding-left:20px;
  font-weight:500;
  font-size:0.85em;
  line-height:2em;
}
div.lunchbox-menu table tr.header th {
  background:#51a7f9;
  color:#fff;
  border-right:1px solid #7cbaf6;
}
div.lunchbox-menu span.warning {
  display:inline-block;
  font-size:0.8em;
  color:#ff9d34;
  font-weight:bold;
  margin:10px;
}


/* foodtruck */
div.foodtruck-title h2 {
  text-align:left;
  font-size:1em;
  font-weight:900;
  color:#293997;
}

div.foodtruck-title ul {
  text-align:right;
  list-style:none;
  font-size:0;
  text-align:right;
  margin-top:5px;
}

div.foodtruck-title ul li {
  display:inline-block;
  text-align:center;
  width:140px;
  height:30px;
  line-height:30px;
  border-right:1px solid #ccc;
  font-size:14px;
  color:#666;
  background:#eee;
  font-weight:bold;
}

div.foodtruck-title ul li.on {
  background:#51a7f9;
}

div.foodtruck-title ul li:last-child {
  border:0;
}

table.foodtruck-menu {
  margin-top:20px;
  text-align:left;
  border-collapse: collapse;
  margin-bottom:80px;
}
table.foodtruck-menu tr th {
  text-align:center;
  background:#ebebeb;
  color:#283897;
  padding:10px;
  font-size:0.8em;
}
table.foodtruck-menu tr td {
  color:#585d64;
  font-weight:500;
  font-size:0.85em;
  width:150px;
  border:1px solid #eee;
  vertical-align:top;
}
table.foodtruck-menu tr td > figure {
  display: inline-block;
  width:150px;
  margin:0;
  font-size:0.8em;
  font-weight:700;
  color:#666;
  vertical-align:top;
  text-align:center;
}
table.foodtruck-menu tr td > figure > img {
  max-width:150px;
  max-height:120px;
  margin:0;
}
table.foodtruck-menu tr td > figure > figcaption {
  min-height:20px;
}
table.foodtruck-menu tr.header th {
  background:#51a7f9;
  color:#fff;
  border-right:1px solid #7cbaf6;
}
div.foodtruck-addmenu {
  text-align:left;
}
div.foodtruck-addmenu > figure {
  display: inline-block;
  width:120px;
  margin:0 5px 5px 0;
  font-size:0.8em;
  font-weight:700;
  color:#666;
  vertical-align:top;
  border:1px solid #eee;
  padding:10px;
}
div.foodtruck-addmenu > figure > img {
  max-width:120px;
  max-height:100px;
}

/* catering */
div.catering-title {
  padding:0px 20px;
  text-align:left;
  height:60px;
  border-top:0;
  border-bottom:0;
  margin-top:20px;
  position:relative;
}

div.catering-title div.left-box {
  border:5px solid #c5b8a9;
  border-right:0;
  position:absolute;
  height:100%;
  width:8px;
  top:0;
  left:0;
}

div.catering-title div.right-box {
  border:5px solid #c5b8a9;
  border-left:0;
  position:absolute;
  width:8px;
  height:100%;
  top:0;
  right:0;
}

div.catering-title h1 {
  display:inline-block;
  margin:0;
  font-size:1.1em;
  text-align:left;
  color:#401000;
}

div.catering-title h2 {
  display:inline-block;
  margin:0;
  margin-left:10px;
  font-size:2em;
  color:#b20000;
}

div.catering-title span {
  display:block;
  font-size:0.9em;
  width:400px;
  margin-top:5px;
  color:#c5b8a9;
}

div.catering-title ul {
  float:right;
  list-style:none;
  font-size:0;
  width:400px;
  text-align:right;
  margin-top:5px;
}

div.catering-title ul li {
  display:inline-block;
  text-align:center;
  width:130px;
  height:27px;
  line-height:27px;
  border:1px solid #eee;
  margin-left:-1px;
  margin-top:-1px;
  font-size:14px;
  color:#998166;
  font-weight:bold;
}

div.catering-title ul li.on {
  background:#eee;
}

table.catering-menu {
  margin-top:40px;
  text-align:left;
  border-top:4px solid #044326;
  /*border-collapse: collapse;*/
}

table.catering-menu tr {
  border:0;
  border-bottom: 1px solid #fff;
}

table.catering-menu th {
  width:125px;
  text-align:left;
  padding-left:15px;
  background:#eee;
  border:0;
  border-right:3px solid #e7e7e7;
}

table.catering-menu th > span {
  display:block;
  color:#006633;
}

table.catering-menu td {
  padding:10px;
  border:0;
  border-bottom:2px solid #e7e7e7;
}

table.catering-menu td > figure {
  display: inline-block;
  width:120px;
  margin:0 5px 5px 0;
  font-size:0.8em;
  font-weight:700;
  color:#666;
  vertical-align:top;
}

table.catering-menu td > figure > img {
  max-width:120px;
  max-height:100px;
}

div.catering-information {
  margin:30px auto 0 160px;
  background:url(/images/catering-service.png) no-repeat top 10px left 10px;
  width:450px;
  text-align: left;
  font-size:0.8em;
  padding:20px 20px 20px 230px;
  border:3px solid #998066;
  min-height:180px;
}

div.catering-information h2 {
  font-size:1.4em;
  margin:0;
  color:#006dd9;
  font-weight:800;
}

div.catering-information span {
  color:#006dd9;
}

/* history */

.history-icon {
	float:left;
	margin:40px;
}

.content-history {
	list-style:none;
	margin-left:350px;
}

.content-history li {
	font-weight:bold;
	padding:5px;
	text-align:left;
}

.content-history li .date {
	color:#4B54FF;
	font-size:1.1em;
	margin-right:10px;
}

/* lunch box */

.lunchbox-list {
}

.lunchbox-list-data  {
	display:inline-block;
	list-style:none;
	width:185px;
	vertical-align:top;
	text-align:left;
}

.lunchbox-list-data > li {
	padding:3px;
}

.lunchbox-list-data .image {
}

.lunchbox-list-data .image img {
	max-width:100%;
}

.lunchbox-list-data .name {
	font-weight:bold;
	font-size:1.2em;
}

.lunchbox-list-data .price {
	font-weight:bold;
	color:#0000FF;
}
