#wrapper {
    width: 1000px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #2a363b;
}

span.uk-button-secondary a {
    color: #fff;
}

textarea {
    resize: none;
}

.rating_star span {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating_star input[type='radio'] {
    display: none;
}

.rating_star label {
    color: #a2a2a2;
    font-size: 30px;
    padding: 0 3px;
    cursor: pointer;
}

.rating_star label:hover,
.rating_star label:hover ~ label,
.rating_star input[type='radio']:checked ~ label {
    color: #f8c601;
}

.rating_star_confirm span,
.rating_star_review span{
    display: flex;
}

.rating_star_confirm label {
    color: #a2a2a2;
    font-size: 30px;
    padding: 0 3px;
}

.rating_star_confirm label.active {
    color: #f8c601;
}

.item_review_image {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
}

.item_review_image_sp {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
}

div.section_item_review {
    padding: 0 15px;
}

hr.hr_item_review {
    margin: 6px 0;
}

.item_review {
    font-size: 14px;
    margin: 0;
}

.item_review_border {
    padding: 3px 8px;
    border: 1px solid #999;
    cursor: pointer;
}

.item_review_favorite_text {
    vertical-align: bottom;
}

.item_review_rating_star label {
    font-size: 18px;
    padding: 0 1px;
    color: #f8c601;
}

.item_review_rating_star label.hidden {
    display: none;
}

.cosme_favorite_icon {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.table_border_black {
    border: solid #999;
    border-width: 1px 0 0;
}

.table_border_gray {
    border: solid #ccc;
    border-width: 1px 0 0;
}

div.table_border_inbox,
hr.table_border_inbox {
    margin-top: 10px;
    padding-bottom: 10px;
}

#product_image_sp img{
    max-height: 250px;
    width: auto;
}

header .uk-navbar-nav>li>a {
    min-height: 60px;
}

body > footer {
    margin-bottom: 80px!important;
}

.grecaptcha-badge { visibility: hidden; }

#div-gpt-ad-cosme_palette-sp_overlay {
    z-index: 5;
}