  body{
    margin                  : 0px;
    font-size               : 15px;
    line-height             : 160%;
    background-image        : url(https://obousan.jp/teikei/image/bg.jpg);
  }
  table{
    border-collapse         : collapse;
    box-sizing              : border-box;
  }
  table td{
    padding                 : 5px;
  }
  .shadowtable{
    margin                  : 15px auto;
    border                  : 1px solid lightgray;
    box-shadow              : 3px 5px 5px rgba(0,0,0,.8);
    background-color        : white;
  }
  .shadowtable td{
    border                  : 1px solid #333333;
  }
  .item{
    color                   : #666666;
    font-weight             : bold;
    background-color        : whitesmoke;
    width                   : 100px;
  }
  .item2{
    color                   : #666666;
    font-weight             : bold;
    background-color        : whitesmoke;
    padding-left            : 10px;
    display                 : flex;
    align-items             : center;
    border-right            : 1px solid black;
    border-bottom           : 1px solid black;
  }
  .item3{
    padding-left            : 10px;
    border-bottom           : 1px solid black;
    padding-top             : 5px;
    padding-bottom          : 5px;
  }
  .ilist{
    border                  : none;
  }
  .ilist td{
    border                  : none;
  }
  .gradient{
    color                   : white;
    text-align              : left;
    font-size               : 26px;
    background              : linear-gradient(45deg, darkblue, lightblue);
  }
  .gradient_r{
    text-align              : left;
    background              : linear-gradient(45deg, rgb(255, 155, 155), rgb(255, 240, 200));
  }
  .placegrid{
    display                 : grid;
    width                   : 100%;
    grid-template-columns   : 100%;
    border-top              : 1px solid black;
    border-left             : 1px solid black;
    border-right            : 1px solid black;
    box-sizing              : border-box;
  }
  .choicegrid{
    display                 : grid;
    width                   : 100%;
    grid-template-columns   : 100%;
    box-sizing              : border-box;
  }
  .btn_submit{
    color                   : white;
    background-color        : #007199;
    cursor                  : pointer;
  }
  .btn_back{
    color                   : black;
    background-color        : #c8e0f0;
    cursor                  : pointer;
  }
  .btn_submit:hover{
    color                   : black;
    background-color        : #c9ffd4;
  }
  .btn_back:hover{
    color                   : black;
    background-color        : #d7f3f1;
  }
  @media(min-width: 850px){
    .placegrid{
      grid-template-columns : 10% 90%;
    }
    .choicegrid{
      grid-template-columns : 1fr 1fr;
    }
  }
  .nospin::-webkit-inner-spin-button, .nospin::-webkit-outer-spin-button{
    -webkit-appearance      : none;
    margin                  : 0;
    -moz-appearance         : textfield;
  }
  input[type="button"]{ cursor : pointer; }
  input[type="submit"]{ cursor : pointer; }
  input[type="tel"]{ margin-top:2px; margin-bottom:2px; }
  input[type="text"]{ margin-top:2px; margin-bottom:2px; }
  input[type="email"]{ margin-top:2px; margin-bottom:2px; }
  input[type="number"]{ margin-top:2px; margin-bottom:2px; }
  select{ margin-top:3px; border: 1px solid black; color:black;}

  .newfile{ cursor:pointer; width:22px; vertical-align:top;}
  .newfile img{ width:21px; padding-top:2px;}
