body {
  margin: 0;
  padding: 0;
}

a {
  color: #09c;
}

#wrap {
  padding: 1em;
}

#table-wrap {
  margin-bottom: 2em;
}
#table-wrap ol {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#table-wrap ol li {
  font-size: 1%;
  line-height: 0;
  float: left;
  width: 9.05%;
  margin-bottom: 10px;
}
#table-wrap ol li dl {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#table-wrap ol li dl dt {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}
#table-wrap ol li dl dd {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}
#table-wrap ol li.th {
  font-weight: bold;
  text-align: center;
}
#table-wrap ol li.edge-r dl {
  border-right: 1px solid #ccc;
}
#table-wrap ol li:nth-child(2n+1) {
  background-color: #eee;
}

#table-wrap2 ol {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#table-wrap2 ol li {
  font-size: 1%;
  line-height: 0;
  float: left;
  width: 14.2%;
  margin-bottom: 10px;
}
#table-wrap2 ol li dl {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#table-wrap2 ol li dl dt {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}
#table-wrap2 ol li dl dd {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}
#table-wrap2 ol li.th {
  font-weight: bold;
  text-align: center;
}
#table-wrap2 ol li.edge-r dl {
  border-right: 1px solid #ccc;
}
#table-wrap2 ol li:nth-child(2n+1) {
  background-color: #eee;
}

.copyright {
  text-align: center;
}

@media screen and (max-width: 800px) {
  #wrap {
    width: 90%;
    margin: 0 auto;
  }

  #table-wrap ol {
    overflow: visible;
  }
  #table-wrap ol li {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  #table-wrap ol li dl {
    overflow: hidden;
    width: 100%;
    margin: 0 -1px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
  #table-wrap ol li dl dt {
    float: left;
    width: 49%;
    height: auto;
    padding: 1em 0;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    zoom: 1;
  }
  #table-wrap ol li dl dd {
    float: left;
    width: 50%;
    height: auto;
    padding: 1em 0;
    border-bottom: 0;
    zoom: 1;
  }
  #table-wrap ol li.edge-r dl {
    border-bottom: 1px solid #ccc;
  }

  #table-wrap2 ol {
    overflow: visible;
  }
  #table-wrap2 ol li {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  #table-wrap2 ol li dl {
    overflow: hidden;
    width: 100%;
    margin: 0 -1px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
  #table-wrap2 ol li dl dt {
    float: left;
    width: 33%;
    height: auto;
    padding: 1em 0;
    border-bottom: 0;
    zoom: 1;
  }
  #table-wrap2 ol li dl dd {
    float: left;
    width: 33%;
    height: auto;
    padding: 1em 0;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    zoom: 1;
  }
  #table-wrap2 ol li.edge-r dl {
    border-bottom: 1px solid #ccc;
  }
}
.box01 {
  overflow: hidden;
}
.box01 div {
  float: left;
  background-color: #ccc;
}
