#total_result{
    font-size: 13px;
    line-height: 1.6em;
}
.post-content h2 {
    /* background-color: #333333;
    color: #ffffff; */
    /* font-size: 18px; */
    padding: 8px 12px 6px;
    margin: 10px 0 20px 0;
    border-radius: 0;
}
#gacha_reset_button {
    border: 1px solid #c3c3c3;
    background: #c31e1e;
    color: white;
    padding: 9px 0px 9px 0px;
    width: 98%;
    margin-top: 9px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
#gacha_reset_button:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.gacha_button {
    border: none;
    color: white;
    padding: 9px 0px 9px 0px;
    margin-top: 9px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 3px;
    outline: none;
}
.gacha_button:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.gacha_button:active {
    border: 1px solid #ff8000 !important;
    background: none !important;
    color: #ff8000;
}
.twitter_button:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.gacha_frame {
    display: flex;
    position: relative;
    margin-top: 5px;
    padding: 7px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.image_icon {
    float: left;
}
.side_text{
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}
.image_rarity {
    float: left;
    font-size: 13px;
    font-weight: bold;
}
.image_name {
    font-size: 15px;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
@media (max-width:414px){
    .gacha_frame {
        padding: 5px;
    }
    .image_rarity {
        font-size: 13px;
        text-indent: 2%;
    }
}
.gacha_frame_gold {
    display: flex;
    position: relative;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
    margin-top: 5px;
    padding: 7px;
    background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    border: 3px solid #ffd100;
    border-radius: 8px;
    border-style: ridge;
    box-shadow: 0px 0px 5px 0px #fbff00;
}
@media (max-width:414px){
    .gacha_frame_gold {
        padding: 5px;
    }
}
.gacha_frame_silver {
    display: flex;
    position: relative;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
    margin-top: 5px;
    padding: 7px;
    background-image: linear-gradient(to top left, #ffffff, #d6d6d6, #e8e8e8, #f3f3f3, #dedede, #d6d6d6, #adadad);
    border: 3px solid #f9f9f9;
    border-radius: 8px;
    border-style: ridge;
    box-shadow: 0px 0px 5px 0px #ececec;
}
@media (max-width:414px){
    .gacha_frame_silver {
        padding: 5px;
    }
}
.gacha_frame_rainbow {
    display: flex;
    position: relative;
    text-shadow: 1px 1px 1px #fff, 1px 1px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
    margin-top: 5px;
    padding: 7px;
    background: linear-gradient(-185deg, red, orange, #ffff00, #2cff7a, #58b2ff, #4a58ff, #ef00ff);
    border: 3px solid #ffd100;
    border-radius: 8px;
    border-style: ridge;
    box-shadow: 0px 0px 5px 0px #ffffff;
}
@media (max-width:414px){
    .gacha_frame_rainbow {
        padding: 5px;
    }
}
.frame{
    background-image: url(https://appmedia.jp/wp-content/uploads/2018/01/bg_result_img-min.png);
    padding: 10px 0px 10px 0px;
    background-size: 500%;
    background-position-x: 50%;
    background-position-y: 50%;
    border: 3px solid #ffd100;
    border-radius: 8px;
    border-style: ridge;
    box-shadow: 0px 0px 5px 0px #fbff00;
}
.one{
    position: relative;
    left: 25%;
    right: auto;
    width: 50%;
}
.result{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px 0px 0px;
    background-color: #ffffff;
    padding: 15px;
    border: 3px solid #ffd100;
    border-radius: 8px;
    border-style: ridge;
    box-shadow: 0px 0px 5px 0px #fbff00;
    text-shadow: 1px 1px 0px #ffffff78, -1px -1px 0px #ffffffad, 1px 1px 0px #ffffff78, -1px -1px 0px #ffffffad;
}
.compleat{
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border-left: 5px solid #333;
    font-size: 16px;
}
.compleat number{
    font-size: 18px;
}
.compleat:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
}
.compleat:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 2px;
    width: 100%;
    border-bottom: solid 2px #333333;
}
.compleat_number{
    font-size: 18px;
}
@media (max-width:414px){
    .compleat{
    font-size: 14px;
    }
    .compleat_number{
    font-size: 16px;
    }
}
.front_img {
    position: relative;
}
.behind_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100% !important;
}
.post-content table td {
    padding: 5px !important;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
}
.post-content table th {
    /* background: #989898; */
    /* color: #191919; */
    /* border: 1px solid #eaeaea; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post-content table th a{
    /* color: #191919; */
}
.post-content table {
    table-layout: fixed !important;
}
.twitter_button {
    display: flex;
    position: relative;
    background-color: #54abed;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    text-indent: 0%;
    color: white;
    padding: 8px 0px 8px 0px;
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.twitter_icon {
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://appmedia.jp/wp-content/uploads/2018/01/twitter-logo.png);
    filter: brightness(300%);
    width: 50px;
    height: 50px;
    width: 25px;
    height: 25px;
    position: relative;
    left: 5%;
    right: auto;
}
.twitter_message {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width:414px){
    .twitter_button {
        padding: 10px 0px 10px 0px;
        width: 100%;
    }
    .twitter_icon {
        margin-left: -2px;
        width: 20px;
        height: 20px;
    }
    .twitter_message {
        left: 19%;
    }
}
