/* チケット枚数所持数表示 */
.gacha_ticket_info {
    border-color: #0b5ea2;
    text-align: center;
    border: solid 3px #0b5ea2;
    background-color: #151b68;
    width: 60%;
    margin: auto;
    padding: 8px 8px 8px 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* NEWカードガチャ */
#newCardThumbnailArea .new_card_thumbnail.active .thumbnail_image img {
    border: solid 2px #5CF1FE;
    background-color: #000c22;
}
.notice_line {
    width: 100%;
    border-style: solid;
    border-color: #5cf1fe;
    border-width: 1px 0;
    background: linear-gradient(to left, #000c22, #1f4b94, #1f4b94, #000c22);
    text-align: center;
}

#newCardDisplayArea {
    width: 100%;
    position: relative;
}
#newCardDisplayArea .new_card_info .rare img {
    height: 100%;
    width: auto;
    vertical-align: top;
}
.new_card_name {
    padding-left: 5%;
    text-align: left;
}
.new_card_image {
    float: left;
    width: 53%;
    text-align: right;
    padding-top: 3%;
    padding-right: 1%;
}
.new_card_image > img {
    width: 88%;
}
.new_card_status {
    float: left;
    width: 42%;
    text-align: left;
    margin-left: 3%;
}
.new_card_status img {
    max-width: 100%;
    height: auto;
}
.new_card_status .skill_icon img {
    height: 100%;
    vertical-align: top;
}
.image_number {
    margin-left: 5%;
}
.image_number > .status_number {
    width: 12%;
}
.image_number > .status_comma {
    width: 5%;
}
