@charset "UTF-8";

#body-x_traderule .narrow_contents table{
  margin-top: 18px;
}

#body-x_traderule .narrow_contents th{
  width: 150px;
}

#body-x_traderule .narrow_contents ul.list_style_disc{
  margin-left: 20px;
  list-style: disc;
}

#body-x_traderule .narrow_contents td li{
  margin-bottom: 10px;
}

#body-x_traderule .narrow_contents td li:last-child{
  margin-bottom: 0;
}

#body-x_traderule .narrow_contents td p{
  font-weight: bold;
}

@media(max-width: 600px) {
  #body-x_traderule .narrow_contents table{
    margin-top: 25px;
  }
  #body-x_traderule .narrow_contents table,
  #body-x_traderule .narrow_contents tbody,
  #body-x_traderule .narrow_contents thead,
  #body-x_traderule .narrow_contents tr,
  #body-x_traderule .narrow_contents th,
  #body-x_traderule .narrow_contents td{
    padding:0;
    display: block;
    border:none;
  }
  #body-x_traderule .narrow_contents th{
    margin-bottom: 5px;
  }
  #body-x_traderule .narrow_contents tr{
    margin-bottom: 12px;
    padding-bottom:12px;
      border-bottom:1px solid var(--border-color-light);
  }

  #body-x_traderule .narrow_contents tr:last-child{
    margin-bottom: 0;
    padding-bottom:0;
      border-bottom:none;
  }
  
}