@charset "UTF-8";
/* 修正完了後base_add.scssに統合予定 */
.ir-noborder-table tr {
  border: none;
}
.ir-noborder-table tr th {
  border-right: none;
}
.ir-noborder-table tr td {
  border-right: none;
}

.stock-text {
  width: 720px;
  text-align: left !important;
}

.award-table td span {
  display: inline !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 640px) {
  .scroll {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 640px) {
  .scroll {
    display: none;
  }
}
input[type=submit] {
  -webkit-appearance: none;
}
