/* コンテナ */
.container {
    margin-bottom: 1em;
}

/* トップ情報 */
.top_info {
    margin: 1em 0;
}

#newCardContainer {
    background-color: #000c22;
}
#newCardDisplayArea {
    width: 100%;
    position: relative;
}
#newCardDisplayArea .new_card_info .rare img {
    height: 100%;
    width: auto;
    vertical-align: top;
}
.new_card_info .card_name {
    padding-left: 5%;
    text-align: left;
}
.card_image {
    float: left;
    width: 53%;
    text-align: right;
    padding-top: 3%;
    padding-right: 1%;
}
.card_image > img {
    width: 88%;
}
.card_status {
    float: left;
    width: 42%;
    text-align: left;
    margin-left: 3%;
}
.card_status img {
    max-width: 100%;
    height: auto;
}
.card_status .skill_icon img {
    height: 100%;
    vertical-align: top;
}
.image_number {
    margin-left: 5%;
}
.image_number > img {
    width: 12%;
}
.card_skill {
    text-align: left;
}
/* サムネイル */
#newCardThumbnailArea {
    width: 100%;
    padding: 1% 0 0;
    margin: 0;
    list-style: none;
}
#newCardThumbnailArea .new_card_thumbnail {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    width: 23%;
}
#newCardThumbnailArea .new_card_thumbnail .skill_icon img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#newCardThumbnailArea .new_card_thumbnail .rare {
    padding: 2px 0;
}
#newCardThumbnailArea .new_card_thumbnail .rare img {
    height: 100%;
    width: auto;
    vertical-align: top;
}
#newCardThumbnailArea .new_card_thumbnail .thumbnail_image img {
    border: solid 2px transparent;
    padding: 2%;
}
#newCardThumbnailArea .new_card_thumbnail.active .thumbnail_image img {
    border: solid 2px #5CF1FE;
    background-color: #000c22;
}
#newCardThumbnailArea .new_card_thumbnail .thumbnail_image img {
    width: 80%;
    height: auto;
}

.gacha_form , .shop_form {
    background-color: #000c22;
    padding: 7% 3%;
}
.gacha_form .error {
    color: #ff3044;
}

.new_card_set {
    background-color: #000c22;
    overflow: auto;
}
.new_card_set_form {
    width: 100%;
    text-align: center;
    margin: 3% 0;
}
.new_card_set_form .set_name {
}
.new_card_set_form form button[type=submit]{
    width: 80%;
}
/* 波動スタンプ */
#hadoStampSheetContainer {
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 12% 0 4%;
}
#hadoStampSheetContainer , #hadoStampSheetContainer * {
    box-sizing: border-box;
}
ul.stamp_sheet {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.stamp_sheet > li {
    display: inline-block;
    width: 16%;
    padding: 1%;
}
ul.stamp_sheet > li > img {
    width: 100%;
    vertical-align: top;
}

/* バナー */
#bannerContainer {
    width: 100%;
    text-align: center;
}
#bannerContainer img {
    width: 83.3%;
}

/* その他 */
.notice_line {
    width: 100%;
    border-style: solid;
    border-color: #5cf1fe;
    border-width: 1px 0;
    background: linear-gradient(to left, #000c22, #1f4b94, #1f4b94, #000c22);
}
.notification {
    color:#ababab;
    text-align:left;
}

/* タブ */
.text_tab_list, .text_tab_list * {
    box-sizing: border-box;
}
.text_tab_list {
    text-align: center;
    padding: 1em 0;
    width: 100%;
}
.text_tab_list .text_tab {
    display:inline-block;
    box-sizing: border-box;
    border: solid 0.1em #6ef4fe;
    border-radius: 0.25em;
    background: #00102e;
    color: #9398b2;
    width: 47.5%;
    text-decoration: none;
    padding: 0.5em 0;
    line-height: 1;
}
.text_tab_list span.text_tab { /* アクティブタブ */
    color: #FFFFFF;
    background: linear-gradient(to bottom, #196f9f, #104b6c, #062c52, #011534);
    text-shadow:
            #4994ab 1px 1px 3px,
            #4994ab -1px 1px 3px,
            #4994ab 1px -1px 3px,
            #4994ab -1px -1px 3px
;
}
.text_tab_list .text_tab:not(:first-child) {
    margin-left: 2%;
}

/* 交換所 */
.protocol_exchange {
    width: 100%;
    padding: 0.5em 0;
}
.protocol_exchange, .protocol_exchange * {
    box-sizing: border-box;;
}
.protocol_exchange .protocol_image {
    width: 25%;
    float: left;
    padding: 0 0.5em;
}
.protocol_image img {
    width: 100%;
    display: block;
}
.protocol_detail {
    padding-left: 0.5em;
}
.protocol_detail label {
    color: #a194ff;
}
.protocol_form {
    text-align: center;
    padding: 0.5em 0 0;
}
.protocol_form select {
    width: 3em;
    text-align: right;
}
.protocol_form .image_button {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
}
.protocol_form .image_button img {
    width: 100%;
    display: block;
}
.protocol_form .image_button span {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ボタン */
.btn, .blue_btn, .btn-legacy {
    display: inline-block;
    border-style: solid;
    color: white;
    text-decoration: none;
    border-width: 1px;
    border-radius: 10px;
    padding: 3px 12px;
    text-shadow: 1px 1px 3px #000000;
}
@media screen and (width: 480px) {
    .btn, .blue_btn, .btn-legacy {
        border-width: 2px;
        border-radius: 15px;
        padding: 5px 20px;
        text-shadow: 1px 1px 4px #000000;
    }
}

.btn.btn-info, .blue_btn {
    border-color: #65daf8;
    background: -webkit-linear-gradient(90deg, #015678, #41c2ce);
    background: linear-gradient(to top, #015678, #41c2ce);
}
.btn.btn-legacy {
    border-color: #2a7e53;
    background: -webkit-linear-gradient(90deg, #143b27, #3cb578);
    background: linear-gradient(to top, #143b27, #3cb578);
}

.btn *, .blue_btn *, .btn-legacy * {
    display: inherit;
}
