input.has-success {
    border-color : #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

label.has-success {
    color : #3c763d;
}

.has-success + .input-group-addon {
    color : #3c763d;
    background-color : #dff0d8;
    border-color : #3c763d;
}

input.has-error {
    border-color : #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

label.has-error {
    color : #a94442;
}

.has-error + .input-group-addon {
    border-color : #a94442;
    color : #a94442;
    background-color : #f2dede;
}

.validateErrMsgBlock {
    color : #a94442;
}

/*Validate for input css (入力画面用)**/
.form-inline.for-input {
	width: 70%;
}
@media screen and (max-width: 490px) {
  .form-inline.for-input {
    width: 100%;
  }
}
