﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
#goods_userreview {
  margin: 0 0 60px;
  padding: 24px 20px 28px;
  background: #f7f7f7;
}

#goods_userreview .common_headline2_ {
  margin: 0 0 24px;
}

div.review_intro_ {
  margin: 0 0 32px;
  font-size: 16px;
}

div.review_info_ {
  width: 100%;
}

div.review_count_summary_ {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 3px 0 10px;
  border-bottom: 1px solid #222;
}

div.review_count_summary_ dl.review_score_ {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

div.review_count_summary_ dl.review_score_ dt {
  font-weight: bold;
}

div.review_count_summary_ dl.review_count_ {
  display: flex;
  white-space: nowrap;
}

div.review_desc_ {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: bold;
}

div.review_desc_ .btn_review_ {
  margin-top: 10px;
  margin-left: 80%;
}

div.review_desc_ .btn_review_ a {
  color: #fff;
  text-align: right;
  display: block;
  width: auto;
  box-sizing: border-box;
  color: #4cae8d;
  text-decoration: none;
}

div.review_desc_ .btn_review_ a:hover {
  text-decoration: underline;
}

.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 {
  margin: 0 0 32px;
}

.review_line_ {
  margin-bottom: 14px;
  width: 100%;
}

.review_line_contents_ {
  padding: 4px;
  margin-bottom: 5px;
}

.review_line_title_ {
  margin: 0 0 10px 0;
  padding: 3px 0;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  display: none;
}

div.review_line_summary_ {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dedede;
}

div.review_line_summary_ dl.review_line_name_ {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}

div.review_line_summary_ dl.review_line_name_ dt {
  display: none;
}

div.review_line_summary_ dl.review_line_name_ dd {
  margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
}

div.review_line_summary_ dl.review_line_score_ {
  overflow: hidden;
}

div.review_line_summary_ dl.review_line_score_ dt {
  float: left;
  display: inline;
  font-weight: bold;
  display: none;
}

div.review_line_frame_ {
  margin: 0 0 5px;
  word-break: break-word;
}

.moderate_vote_ {
  position: relative;
  text-align: right;
  color: #707070;
}

.moderate_vote_ .moderate_vote_btn_ {
  color: #3763ba;
}

.moderate_layer_ {
  position: absolute;
  top: 1.5em;
  right: 0;
  display: none;
  border: solid 1px #fc3;
  text-align: left;
  background: #fff;
  z-index: 1;
}

.moderate_info1_ {
  margin-top: 10px;
}

.moderate_info2_ {
  margin-top: 4px;
  margin-left: 2px;
}

.moderate_other_ {
  margin-left: 20px;
}

.moderate_info2_ span {
  cursor: pointer;
  text-decoration: underline !important;
}

.mode_select_line_ {
  cursor: pointer;
}

#review_form {
  text-align: right;
}

#review_form .btn-large {
  width: 180px;
  padding: 9px 5px;
  margin: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #111;
  background: #111;
}

/* --------------------------------------------------------------------
  カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
  padding: 0 60px 0 60px;
}

.review_table_ {
  margin: 20px 0;
  border-collapse: collapse;
  width: 100%;
}

.review_table_ th {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

.review_submit_ {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

.review_backbutton_ {
  margin: 20px 0 0 0;
  text-align: center;
}

#reviewer_name_count_msg,
#title_count_msg,
#comment_count_msg {
  color: #404040;
  font-size: 12px;
}

/* 確認画面 */
div.confirm_layer_frame_ {
  margin-top: 20px;
}
