/** Shopify CDN: Minification failed

Line 38:0 Unexpected "{"
Line 52:0 Expected "}" to go with "{"

**/
/* table01 */

#table01 {
  margin-left:auto;
 margin-right:auto;
  text-align:left
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  width:600px;
  border: none;
}



#table01 th {
  width: 30%;
}


/* sp */
@media only screen and (max-width: 480px) 

  #table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

{
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }
  
  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
