.c-list-50-pc li {
  width: 100%;
}

div.modal-selected {
  width: calc(100% - 250px);
  height: 33px;
  top: 12px;
  height: auto;
}

div.modal-selected span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid red;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 16px;
  color: red;
  line-height: 10px;
  margin-bottom: 6px;
}

.header-top {
  display: none;
}

.header-bottom th {
  border-left: 1px solid #FFF;
}

@media only screen and (min-width:769px) {
  .c-list-50-pc li {
    width: 50%;
  }

  .pc-hidden {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  #ranking-basic-table th {
    width: auto !important;
  }

  #ranking-return-table th {
    width: auto !important;
  }

  #search-basic-table th {
    width: auto !important;
    height: 70px;
  }

  #search-return-table th {
    width: auto !important;
    height: 70px;
  }

  #basic-table th {
    width: auto !important;
    height: 70px;
  }

  #return-table th {
    width: auto !important;
    height: 70px;
  }
}/*# sourceMappingURL=app.css.map */