@charset "UTF-8";

.evaluation_button--good a {
    display: block;
    margin: 0 0 15px auto;
    padding: 5px 10px;
    border: 1px solid #eb6977;
    color: #eb6977;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 40px;
    text-align: center;
    max-width: 45%
}

@media only screen and (min-width:769px) {
    .evaluation_button--good a {
        max-width: 40%
    }
}

.evaluation_button--good a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: no-repeat url(/img/good_no-base_on.svg);
    background-size: 15px 15px;
    vertical-align: top;
    padding-right: 10px
}

.evaluation_button--good a.evaluated,
.evaluation_button--good a:active,
.evaluation_button--good a:hover {
    background-color: #eb6977;
    color: #fff;
    text-decoration: none
}

.evaluation_button--good a.evaluated:before,
.evaluation_button--good a:active:before,
.evaluation_button--good a:hover:before {
    background: no-repeat url(/img/good_no-base_off.svg)
}

header.wide_header {
    background-image: url(/バイオ7/img/header_bg_top.png)
}

table.trophy_list tr td:first-child,
table.trophy_list tr th:first-child {
    width: 100px
}

table.trophy_list tr td:nth-child(2),
table.trophy_list tr th:nth-child(2) {
    width: 70px
}

.text_item_red {
    color: #ff5100
}

.text_item_purple {
    color: #ff42fc
}

.text_item_blue {
    color: #009fff
}

.text_item_yellow {
    color: #bfa700
}

.text_item_green {
    color: #00bf10
}

/*# sourceMappingURL=map/main.css.map */
