@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */

.menu-box table{
  width:100%;
  border-collapse:separate;
  margin-bottom:20px;
}
.menu-box table th{
  width:60%;
  text-align:left;
  vertical-align:top;
  border-bottom:1px dotted #000000;
  box-sizing:border-box;
  padding:10px;
}
.menu-box table td{
  color:#930;
  text-align:right;
  vertical-align:top;
  border-bottom:1px dotted #000000;
  box-sizing:border-box;
  padding:10px;
}


.icon-box{
  text-align:center;
  overflow:hidden;
  margin-bottom:30px
}
.icon-box li{
  display: inline-block;
  text-align: center;
  width:18%;
  max-width:150px;
  margin:0 1%;
}
.icon-box li img{
  width:100%;
  height:auto;
}