/*
    ボタンの初期化と画像のリスト
*/
button{
    vertical-align: middle;
    text-align: center;
    
    box-shadow: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.reset_icon{
    height:25px;
    width:25px;

    background-color: rgba(255, 0, 0,0);
    background-image: url(/sys_img/default-assets/information/info_icon.png);
    background-repeat: no-repeat;
    background-size:cover;
}

.shizunos_icon
{
    height:50px;
    width:50px;

    background-color: rgba(0, 0, 0,0);
    background-image: url(/sys_img/default-assets/information/info_shizunos2.png);
    background-repeat: no-repeat;
    background-size:cover;
}

.info_uni_icon{
    height:50px;
    width:50px;

    background-color: rgba(0, 0, 0,0);
    background-image: url(/sys_img/default-assets/information/info_shizunos.png);
    background-repeat: no-repeat;
    background-size:cover;
}



.eve_uni_icon{
    height:50px;
    width:50px;

    background-color: rgba(255, 0, 0,0);
    background-image: url(/sys_img/default-assets/information/eve_uni.png);
    background-repeat: no-repeat;
    background-size:cover;
}
