.loading {
  display: none;
}
.button.button-success {
  background: #2878B4;
}
.button.button-success:hover,
.button.button-success:focus {
  background: #3296DC;
}
.button.button-caution {
  background: #E2401C;
}
.button.button-caution:hover,
.button.button-caution:focus {
  background: #E85F42;
}
.button.button-normal {
  background: #8c8d90;
}
.button.button-normal:hover,
.button.button-normal:focus {
  background: #b6b8bb;
}
.button.button-disable {
  background: #e2e2e2;
  cursor: not-allowed;
}
.button.button-disable:hover,
.button.button-disable:focus {
  background: #e2e2e2;
}
.button.button-type1 {
  color: #666;
  background: #fff;
  border: 1px solid #bbb;
}
.button.button-type1:hover,
.button.button-type1:focus {
  color: #333;
  border-color: #999;
}
html.over-none {
  overflow: hidden;
}
.kumihan-warning-notice {
  color: #F00;
}
#recommend-browser {
  font-size: 0.8em;
  background: #fff;
  color: #999;
  margin: 0;
  padding: 1.2em 2em;
}
body.print-format #recommend-browser {
  display: none;
}
