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

#content h4 {
  font-size: 1.15em;
  font-weight: bold;
  color: #674e38;
  background: #f0eadf;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}
#menu p.top {
  margin-bottom: 30px;
}
#content #menu table th div.image {
  float: left;
  padding: 4px 15px 6px 0;
}
#menu table {
  margin-bottom: 30px;
}
#menu {
  margin-bottom: 40px;
}
.m-text {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  background: #f2f2f2;
  padding: 10px 10px;
  border-radius: 10px;
}
.rich__text {
  margin-bottom: 20px;
}

/* --------------------------------------
	table
-------------------------------------- */
#content table th {
  width: 440px;
}
#content table th {
  padding: 11px 15px 8px;
}
#content table td {
  padding: 11px 20px 8px 15px;
  vertical-align: middle;
  font-size: 14px;
}
#content table th dl dd {
  font-size: 14px;
  font-weight: normal;
  color: #463932;
}
