@charset "utf-8";
h2 {
  filter:alpha(opacity=50);
  -moz-opacity: 0.8;
  opacity: 0.9;
}
tbody {
  font-size: 14px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.8;
  opacity: 0.85;
}
.pricelist-h {
  text-align: center;
  background: #faf8e8;
}
.pricelist-k {
  padding-left: 15px;
  width: 160px;
  height: 50px;
  text-align: left;
  background: #fcfaef;
}
.pricelist-t {
  width: 120px;
  height: 50px;
  text-align: center;
  background: #fcfaef;
}
.pricelist-r {
  padding-right: 15px;
  width: 130px;
  height: 50px;
  text-align: right;
  background: #fcfaef;
}
.footer-box {
  position: absolute;
  top: 550px
}
#back-img {
  position: absolute;
  text-align: center;
  width: 100%;
}
#tbl-block {
  position: absolute;
  text-align: center;
  width: 100%;
}
#p-center {
  text-align: center;
}
