h1 {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

h2 {
  padding: 1rem;
  font-size: 1.2em;
  line-height: 70%;
  border-bottom: 1px solid #209cff;
  border-left: 10px solid #209cff;
  background: #fff;
}

h3 {
  padding: 1rem;
  line-height: 40%;
  background: #f4f4f4;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF0099;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FF0099;
    font-weight: bold;
}
.box26 p {
    margin: 0;
    padding: 0;
    color: #FF0099;
}

table {
  width: 100%;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #888;
  line-height: 1.3;
}

table.type06 th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #DDD;
  color: #000;
}
table.type06 td {
  padding: 10px;
  vertical-align: top;
}
