@import "share.css";


/*----------コンテンツ------------*/

#feeStructure h2 {
  width: 550px;
  font-size: 1px;
  line-height: 0%;
  margin: 0 0 20px;
  padding: 0;
}

#feeStructure h3 {
  line-height: 0%;
  margin: 0 0 2px;
  padding: 0;
}

#feeStructure p {
  line-height: 140%;
  margin: 0 15px 10px;
  padding: 0;
}

#feeStructure .saleColumn {
  width: 255px;
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
}

#feeStructure .buyColumn {
  width: 255px;
  float: right;
  margin: 0;
  padding: 0 15px 0 0;
}

#feeStructure table {
  width: 255px;
  border: 0;
  border-collapse: collapse;
  margin: 0 0 40px;
  padding: 0;
}

#feeStructure table th {
  width: 55%;
  text-align: left;
  font-weight: normal;
  line-height: 140%;
  border: 1px solid #999999;
  margin: 0;
  padding: 5px 10px;
}

#feeStructure table.sale th {
  background: #ffebb0;
}

#feeStructure table.buy th {
  background: #d6f7ff;
}

#feeStructure table td {
  width: 45%;
  text-align: left;
  font-weight: normal;
  line-height: 140%;
  border: 1px solid #999999;
  margin: 0;
  padding: 5px 10px;
}
