@charset "UTF-8";


/* ========基本======== */

body {
   width:100%; /* other browsers */
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family: san-serif;
   font-size:25px;
   color:#000000;
   background-size: cover;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   position:center;
}

/* スタイルを適用するセレクタを指定 */
input[type="submit"] {
  display:flex;
  position:center;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  background-color: rgb(199, 231, 236);
}

.container {
    display: flex;
    justify-content: center;
    margin:0 10px;
  }
  
  .container input[type="button"]{
    margin: 0 10px;
  }

input[type="button"] {
    display:flex;
    position:center;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    background-color: rgb(199, 231, 236);
  }


  
        .thumbnail {
            width: 50px;
            height: auto;
        }

        .low-inventory {
            color: red;
        }

        .update-history {
            margin-top: 20px;
        }

        .update-history th,
        .update-history td {
            padding: 5px;
            text-align: left;
        }

        .update-history th {
            background-color: #f2f2f2;
        }
