@charset "UTF-8";

/* cat-label */ 

.cat-label {
    /* padding-top: 32px; */
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-size: 12px;
    align-items: center;
}

/* category */
.category {
    line-height: 1;
    text-align: center;
    display: block;
    padding: 4px 6px;
    color: white;
    margin-right: 16px;
}

.on-sale {
    background-color: #C75B84;
}

.under-negotiation {
    background-color: #9071A0;
}

.sold {
    background-color: #8E6565;
}

/* id */

.cat-id {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.title {
    font-size: 18px;
    font-weight: 500;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
}

/* cat info */

.cat-info {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 12px;
}

.info-top {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    margin-bottom: 12px;
}

.icn-gender {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.postday {
    font-size: 12px;
}

.info-list {
    margin-bottom: 8px;
}

.info-item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding: 8px 0;
    border-bottom: #A69898 1px dotted;
    line-height: 1.7;
}

.item-head {
    display: block;
    font-weight: bolder;
    font-size: 13px;
    width: 88px;
    margin-right: 16px;
}

.item-content {
    display: block;
    font-weight: 400;
    font-size: 13px;
    flex: 1;
}

.item-content.price {
    font-size: 14px;
    color: #C75B84;
    font-weight: bolder;
}

.item-content.item-content.price .tax {
    font-size: 11px;
    color: #8E6565;
    font-weight: 400;
}

.free-area {
    font-size: 13px;
    line-height: 1.5;
}

pre {
    white-space: pre-wrap !important;
}

.video-area {
    padding: 24px 16px;
}