@charset "utf-8";

div#price {
  margin-left: 30px;
  line-height: 130%;
}

div#price div.title {
  display: inline;
  width: 190px;
  float: left;
}

div#price dl dt {
  width: 100px;
}

div#price dl dd {
  margin-left: 100px;
}

div#price div.title {
  display: inline;
  width: 190px;
  float: left;
}

div#price div.price {
  display: inline;
  width: 150px;
}

