/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://goodwillhome.co.jp/themes/base-weblog.css);
@import url(http://goodwillhome.co.jp/themes/layout03-style04/layout03-style04.css);
@import url(http://goodwillhome.co.jp/themes/contact.css);
@import url(http://goodwillhome.co.jp/themes/module.css);
/* end StyleCatcher imports */

sup {
  font-size: 77%;
}

div.billbox {
  width: 450px;
  margin: 1em auto;
  border: 1px solid #dcdcdc;
}

div.place {
  width: 249px;
  margin: 0;
  padding: 5px;
  float: left;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  background: #f1f1f0;
}

div.bill {
  width: 180px;
  margin: 0;
  padding: 5px;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  color: red;
  font-weight: bold;
  text-align: center;
}

div.billcontents {
  clear: left;
  width: 450px;
  margin: 0;
}

div.subcontents {
  clear: both;
  width: 420px;
  margin: 1em auto;
  padding: 5px;
  border: 1px solid #CADDDB;
  font-size: 85%;
  text-align: center;
  background: #F8EFBE;
}

div.subcontents span {
  font-size: 16px;
}

ul.contentslist ,
ul.contentslist  li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.contentslist {
  width: 280px;
  float: left;
  margin: 1.5em 0 0 0;
}

ul.contentslist li {
  margin: 0 0 0 1em;
  padding: 0 14px 10px 12px;
  background: url(/img/list.gif) 0 7px no-repeat;
}


div.img-left {
  float: left;
  margin: 1em 0 1.5em 0;
}