@charset "utf-8";

.main-content h2,h3 {
    line-height: 2.5em;
    border-left: 20px solid #509950;
    border-bottom: 1px solid #509950;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 5px;
}

h3 {
  margin-left: 10px;
}

.content-title {
    line-height: 2.5em;
    color: #175117;
    font-size: 120%;
    font-family: serif;
    font-weight: bolder;
    margin-left: 45px;
}

.fee-box {
  margin-left: 15px;
}
.main-content a:hover {
  color: #995050;
}

.fee-box table {
  width: 98%;
  margin-left: 10px;
  border-collapse: collapse;
  margin-bottom: 60px;
  line-height: 1.5em;
  table-layout: fixed;
}

.fee-box th , td {
  padding: 10px 10px;
  margin: 0;
  border-bottom: 1px dashed #509950;
}

.fee-box th {
  text-align: left;
}

.fee-box td {
  text-align: right;
}

.sub-content {
  line-height: 1.5em;
  margin-left: 15px;
  margin-bottom: 40px;
}
