table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #f0ffff;
  color: #030303;
  
}
/*@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #030303;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #f5fffa;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}*/


table{
  border-collapse: collapse;
  width: 100%;
}
.tb02 th{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb02 th {
  background: #fdf5e6;
  color: #030303;
  
}
/*@media screen and (max-width: 640px) {
  .tb02 .head{
    display:none;
  }
  .tb02 {
    width: 100%;
  }
  .tb02 td,
  .tb02 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb02 td:before{
    color: #030303;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #faf0e6;
    margin-right: 10px;
    float: left;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}*/