@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 0px;
	width: 581px;
}

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

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 {
  border: none;
  background-color: #FAFAEB;
}

body.page div#contents div#menu-price div.option table thead tr th.optionName,
body.page div#contents div#menu-price div.option table thead tr td.optionName {
  width: 230px;
  background:url(../img/main/menu-price/bg_th_td2.gif) top right repeat-y #FAFAEB;
}

body.page div#contents div#menu-price div.option table thead tr th.optionsopt,
body.page div#contents div#menu-price div.option table thead tr th.optiontime,
body.page div#contents div#menu-price div.option table thead tr th.optionprice {
  width: 90px;
  background:url(../img/main/menu-price/bg_th_td2.gif) top right repeat-y #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:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #FFFFFF;
  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: 1px solid #F4F4D5 !important;
	background-color: #FFFFFF;
	background-image: none;
   /* background:url(../img/main/menu-price/bg_th_td2.gif) top right repeat-y #FFFFFF !important;*/
}

body.page div#contents div#menu-price div.option table tbody tr th.description,
body.page div#contents div#menu-price div.option table tbody tr td.description {
   background-color: #FFFFFF;
   background-image: none;
}

body.page div#contents div#menu-price div.section table thead tr th.pmenutitle,
body.page div#contents div#menu-price div.section table thead tr td.pmenutitle {
  width: 230px;
  background:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #f2f8ef;
}

body.page div#contents div#menu-price div.section table thead tr th.pmenutitle h4,
body.page div#contents div#menu-price div.section table thead tr td.pmenutitle h4 {
  margin: 0px;
  background:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #f2f8ef;
}

body.page div#contents div#menu-price div.section table thead tr th.pmenutitle h5,
body.page div#contents div#menu-price div.section table thead tr td.pmenutitle h5 {
  margin: 0px;
  background:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #FFFFFF;
}

body.page div#contents div#menu-price div.section table thead tr th.price,
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: 90px;
  background:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #f2f8ef;
}

body.page div#contents div#menu-price div.section table thead tr td.time {
  width: 90px;
  background:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #FFFFFF;
}

body.page div#contents div#menu-price div.section table thead tr td.price {
  width: 90px;
  background:url(../img/main/menu-price/bg_th_td.gif) top right no-repeat #FFFFFF;
}

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;
	line-height: 1.4em;
}

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

