﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
#goods_userreview {
  max-width: none;
  margin: 0 -16px 40px;
  background: #f5f5f5;
}

#goods_userreview .common_headline2_ {
  margin: 0 0 24px;
}

div.review_info_ {
  padding: 0 16px 13px;
  overflow: hidden;
}

div.review_info_ .review_desc_nothing_ p {
  font-size: 14px;
  font-weight: normal;
}

div.review_count_summary_ {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #222;
}

div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
  display: inline;
}

div.review_count_summary_ dl.review_score_ {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.review_count_summary_ dl.review_score_ dt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

div.review_desc_ {
  margin: 0 0 22px;
  font-weight: bold;
}

.review_pagenav_ {
  margin: 0 0 10px 0;
  clear: both;
  padding: 5px;
}

/* レビュー ページ切換 */
div#page_changer_top .pager_ref_ {
  margin: 2px 2px;
  color: #ccc;
  padding: 3px 9px;
  background-color: #fff;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

div#page_changer_top .pager_ref_ a {
  color: #ccc;
}

div#page_changer_top .pager_now_ {
  margin: 2px 2px;
  color: #fff;
  padding: 3px 9px;
  background-color: #333;
  border-radius: 50%;
  font-weight: bold;
  white-space: nowrap;
}

/* レビュー記事 */
#userreview_frame {
  padding: 0 16px;
}

.review_line_ {
  margin: 0 0 25px;
}

.review_line_title_ {
  display: none;
}

div.review_line_summary_ {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

div.review_line_summary_ dl dt,
div.review_line_summary_ dl dd {
  display: inline;
}

div.review_line_summary_ dl.review_line_name_ {
  font-weight: bold;
}

div.review_line_summary_ dl.review_line_name_ dt {
  font-weight: bold;
  display: none;
}

div.review_line_summary_ dl.review_line_name_ dd {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}

div.review_line_summary_ dl.review_line_score_ dt {
  font-weight: bold;
  display: none;
}

.review_line_comment_ {
  margin-bottom: 10px;
  word-break: break-all;
}

.review_line_ .moderate_vote_ {
  text-align: right;
  color: #707070;
}

.review_line_ .moderate_vote_ .moderate_vote_btn_ {
  color: #3763ba;;
}

.review_line_ .mode_lay_ {
  position: absolute;
  display: none;
  z-index: 1;
  padding: 0;
  background-color: #fff;
  border: solid 1px #fc3;
}

.review_line_ .mode_lay_ .mode_select_line_top_ {
  text-align: right;
  padding: 0 2px;
  font-size: 13px;
  background-color: #fc3;
}

.review_line_ .mode_lay_ .mode_select_line_ {
  padding: 0 4px;
  border-top: solid 1px #fc3;
}

.review_line_ .moderate_info1_ {
  margin-top: 5px;
}

.review_line_ .moderate_info2_ {
  margin-top: 5px;
}

.review_line_ .moderate_info2_ span {
  text-decoration: underline !important;
}

.review_line_ .moderate_other_ {
  display: none;
}

.review_line_ .moderate_other_ dl dt,
.review_line_ .moderate_other_ dl dd {
  display: inline;
}

.review_line_ .moderate_other_ dl {
  padding-left: 10px;
}

.review_line_ .moderate_other_ dl dd {
  padding-left: 4px;
}

#review_form {
  padding-bottom: 32px;
  text-align: center;
}

#review_form input {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
  padding: 11px 4px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
  background: #222;
}

/* --------------------------------------------------------------------
  カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
  padding: 10px;
}

div.review_ .common_headline1_ {
  margin-bottom: 0;
  padding-left: 3.733vw;
  font-weight: bold;
  color: #333;
  font-size: 4.266vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  font-size: 5.5vw;
}

div.review_ .common_headline2_ {
  padding-left: 0;
  font-weight: bold;
  color: #fff;
  background: #222;
  font-size: 3.266vw;
  padding: 12px 10px;
}

div.review_ .common_headline2_::before {
  content: none;
}

ul.review_list_ .title_ {
  margin-top: 15px;
  margin-bottom: 0;
}

div.review_ input[type="text"],
div.review_ textarea {
  display: block;
}

ul.review_list_ li .count_msg_ {
  font-size: 11px;
  color: #404040;
}

ul.review_list_ .input_must_ {
  margin-top: 0;
}

.review_ .orange_button_ {
  background: #000;
}

.review_ .blue_button_ {
  background: #ccc;
}

.review_list_ .input_must_ input:first-child {
  margin-bottom: 0;
}

/* 確認画面 */
div.confirm_layer_frame_ {
  margin-top: 5px;
}
