@charset "EUC-JP";

/**
*	レビュー一覧表示
*/

/* 個々のレビュー行 */
.review_row {
  width: 666px;
  margin-bottom: 20px;
}

/* 商品イメージを囲うdiv */
.review_img {
  float: left;
  width: 133px;
  overflow: hidden;
  text-align: center;
}

/* レビュー内容 */
.review_content {
  float: left;
  width: 533px;
  line-height: 16pt;
}

/* レビュー商品名 */
.review_item {
  margin-bottom: 10px;
  font-weight: bold;
}

/* レビュー本文 */
.review_text,
.review_date,
.review_contributor,
.review_reply {
  width: 502px;
}

/* レビュー投稿日 */
.review_date,
.review_contributor {
  text-align: right;
}

.review_contributor,
.review_reply .contributor {
  text-decoration: underline;
}

.review_reply {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  color: #952730;
}

.review_reply .arrows {
  padding-left: 1em;
  padding-right: 1em;
}

.review_reply .content {
  flex: 1 1 auto;
}

.review_reply p {
  margin: 0;
}

.review_reply .from_staff {
  text-align: right;
}
