@charset "utf-8";

/* メニューと料金 /company/ */
body.page div#contents div#menu-price {
  padding-top: 47px;
  background-image: url("../img/main/bg-green.gif");
}

body.page div#contents div#menu-price h2 {
  margin: 0 0 15px 20px;
}

body.page div#contents div#menu-price p.lead {
  margin: 0 0 42px 22px;
}

body.page div#contents div#menu-price ul {
  margin: 0 0 28px 22px;
}

body.page div#contents div#menu-price ul li {
  margin-right: 6px;
  display: inline;
}

body.page div#contents div#menu-price div.section {
  margin: 0 22px;
  background-color: #dfedd6;
}

body.page div#contents div#menu-price div.option {
  padding: 25px 0 15px;
  background-color: #f4f4d5;
}

body.page div#contents div#menu-price div.section div.section {
  margin: 0;
}

body.page div#contents div#menu-price div.section table {
  margin: 0 20px 31px;
  width: 581px;
}

body.page div#contents div#menu-price div.option table {
  margin-bottom: 10px;
}

body.page div#contents div#menu-price div.section table tr th,
body.page div#contents div#menu-price div.section table tr td {
  padding: 0;
}

body.page div#contents div#menu-price div.section table thead tr th {
  border: none;
  background-color: #f2f8ef;
}

body.page div#contents div#menu-price div.option table thead tr th {
  background-color: #fafaeb;
}

body.page div#contents div#menu-price div.section table tbody tr th,
body.page div#contents div#menu-price div.section table tbody tr td {
  border-color: #dfedd6;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background-color: #fff;
  text-align: center;
}


body.page div#contents div#menu-price div.option table tbody tr th,
body.page div#contents div#menu-price div.option table tbody tr td {
  border-color: #f4f4d5;
}

body.page div#contents div#menu-price div.option table tbody tr td.description {
  border-right-style: solid;
  border-right-width: 1px;
}

body.page div#contents div#menu-price div.section table thead tr th.time,
body.page div#contents div#menu-price div.section table thead tr th.scope {
  width: 114px;
}

body.page div#contents div#menu-price div.section table thead tr th.price {
  width: 128px;
}

body.page div#contents div#menu-price div.section h3 {
  margin-bottom: 22px;
}

body.page div#contents div#menu-price div.section div.section h4 {
  margin: 0 0 10px 20px;
}

body.page div#contents div#menu-price div.section div.option h4 {
  margin-bottom: 17px;
}

body.page div#contents div#menu-price div.section div.section p {
  margin: 0 0 9px 20px;
  line-height: 1;
}

body.page div#contents div#menu-price div#kaatsuPrice div#trial {
  margin-bottom: 34px;
}

body.page div#contents div#menu-price div#kaatsuPrice div#trial h4 {
  margin-bottom: 0;
}

body.page div#contents div#menu-price div#kaatsuPrice dl {
  margin: 0 20px;
  padding-bottom: 15px;
}

body.page div#contents div#menu-price div#kaatsuPrice dl dt {
  font-weight: bold;
}

body.page div#contents div#menu-price div#kaatsuPrice dl dd {
  margin-bottom: 10px;
}

body.page div#contents div#menu-price p.toTop {
  margin: 0 20px 0 0;
  padding: 11px 0 30px;
  text-align: right;
}

