@charset "UTF-8";

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_self
 */

[v-cloak] {
  display: none;
}

.v-top {
  vertical-align: top;
}

.table > tbody > tr > td.v-middle {
  vertical-align: middle;
}

/* カート画面 */

.selected-specs-container {
  font-size: 110%;
}

.selected-spec-label {
  background-color: #337ab7;
  border-radius: 0.25em;
  color: #F8F8F8;
  display: inline-block;
  line-height: 1;
  margin-bottom: 3px;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
}

.selected-spec-label .arrival-schedule {
  color: #ffa900;
  font-size: 0.7em;
}

/* 組み合わせ選択画面 */

.list-group .arrival-schedule {
  color: #ffa900;
  font-size: 0.8em;
  font-weight: bold;
}

/* 注文履歴一覧 */

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}