html,
body {
  position: relative;
  font-size: 14px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  background-color: #eeeeee;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-quantity {
  padding: 1px 5px;
  left: 8px;
  top: 8px;
  font-size: 10px;
}

.btn-copy {
  padding: 1px 5px;
  right: 10px;
  bottom: 10px;
}

.btn-recycle {
  padding: 1px 1px;
  right: 10px;
  top: 10px;
}

.btn-copy .btn {
  font-size: 9px;
  font-weight: bold;
}

.btn-recycle .btn {
  font-size: 12px;
  font-weight: bold;
}

#modal-recycle .modal-footer {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}

#modal-recycle .recycle-text-guide {
  font-size: 16px;
}

.help-text {
  font-size: 12px !important;
}

