﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_info_ {
  overflow: hidden;
}

div.review_info_ p a {
  color: #4cae8d;
  text-decoration: underline;
}

div.review_count_summary_ {
  padding: 6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  border-bottom: 1px solid #4cae8d;
}

div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
  display: inline;
}

div.review_count_summary_ dl.review_score_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.review_count_summary_ dl.review_score_ dt {
  font-weight: bold;
  width: 100%;
}

div.review_count_summary_ dl.review_count_ dt {
  font-weight: bold;
}

div.review_count_summary_ dl.review_count_ dd {
  padding-left: 4px;
}

div.review_desc_ {
  float: right;
  display: inline;
}

div.review_desc_ .btn_review_ {
  text-align: right;
}

.review_pagenav_ {
  margin: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px;
}

/* レビュー ページ切換 */
div#page_changer_top .pager_ref_ {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

div#page_changer_top .pager_now_ {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}

/* レビュー記事 */
.review_line_ {
  margin-bottom: 5px;
}

.review_line_title_ {
  padding: 2px 6px;
  font-size: 14px;
  font-weight: bold;
  background-color: #a9dfff;
  border: 1px solid #a9dfff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  display: none;
}

.review_line_body_ {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

div.review_line_summary_ {
  display: flex;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 11px;
  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 {
  padding-left: 4px;
  margin-right: 10px;
}

div.review_line_summary_ dl.review_line_score_ dt {
  font-weight: bold;
  display: none;
}

.review_line_comment_ {
  margin-bottom: 5px;
  padding: 2px;
  word-break: break-all;
}

.review_line_ .moderate_vote_ {
  padding: 5px;
  background: #f0f0f0;
}

.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 {
  margin-bottom: 20px;
  text-align: center;
}

#review_form input {
  width: 48vw;
  margin: 0 auto;
  background: #000;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 3.2vw;
}

/* --------------------------------------------------------------------
  カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
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: #333;
  font-size: 3.266vw;
  background: transparent;
}

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_ textarea[name="comment"] {
  font-family: Meiryo;
}

.review_list_ .input_must_ input:first-child {
  margin-bottom: 0;
}

/* 確認画面 */
div.confirm_layer_frame_ {
  margin-top: 5px;
}
