@charset "utf-8";

/*初期設定*/
a {
    display: inline-block;
}
ul {
    padding: 0;
    margin: 0;
}
  
tr, td {
  border: none;
  border-bottom: 1px solid #808080;
}
tr:last-child td{
    border-bottom:none;
}

