﻿@charset "utf-8";

.fs-l-page{
	text-align: left;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  商品詳細のレビュー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-c-productReview{
	max-width: 500px;
    margin-right: 10px;
}
.fs-c-reviewInfo__reviewer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fs-c-reviewStars::before{
	color: #1b1b1b;
}
.fs-c-reviewInfo__date {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 4px 0;
}

.fs-c-reviewInfo__date > dt:after {
  content: "：";
}

.fs-c-reviewInfo__date > dd {
  margin-left: 0;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.fs-c-reviewer__name {
    margin-right: 10px;
}
.fs-c-reviewer__profile {
    font-size: 1.2rem;
    margin-left: 20px;
}

.fs-c-reviewBody {
  border: 1px solid #e5e5e5;
  padding: 16px;
}

.fs-c-reviewList {
  list-style: none;
  padding: 0;
}

.fs-c-reviewList__item {
  border-bottom: 1px solid #999999;
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
}

.fs-c-reviewList__item:first-child {
  border-top: 1px solid #999999;
}

.fs-c-reviewList__item__product {
  display: flex;
  flex-direction: column;
  min-height: 1px;
}

.fs-c-reviewList__item__info {
  display: flex;
  flex-direction: column;
}

.fs-c-reviewList__item__body {
  margin: 8px 0;
}
.fs-c-rating__value {
    color: #C78D2F;
    margin-left: 8px;
}
.fs-c-reviewList__item__editButton {
  display: flex;
  justify-content: flex-end;
}
.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
    margin: 30px auto 10px;
}
.fs-c-buttonContainer--addReview--detail{
	margin: 0 auto 20px;
}
.fs-c-buttonContainer--addReview--detail::before{
    content: "";
    display: inline-block;
    background: url(https://kiwami.itembox.design/item/icon/icon_detail_review.gif)no-repeat;
    background-position: top center;
    background-size: contain;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
a.fs-c-button--viewAllReviews.fs-c-button--plain {
    color: #1e5d9b;
}
span.fs-c-reviewerStatus {
    background-color: #1a1a1a;
    padding: 3px 25px;
    border-radius: 25px;
    color: #FFF;
    font-size: 1.3rem;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
.fs-c-productReview{
	max-width: 100%;
    margin: 20px auto 0;
}
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
 商品レビューすべて見る
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-c-productReviewed{
	display: block;
	text-align: left;
}

.fs-c-productReviewed__image{
    width: 300px;
    float: left;
    margin-right: 20px;
}
.fs-c-productReviewed__prices.fs-c-productPrices::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#fs_ReviewsByProduct .fs-c-reviewer__status{
	margin: 10px 0 10px;
}
#fs_ReviewsByProduct .fs-c-reviewInfo__reviewer {
  display: flex;
  flex-direction:row;
  align-items: center;
}

span.fs-c-productPrice__main{
	display: flex;
}
.fs-c-aggregateRating {
    margin: 30px auto 0;
    text-align: center;
    max-width: 900px;
}
.fs-c-history {
    max-width: 900px;
}

span.fs-c-productPrice__main__label {
    margin-right: 10px;
}
.fs-c-productReviewed__name.fs-c-productName{
	width: auto;
	    font-size: 2rem;
	
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
	.fs-c-productReviewed{
		padding: 0;
	}
	#fs_ReviewsByProduct .fs-c-reviewer__status{
		margin:0;
	}
.fs-c-productReviewed__image {
    max-width: 300px;
    float: none;
    margin-right: 0;
    width: 100%;
}
	.fs-c-productReviewed__name.fs-c-productName{
		padding-left: 0;
    margin-top: 14px;
	}
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
レビュー記入欄
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.fs-body-review-write  .fs-c-reveiwNotes{
margin: 50px auto 30px;
    border: 2px solid #f43648;
    padding: 10px;
    max-width: 600px;
}
.fs-body-review-write  .fs-c-reveiwNotes h3{
	color: #f43648;
}
.fs-body-review-write .fs-c-inputInformation__field .fs-c-inputTable__headerCell{
	vertical-align: middle;
}
.fs-body-review-write .fs-c-inputField__field{
	text-align: left;
}
.fs-c-buttonContainer--submitReview button{
    background-color: #e1c47e;
    width: 50%;
    padding: 15px 0;
    font-weight: bold;
    display: block;
    margin: 20px auto 0;
    color: #1b1b2b;
    font-size: 2rem;
    border-radius: 10px;
    border: none;
}
.fs-body-review-write .fs-c-button--back{
    text-align: center;
    width: 25%;
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width:600px){
	.fs-body-review-write .fs-c-inputTable__dataCell{
		padding-top: 0;
	}
	.fs-body-review-write .fs-c-inputField__field{
		margin: 3px auto;
	}
	.fs-c-buttonContainer--submitReview button{
		width: 100%;
			padding: 10px 0;
	}
	.fs-body-review-write .fs-c-button--back{
		width: 90%;
		padding: 10px 0;
	}
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
レビュー履歴
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-body-my-reviews .fs-c-reviewList__item__product.fs-c-reviewProduct {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.fs-body-my-reviews  .fs-c-reviewProduct__image.fs-c-productImage{
  margin-right: 20px;
}
.fs-c-buttonContainer--myPageTop a{
  text-align: center;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:600px){
  .fs-body-my-reviews .fs-c-reviewList__item__product.fs-c-reviewProduct {
    display: block;
  }
  .fs-body-my-reviews .fs-c-reviewProduct__image.fs-c-productImage{
    margin-right: 0;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  レビュー一覧
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-body-reviews .fs-c-reviewList {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-reviews .fs-c-reviewList__item {
  max-width: 300px;
  width: 31vw;
}
.fs-body-reviews .fs-c-reviewer__status{
  margin-right: 10px;
}
.fs-body-reviews .fs-c-reviewInfo__reviewer{
  flex-direction: row;
  align-items: center;
}
.fs-body-reviews .fs-c-reviewProduct__info {
  margin-top: 14px;
}
.fs-body-reviews .fs-c-reviewStars{
  margin:5px 0;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:600px){
.fs-body-reviews .fs-c-reviewList{
    display: block;
}
.fs-body-reviews .fs-c-reviewList__item {
   max-width: 100%;
   width: 100%;
}
}