/* --------------------------------------------------------
-----------------------------------------------------------
price
-----------------------------------------------------------
----------------------------------------------------------- */
.tablestyle03 {
  padding: 0 0 20px 0;
  margin-left: 40px;
}

.tablestyle03 table {
  text-align: center;
  padding: 0;
  width: 535px;
  border-top: 1px #999999 solid;
  border-right: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-collapse: collapse;
}

.tablestyle03 tr th {
  padding: 4px 10px;
  font-size: 13px;
  vertical-align: middle;
  text-align: left;
  color: #333333;
  border-bottom: 1px #999999 solid;
  border-right: 1px #999999 solid;
  background: #CCCCCC;
  font-weight: bold;
}

.tablestyle03 tr td {
  padding: 7px 10px;
  font-size: 12px;
  vertical-align: top;
  color: #333333;
  text-align: left;
  border-bottom: 1px #999999 solid;
  border-left: 1px #999999 solid;
}

.tablestyle03 tr th a:link {
  color: #333333;
  text-decoration: underline;
}

.tablestyle03 tr th a:hover {
  color: #FFFFFF;
  background: #999999;
}

.tablestyle03 .top_info_box {
  float: left;
  margin: 0 20px 0 0;
}

.tablestyle03 .top_info_box td {
  vertical-align: top;
}

.tablestyle03 .top_info_box td ul {
  margin: 0px;
}