.disno{
  display:none;
}
input.wid30{
  width: 30% !important;
  margin:0;
}
input.wid48 {
  width: 48% !important;
}
input.mwid60{
  width: 60px !important;
}
table th.mwid100,
input.mwid100{
  width: 100px !important;
}
table th.mwid130,
input.mwid130{
  width: 130px !important;
}
input.mwid300 {
  max-width: 300px !important;
}

.kaitori-button {
  display: block;
  width:100%;
  box-sizing:border-box;
  font-size: 140%;
  background: #f6a41d;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  background: #f7a41e;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  margin: auto;
  border: none;
  border-radius: 5px;
  cursor:pointer;
}
.valm{
vertical-align:middle;
}
.texalr{
text-align:right;
}
.texall{
text-align:left;
}

/*flex*/
.flex-start{
display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;
align-content: flex-start;
padding:0;
}
.flex-between{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
align-content: space-between;
padding:0;
}
.flex-between.nowrap{
flex-wrap:nowrap;
}
.flex-between.center{
align-items: center;
}
.flex-between.start{
align-items: start;
}
.flex-around{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
align-items:flex-start;
align-content: space-between;
padding:0;
}
.flex-between.nowrap,
.flex-center.nowrap{
flex-wrap:nowrap;
}
.flex-center{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:flex-start;
align-content: space-between;
padding:0;
}

/*mg*/
hr.nb{
width:100%;
height:1px;
display:block;
border:none;
}
.mgr10{
margin-right:10px;
}
.mgt5{
margin-top:5px;
}
.mgt10{
margin-top:10px;
}
.mgt20{
margin-top:20px;
}
.mgt30{
margin-top:30px;
}
.mgt40{
margin-top:40px;
}
.mgb5{
margin-bottom:5px;
}
.mgb10{
margin-bottom:10px;
}
.mgb20{
margin-bottom:20px;
}
.mgb30{
margin-bottom:30px;
}
.mgb40{
margin-bottom:40px;
}

.ocr-form{
    position: relative;
}
.ocr-form.load::before{
    position: absolute;
    content: '読み込み中...';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3) url(icon/loading.gif) no-repeat;
    background-position: 15% center;
    background-size: 30px auto;
    font-weight: bold;
}

