h2 {
  background: #4fc64e;
}
article h3 {
  border-top: 2px solid #4fc64e;
  border-bottom: 2px solid #4fc64e;
  color: #4fc64e;
}
article h4 {
  font-size: 18px;
  padding: 5px 15px;
}


/* list.html */
#list01 table {
  min-width: 50%;
  margin: 15px auto 5px;
}
#list01 th,
#list01 td {
  border: 1px solid #666;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
}
#list01 thead th {
  background: #a1d426;
  color: #fff;
}
#list01 thead td {
  background: #fff8bc;
}
#list01 tbody th {
  background: #f5ddd8;
}
#list01 .section02 table {
  text-align: center;
}
#list01 .section03 table {
  width: 100%;
}
#list01 .section03 th {
  width: 70px;
  text-align: right;
}








