table.bb_nomobile > tbody > tr > td {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid var(--c_lgray);
}
table.bb_nomobile > tbody > tr > td:last-child {
  border :none;
}

@media all and (min-width:1401px) and (max-width: 3200px) {
  .on_mobile {
    display: none !important;
  }
  div.body_number {
    display: block !important;
  }
}
@media all and (min-width:1025px) and (max-width: 1400px) {
  .on_mobile {
    display: none !important;
  }
}
@media all and (min-width:960px) and (max-width: 1024px) {
  .on_mobile {
    display: none !important;
  }
}
@media all and (min-width:801px) and (max-width: 959px) {
  .on_mobile {
    display: none !important;
  }
}
@media all and (min-width:769px) and (max-width: 800px) {
  .on_mobile {
    display: none !important;
  }
}
@media all and (min-width:569px) and (max-width: 768px) {
  .on_mobile {
    display: none !important;
  }
  .wrappper {
    /*margin: 0 15px 0 15px;*/
    margin: 0;
  }
}
@media all and (min-width:481px) and (max-width: 568px) {
  .no_mobile {
    display: none !important;
  }
  .wrappper {
    /*margin: 0 10px 0 10px;*/
    margin: 0;
  }
  .logo img {
    width: 159px;
    height: 26px;
  }
}
@media all and (min-width:321px) and (max-width: 640px) {
  .fullscreen_container {
    width: 100%;
  }
  .mobile {
    /*display: inline-block !important;*/
    /*min-width: calc(100vw - 10px) !important;*/
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .but.mobile {
    display: inline-block !important;
    min-width: 100% !important;
    max-width: 100%;
  }
  .but.b_filter.mobile .b_sel {
    top: -7px;
  }
  .no_mobile {
    display: none !important;
  }
  .wrappper {
    /*margin: 0 5px 0 5px;*/
    margin: 0;
  }
  .logo img {
    width: 159px;
    height: 26px;
  }
  table.bb_nomobile > tbody > tr > td {
    border-bottom: 0px !important;
  }
  .gap_24_15 {
    gap: 15px;
  }
}
@media all and (min-width:0px) and (max-width: 320px) {
  .fullscreen_container {
    width: 100%;
  }
  .mobile {
    /*display: inline-block !important;*/
    min-width: 92vw;
    max-width: 100%;
  }
  .but.mobile {
    display: inline-block !important;
    min-width: 100%;
    max-width: 100%;
  }
  .but.b_filter.mobile .b_sel {
    top: -7px;
  }
  .no_mobile {
    display: none;
  }
  .wrappper {
    /*margin: 0 5px 0 5px;*/
    margin: 0;
  }
  .logo img {
    width: 159px;
    height: 26px;
  }
  table.bb_nomobile > tbody > tr > td {
    border-bottom: 0px !important;
  }
  .gap_24_15 {
    gap: 15px;
  }
}
@media only screen 
and (max-width: 480px){
  html {
    -webkit-text-size-adjust: none;
  }
  .fullscreen_container {
    width: 100%;
  }
  .mobile {
    /*display: inline-block !important;*/
    min-width: 92vw;
    max-width: 100%;
  }
  .but.mobile {
    display: inline-block !important;
    min-width: 92vw;
    max-width: 100%;
  }
  .but.b_filter.mobile .b_sel {
    top: -7px;
  }
  .no_mobile {
    display: none !important;
  }
  .mobile_no_scroll {
    overflow: hidden;
  }
}
