@charset "UTF-8";
body{
    background-color: #cccccc;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

header{
    background:#777777;
    width:100%;
    height:80px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
/* タイトル */
h1 {
    text-align: center;
    color:#eeeeee;
    white-space: nowrap;

}
/* バージョン */
version {
    text-align: right;
    color:#eeeeee;
    font-size:10px;
    
}
/* URL入力フォーム */
.input_frame{
    margin: 20px;
    background:#999999;
    border-radius: 3px;
    position: relative;
    padding: 20px;
    color:#222222;
    font-size: 14px;
    min-height: 100px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
/* 注意書フレーム */
.coution_frame{
    margin: 20px;
    background:#999999;
    border-radius: 3px;
    position: relative;
    padding: 20px;
    color:#222222;
    font-size: 14px;
    min-height: 100px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.input_frame_title{
    position: absolute;
    top: -13px;
    left: 20px;
    padding: 10 5px;
    padding-left: 20px;
    padding-right: 20px;
    background:#999999;
    border-radius: 3px;
    background-color: #fff;
    color:#333333;
    font-size:15px;

}
input[type="text"] {
    background-color: #FFF;
}
.ip_address{
    background:#eeeeee;
    color:#333333;
    font-size: 16px;
    border-color: #333333;
}

/* ボタン */
button {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

button img {
    height: 28px; /* 適切なサイズに調整 */
    width: auto;
}

button:hover {
    opacity: 0.7; /* ホバー時の透明度変更 */
}

button:active {
    transform: scale(0.95); /* クリック時の縮小効果 */
}

/* フッター */
footer{
    font-size:10px;
    background:#777777;
    width:100%;
    height: 100px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    color:#eeeeee;
}

textarea{
    height: 70px;
    width: 100%;
    overflow: auto;
}
/* head,htmlソース表示用 */
.textbox_source{
    font-size:10px;
    background:#ffffff;
    height: 150px;
    width: 100%;
    resize: none;
    overflow: auto;


}

/*     */

main{
    background:#afa07f;
    width:90%;
    height:auto;
    
    padding-top: 20px;
    padding-bottom:20px;
    margin-left: 5%;
    margin-right: 10%;
    margin-top: 20px;
    border-width:0px 0px 6px 0px;
    border-style:solid;
    border-color: #5b5c76;
    border-radius: 0.5em;
}


main p{
    font-size:20px;
    padding-left:40px;
    color:#403c3c;
}

/*注意書き class*/
.cautionary{
    font-size:8px;
    color:#403c3c;
}

/* ローディング　class*/
.loading{
    font: size 30px;
    color:#ff5100;

    width: 140px;
    height: 60px;
    margin: 15px;
    padding: 10px;
    border: none;
    position: relative;
    border-radius: 5px;
    background-color: #012c03;
}

/*flexbox*/
.container{
    /* 横に並べる */
    display:flex;
    /* 折り返しあり */
    flex-wrap: wrap;
}
.item{
    width:200px;
    height:150px;
    background : #d7cebb;
    color:#403c3c;
    margin:20px;
    padding:10px;

}
/**/
.res_table{
    border:none;
    border-radius:3px;
    padding-left:20px;
    border-color:#999999;
    margin: 20px ;
    width: 100%;
    max-width: 90%;
}
th{
    border:none;
    Word-break: break-word;
    border-color:#999999;
    background:#999999;
    color: #000;
}
td{
    border:none;
    Word-break: break-word;
    border-color:#999999;
}
.keyclass{
    width: 100px;
}
h3{
    position: relative;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #999999;
}
 
h3:before{
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #999999;
    top: 0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
h3:after{
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #999999;
    top: 0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}
/* テクノロジーコンテナ */
.technologys{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.technology{
    width: 140px;
    height: 60px;
    margin: 15px;
    padding: 10px;
    border: 3px solid #999999;
    position: relative;
    border-radius: 5px;
    background-color: #eeff00;

}
.no_technology{
    width: 140px;
    height: 60px;
    margin: 15px;
    padding: 10px;
    border: 3px solid #999999;
    position: relative;
    border-radius: 5px;
    background-color: #222;
    color:#666;
}
.hidden {
    display: none;
}
.toggle-button {
    cursor: pointer;
}

.version{
    color:#888;
    font-size:8px;
    letter-spacing:0.2em;
    margin-left: 12px;
    text-align: right
}
.rerease_note{

    font-size:10px;
    letter-spacing:0.1em;
    margin-left: 12px;
    text-align: left;
    color:#eeeeee;
}

.result_view{
    display: none;
    width: 90%;
    margin-left: 20px;
    border: none;
    font-size:14px;
    background-color: #CCC;
}

.result_feeld{
    display: none;
    width: 90%;
    margin-left: 20px;
    border: none;
    font-size:14px;
    background-color: #CCC;
}