@charset "UTF-8";
/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_intro_ {
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
div.review_info_ {
  width: 100%;
  overflow: hidden;
}
div.review_count_summary_ {
  padding: 9px;
  float: left;
  display: inline;
  width: 180px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
div.review_count_summary_ dl.review_score_ {
  width: 100%;
  overflow: hidden;
}
div.review_count_summary_ dl.review_score_ dt {
  float: left;
  display: inline;
  font-weight: bold;
}
div.review_count_summary_ dl.review_count_ {
  width: 100%;
  overflow: hidden;
}
div.review_count_summary_ dl.review_count_ dt {
  float: left;
  display: inline;
  font-weight: bold;
}
div.review_desc_ {
  float: right;
  display: inline;
  width: 360px;
}
div.review_desc_ .btn_review_ {
  margin-top: 10px;
  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: 20px;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.review_line_title_ {
  margin: 0 0 10px 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
div.review_line_summary_ {
  margin-bottom: 10px;
}
div.review_line_summary_ dl.review_line_name_ {
  width: 100%;
  overflow: hidden;
}
div.review_line_summary_ dl.review_line_name_ dt {
  float: left;
  display: inline;
  font-weight: bold;
}
div.review_line_summary_ dl.review_line_score_ {
  width: 100%;
  overflow: hidden;
}
div.review_line_summary_ dl.review_line_score_ dt {
  float: left;
  display: inline;
  font-weight: bold;
}
.review_line_comment_ {
  margin-bottom: 10px;
}
.moderate_vote_ {
  padding: 5px;
  font-weight: bold;
  background: #f0f0f0;
}
.moderate_info1_ {
  margin-top: 10px;
}
.moderate_info2_ {
  margin-top: 10px;
}
.moderate_info2_ span {
  cursor: pointer;
  text-decoration: underline !important;
}
.mode_select_line_ {
  cursor: pointer;
}
#review_form {
  margin-bottom: 20px;
  text-align: right;
}
/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
  padding: 0px 60px 0px 60px;
}
.review_table_ {
  margin: 20px 0;
  border-collapse: collapse;
  width: 100%;
}
.review_table_ th {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
}
.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;
}
span.title_ {
  float: left;
}
/**/
/* 確認画面 */
div.confirm_layer_frame_ {
  margin-top: 20px;
}
/**/


