.minion_list_title {
    background: url('../img/yokai_watch/title_minion.png') no-repeat center left / 940px;
    height: 50px;
}
.weapon_list_title {
    background: url('../img/yokai_watch/title_weapon.png') no-repeat center left / 940px;
    height: 50px;
}
.mount_list_title {
    background: url('../img/yokai_watch/title_mount.png') no-repeat center left / 940px;
    height: 50px;
}

section {
    margin-bottom: 20px;
}
.stage_header {
    margin-left: 10px;
}
.minion_list_wrapper,
.weapon_list_wrapper,
.mount_list_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.mount_list_wrapper {
    justify-content: center;
}
.minion_layout,
.weapon_layout {
    position: relative;
    background: #333;
    border: 1px solid #888;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 10px;
    margin: 3px;
    width: 180px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.device_sp .minion_layout,
.device_sp .weapon_layout {
    width: 195px;
}
.minion_img,
.weapon_img,
.medal_img,
.mount_img {
    display: block;
    margin: 0 auto;
}
.medal_img {
    border-radius: 32px;
}
.minion_name,
.weapon_name,
.mount_name {
    font-weight: bold;
}
.jobicon_img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
}
.inner_content {
    position: relative;
    z-index: 2;
}

.mount_layout {
    position: relative;
    border: 1px solid #888;
    border-radius: 5px;
    background: #333;
    cursor: pointer;
    padding: 5px 10px;
    margin: 3px;
    width: 305px;
}

.check_stamp {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    background: url('../img/yokai_watch/check_stamp.png');
    background-size: 100px;
    width: 100px;
    height: 100px;
    opacity: 0.5;
    z-index: 1;
}
.minion_layout.comp,
.weapon_layout.comp,
.mount_layout.comp {
    border: 1px solid #fc0;
    background: #430;
}
.minion_layout.comp .check_stamp,
.weapon_layout.comp .check_stamp,
.mount_layout.comp .check_stamp {
    display: block;
}

.tips_layout {
    display: inline-block;
    background: rgba(0,0,0,0.5);
    border: 1px dotted #fc0;
    margin: 10px auto 0;
    padding: 5px 10px;
    text-align: left;
}
.tips_layout p {
    color: #fc0;
    font-weight: bold;
}

.uk-accordion-title:focus, .uk-accordion-title:hover {
    color: #fff;
}
.uk-accordion-title {
    color: #fff;
    background: #333;
    border: 1px solid #888;
    width: 400px;
    padding: 5px 10px;
    margin: 10px auto;
    font-size: 15px;
}
.uk-accordion-content {
    text-align: center;
    margin-top: 0;
}
.drop_list_wrapper {
    background: #000;
    border: 1px solid #888;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: right;
}
.yokai_medal_drop_list_area {
    display: inline-block;
    max-width: 120px;
}
.yokai_medal_drop_list_area td {
    background: #222;
    line-height: 30px;
    white-space: nowrap;
}
.yokai_medal_drop_list_area tr:nth-child(3) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(4) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(5) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(6) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(7) td:first-child{
    background: #821414;
    padding: 0 5px;
}
.yokai_medal_drop_list_area tr:nth-child(8) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(9) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(10) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(11) td:first-child{
    background: #929217;
    padding: 0 5px;
}
.yokai_medal_drop_list_area tr:nth-child(12) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(13) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(14) td:first-child,
.yokai_medal_drop_list_area tr:nth-child(15) td:first-child{
    background: #384621;
    padding: 0 5px;
}
.yokai_medal_drop_list_area tr:nth-child(16) td:first-child{
    background: #006dad;
    padding: 0 5px;
}
.yokai_medal_drop_list_area tr:nth-child(17) td:first-child{
    background: #d40a00;
    padding: 0 5px;
}
.device_sp .yokai_medal_drop_list {
    max-width: 260px;
    overflow-x: scroll;
}
.yokai_medal_drop_list {
    display: inline-block;
}
.yokai_medal_drop_list img {
    vertical-align: top;
}
.yokai_medal_drop_list td {
    background: #222;
    line-height: 30px;
    white-space: nowrap;
}

.tweet_btn {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.tweet_btn {
    display: inline-block;
    position: relative;
    background: #1b95e0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    padding: 1px 8px 1px 6px;
    width: 75px;
    vertical-align: top;
}
.tweet_btn:hover {
    background: #1476b3;
}
.tweet_btn i {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 14px;
    margin-right: 2px;
}
.tweet_btn label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    white-space: nowrap;
}
