@charset "UTF-8";
.inr_menu_list {
  justify-content: center;
}
.inr_menu_list li {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width:1199px) {
  .inr_menu_list li {
    margin-right: 0;
    margin-left: 0;
  }
}

.stock_list .inr .note {
  position: relative;
  padding-left: 1em;
}
.stock_list .inr .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.stock_list .inr table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.stock_list .inr table tbody tr th {
  border: 1px solid #03346B;
  background: #f4f6f8;
  padding: 10px;
}
.stock_list .inr table tbody tr td {
  border: 1px solid #03346B;
  padding: 10px;
}/*# sourceMappingURL=uniq.css.map */