#ajax_loading {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);; /*背景のみ透過で*/
	display: none;
	text-align: center;
}

.animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0}
    to{top:0;opacity:1}
}

.text-right {
	text-align: right;
	padding-right: 4px;
}
.text-center {
	text-align: center;
}

.text-nowrap {
	white-space: nowrap;
}

.table-hover tbody > tr:hover {
	background-color: #d9efff;
	cursor: pointer;
}

.mxjmodal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.275);
}

.mxjmodal-content {
  margin: 20% auto;
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
}
.mxjmodal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
	background-color: #fff;
}
.mxjmodal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}

.mxjclose:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.mxjmodal-body {
    flex: 1 1 auto;
    padding: 1rem;
	background-color: #fff;
}
.mxjmodal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.mxjmodal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
	background-color: #fff;
}
.mxjmodal-footer>*{
    margin: 5px;
}

/* buttons */
.mxjbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}
.mxjbtn:focus, .mxjbtn:hover {
    text-decoration: none;
}
.mxjbtn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.mxjbtn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.mxjbtn-secondary {
    color: #fff;
    background-color: #7c8287;
    border-color: #7c8287;
}
.mxjbtn-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.confirm-div {
	border: 1px solid #ddd;
	min-width: 180px;
	min-height: 28px;
	padding: 2px 6px;
}
.confirm-div-long {
	border: 1px solid #ddd;
	min-width: 360px;
	min-height: 28px;
	padding: 2px 6px;
	word-break: break-all;
}
.confirm-div-short {
	border: 1px solid #ddd;
	min-width: 90px;
	min-height: 28px;
	padding: 2px 6px;
}
.confirm-div-inline-short {
	border: 1px solid #ddd;
	min-width: 90px;
	min-height: 28px;
	padding: 2px 6px;
	margin-left: 8px;
	margin-right: 8px;
	display:inline;
}

.confirm-div-w {
	border: 1px solid #ddd;
	min-width: 180px;
	min-height: 28px;
	padding: 2px 6px;
	background-color: #ffffff;
}
.confirm-div-w-short {
	border: 1px solid #ddd;
	min-width: 90px;
	min-height: 28px;
	padding: 2px 6px;
	background-color: #ffffff;
}
.confirm-div-w-min {
	border: 1px solid #ddd;
	min-width: 12px;
	min-height: 28px;
	padding: 2px 6px;
	background-color: #ffffff;
}
input:focus {
	background-color: #ffffcc;
}
select:focus {
	background-color: #ffffcc;
}

text-nowrap {
	white-space: nowrap;
}

.history-border {
    border-color: #ff0033;
    border-style: solid;
    border-width: 2px;
}

