div#site_header  h1 a {
    width: 80px;
    height: 80px;
    background-image: url(https://img.wiki3.jp/guide/wiki3_icon_s.png);
    background-size: 80px 80px;
    display: block;
    color: transparent;
    overflow: hidden;
}
div#site_header  h1 a:hover {
    color: transparent;
}
#wikidb_weapon_data tr[data-skill_name=""] {
    display: none;
}

.divide01{ background-color: aquamarine;}
.divide02{ background-color: blanchedalmond;}

.gauge1{height:30px;width:100%;}
.gauge1 div:nth-child(1){ background-color: green;}
.gauge1 div:nth-child(2){ background-color: yellow;}
.gauge1 div:nth-child(3){ background-color: red;}



.gauge2 div:nth-child(1){ background-color: #3366cc;}
.gauge2 div:nth-child(2){ background-color: #66cc33;}
.gauge2 div:nth-child(3){ background-color: #fff000;}
.gauge2 div:nth-child(4){ background-color: #ff9900;}
.gauge2 div:nth-child(5){ background-color: #ff0000;}

#db_data_list table.uk-table { margin: 0px; table-layout:fixed; }
#db_data_list div.uk-margin-bottom div:not(:first-child) { margin-top: -1px; }
#db_data_list div.uk-margin-bottom div:not(:first-child) tr:first-child{ visibility: collapse; }
