/*
 * recruitShopReview.css - 口コミ一覧ページ用CSS
 * recruit.css を継承
 */
@import url("recruit.css?202601241646");

/* パンくずリストの最後の項目（リンクなし）を白色に */
nav.Breadcrumb ul li:last-child {
    color: #FFF;
}

/* 口コミなしの場合 */
.ShopReviewListEmpty {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    border-radius: 16px;
    margin: 20px 0;
}

.ShopReviewListEmpty i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
    display: block;
}

.ShopReviewListEmpty p {
    font-size: 18px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 500;
}

.ShopReviewListEmptySub {
    font-size: 14px;
    color: #aaa;
    font-weight: normal;
}
