body {
    padding-top: 70px;
    padding-bottom: 30px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.text-required {
    color: #E60012;
    font-weight: bold;
}

.text-error {
    color: #E60012;
    font-weight: bold;
}

/* プラス・マイナスの価格表示 */
.text-plus {
    color: #cb0000;
}
.text-minus {
    color: #00671b;
}


.label-text {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.well-form {
  min-height: 20px;
  padding: 9px;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
