@charset "utf-8";

input.disabled,
input.disabled:focus,
select.disabled,
select.disabled:focus,
textarea.disabled,
textarea.disabled:focus {
	background-color: #EEEEEE;
}
.modal .modal-header {
    position: relative;
    background: linear-gradient(90deg, #ffeef0, #ffffff);
    padding: 2px 10px 2px 30px;
    color: #222222;
    font-size: 1.05em;
}
.modal .modal-body {
    color: #222222;
}
.modal .modal-header::before {
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: url(../images/icon_info2.png);
    background-repeat: no-repeat;
    background-size: 1.05em 1.05em;
    content: '　　　';
}
.modal.confirm .modal-header::before {
    background-image: url(../images/icon_caution.png);
}
.modal.caution .modal-header::before {
    background-image: url(../images/icon_caution.png);
}
.modal .modal-footer {
    padding: 2px;
}
.modal .modal-footer button {
    width: 150px;
}
.nowrap {
    white-space: nowrap;
}