@charset "UTF-8";

.history {
    color: #F9F9F9;
}

.history a {
    text-decoration: none;
}

.history .title {
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}

.history .modoru-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
}

@media(min-width: 1025px) {
    .history .modoru-button {
        right: 14px;
    }
}

.history .history-card {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}

.history .none-card {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    color: #AAAAAA;
    font-size: 14px;
}

.history .stage-title {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #F9F9F9;
}

.history .success-label {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 50px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #33CC00;
}
