@charset "UTF-8";
/* table00 */
#table00 tr {
    border-bottom: 1px solid #b5b1b1;
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    
}

#table00 th,
#table00 td {
    padding-top: 24px;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 24px;
    border: none;
	
}

#table00 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table00 th,
  #table00 td {
    width: 100%;
    display: block;
  }

  #table00 th {
    width: 100%;
  }

  #table00 td {
    padding-top: 0;
  }
}

/* table01 */
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    
}

#table01 th,
#table01 td {
  padding: 24px 0;
  padding-left: 20px;
  border: none;
}

#table01 th {
  width: 45%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}



/* table02 */
#table02 tr {
    border-bottom: 1px solid #b5b1b1;
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    
}

#table02 th,
#table02 td {
    padding-top: 24px;
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 24px;
    border: none;
}

#table02 th {
  width: 40%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table02 th,
  #table02 td {
    width: 100%;
    display: block;
  }

  #table02 th {
    width: 100%;
  }

  #table02 td {
    padding-top: 0;
  }
}
/* table03 */
#table03 tr {
    border-bottom: 1px solid #b5b1b1;
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    
}

#table03 th,
#table03 td {
    padding-top: 24px;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 24px;
    border: none;
	
}

#table03 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table03 th,
  #table03 td {
    width: 100%;
    display: block;
  }

  #table03 th {
    width: 100%;
  }

  #table03 td {
    padding-top: 0;
  }
}
/* table center */
.table_center {
    margin-left: auto;
    margin-right: auto;
}
