#shadowVerseWbConfirmedCardList2 *{
    box-sizing: border-box;
}
#shadowVerseWbConfirmedCardList2 .filter_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}
#shadowVerseWbConfirmedCardList2 .filter_container[data-key="rare"]{
    grid-template-columns: repeat(4, 1fr);
}
#shadowVerseWbConfirmedCardList2 .filter_container > li{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #f6f6f6;
    padding: 5px 0;
    text-align: center;
    line-height: 1;
}

#shadowVerseWbConfirmedCardList2 .filter_container > li[data-check="1"]{
    border-color: #9a9a9a;
}

#shadowVerseWbConfirmedCardList2 table tr td.detail{
    padding: 0;
    text-align: left;
    vertical-align: baseline;

}
#shadowVerseWbConfirmedCardList2 table tr td.detail > *{
    padding: 4px 8px;
}

#shadowVerseWbConfirmedCardList2 .attr_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    border-bottom: 1px solid #c5d4dc;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li{
    font-size: inherit;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;

}
#shadowVerseWbConfirmedCardList2 .attr_container > li > span{
    padding: 4px 10px;
    font-size: 12px;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="rare"] > span{
    color: #ffffff;
    background-color: #000000;
    border-radius: 2px;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="rare"][data-val="レジェンド"] > span{
    border: 2px solid #c03534;
    background-color: #C74140;
    text-shadow: 0px 0px 2px #c03534;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="rare"][data-val="ブロンズ"] > span{
    border: 2px solid #b47a50;
    background-color: #C1885F;
    text-shadow: 0px 0px 2px #b47a50;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="rare"][data-val="ゴールド"] > span{
    border: 2px solid #eeae32;
    background-color: #f5b73f;
    text-shadow: 0px 0px 2px #ca8e1a;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="rare"][data-val="シルバー"] > span{
    border: 2px solid #9a9a9a;
    background-color: #abaaaa;
    text-shadow: 0px 0px 2px #9a9a9a;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="class"] > span{
    padding: 0;
}
#shadowVerseWbConfirmedCardList2 .attr_container > li[data-key="type1"] > span{
    border: 2px solid #9a9a9a;
    border-radius: 25px;
}

#shadowVerseWbConfirmedCardList2 .evolve_dom .evolve_box{
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
#shadowVerseWbConfirmedCardList2 .evolve_dom .evolve_box:last-child{
    border-bottom: none;
}
