@charset "UTF-8";
/* ====================================================================================

    ---  注意！！  コメントの中にコメントはダメ  動きがおかしくなる  ----

   setting

==================================================================================== */
* {
   box-sizing: border-box;
}

.category {
    height: 560px; 
}

/* table01 */
table {
    margin: auto;
    /*
    background-color:  #87cefa;
    color: #000000;
    opacity: 0.5;
    */
}

.table-H1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 0.8rem);
    max-width: 1150px;
    width: auto;
    height: auto; 
    margin: auto; 
    padding: 10px;

}

.td1 {
      text-align: left;
      vertical-align: top;

}
.td2 {
      text-align: left;
      vertical-align: top;

}

.td3 {
      width: 95px;
      text-align: left;
      vertical-align: top;

}

.td4 {
      white-space: pre-wrap;
      text-align: right;
      vertical-align: top;

}


/* ---------- ログイン ---------- */

.login {
    background-image: url('../Images/Lock.png');
    background-repeat: no-repeat; 
    background-position: left center; 
    background-size: contain; 
    width: auto;
    /*
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 
    */

}

.fsize{
   font-size: 24px;
   text-align: center;
 }
.fsize1{
    text-align: center;
    color: red;
    font-size: 12px;
}

.container {
    width: 350px;
    /*
    width: 400px;
    margin: 0 auto;
     */
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    /*
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 300px;
    */
}

.example{
/*
    margin: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
*/
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"] {
    width: 93%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[type="submit"] {
    width: 93%;
    padding: 10px;
    margin-top: 20px;
    background-color: #5bc8ac;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}

button[type="submit"]:hover {
    box-shadow: 0px 12px 24px #0b5dae63;
    transform: translateY(-4px);
}





