@charset "utf-8";
html{
    font-size: 100%;
}
body{
    font-family: "Helvetica neue",Arial, "Hiragino Kaku Goshic ProN","Hiragano Sans",Meiryo,sans-serif;
    box-sizing:border-box;
    margin: 0px;
    padding: 0px;
    background-color: #f8f2e4;
}


header{
    height: 20%;
    margin-bottom: 1em;
    background: #f9c64e;
    padding: 0;
    text-align:left ;
}
.gnav-wrap{
    background: #f9c64e;
}
.gnav-inner{
    margin-inline: auot;
    padding: 0.5em 0em;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gnav-logp{
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}
.gnav-list{
    list-style-type: none;
    text-align: center;
    background: #f9c64e;
    padding: 0;
    display: flex;
    gap: 2em;
}
.gnav-list li span{
    display: block;
}


.col-1{width: 80%;background: #08dc96;}

#searchButton{
    box-sizing: border-box;
    background:rgb(107, 136, 232);
    border: none;
    border-radius: 5%;
    margin-inline: auto;
    text-align: center;
    font-weight: bold;
    width: 100px; /* 大きさを変更 */
    height: 50px; /* 大きさを変更 */
    display: flex;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #191970;   
    color:#fff
}          
#verbTable {
    margin-left: 0;
    border-spacing: 1px;   
    vertical-align: top;
    padding: 0px;
    width: 300px;
    margin-left: 20px ;
    margin-top: 5px;
}
td {
    border: 2px solid #000;
    writing-mode: vertical-rl; /* 縦書き（左から右） */
    text-orientation: upright; /* 縦書きで文字を正しい向きに保つ */    
    padding: 10px;
    text-align:left;
}
#searchText{
    margin-left: 20px;
    border: 2px solid #f30707;
    height: 100px;
    writing-mode: vertical-rl; /* 縦書き（左から右） */
    text-orientation: upright; /* 縦書きで文字を正しい向きに保つ */
    padding: 15px;
    text-align: center;
    font-size: large;
}


button {
        box-sizing: border-box;
        background:rgb(107, 136, 232);
        border: none;
        border-radius: 10%;
        margin-inline: auto;
        margin-bottom: 0px;
        text-align: center;
        font-weight: bold;
        width: 100px; /* 大きさを変更 */
        height: 30px; /* 大きさを変更 */
        display: flex;
        align-items: center;
        justify-content: center;
        color:#fff
    }

footer{
    width: 100%;
    background: #fafbb4ee;
    margin-inline: auto;
    text-align: left;
    font-weight: bold;
    padding: 15px;
}