@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カスタマーレビュー一覧 商品詳細ページ
--------------------------------------------------------------------- */
/* 商品詳細ページ */
#userreview_box_ {
	margin: 40px 0;
	position:relative;
}
#userreview_box_ h2 {
	padding: 12px 0;
	margin-bottom: 20px;
	border-bottom: #333333 1px solid;
	background-color: #ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
div.review_intro_ {
	padding: 10px;
	margin-bottom: 20px;
	border:none;
	overflow: hidden;
	background: #eeeeee;
}
div.review_info_ {
	overflow: hidden;
}
div.review_desc_nothing_ {
	text-align: center;
}
div.review_desc_nothing_ a {
	text-decoration: underline;
}
div.review_count_summary_ {
	width: 460px;
	float: left;
}
div.review_count_summary_ dl.review_score_ {
	min-width: 220px;
	min-height: 40px;
	line-height: 40px;
	display: inline-block;
}
div.review_count_summary_ dl.review_score_ dt {
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
div.review_count_summary_ dl.review_score_ dd {
	min-height: 40px;
	line-height: 40px;
	display: inline;
}
div.review_count_summary_ dl.review_score_ dd img {
	height: 17px;
	vertical-align: middle;
}
div.review_count_summary_ dl.review_count_ {
	min-height: 40px;
	line-height: 40px;
	display: inline;
}
div.review_count_summary_ dl.review_count_ dt {
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
div.review_count_summary_ dl.review_count_ dd {
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
div.review_desc_ {
	width: 350px;
	min-height: 40px;
	padding: 0 210px 0 0;
	float: right;
	position: relative;
}
div.review_desc_ p {
	font-size: 12px;
}
div.review_desc_ p a {
	text-decoration: underline;
}
div.review_desc_ .btn_review_ {
	height: 40px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.review_pagenav_ {
	margin: 0 0 20px 0;
	clear: both;
}
.review_pagenav_ #review_read_button {
	text-align: left;
}
.review_pagenav_ #review_read_button a {
	padding: 5px 15px;
	margin: 0;
	border: #4e4e4e 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}
.review_pagenav_ #page_changer_top {
	text-align: center;
}
.review_pagenav_ #page_changer_top span a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	display: block;
}
.review_pagenav_ #page_changer_top span.pager_now_ {
	min-width: 30px;
	height: 30px;
	margin: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	line-height: 30px;
	background: #a36e6e;
	display: inline-block;
}
.review_pagenav_ #page_changer_top span.pager_ref_ {
	min-width: 30px;
	height: 30px;
	margin: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none !important;
	line-height: 30px;
	background-color: #eeeeee;
	display: inline-block;
}
.review_pagenav_ #page_changer_top span.pager_ref_:hover a {
	background: #a36e6e;
	color: #ffffff;
}

/* ページ切換 */
div#page_changer_top {
}
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:#CC0000;
	font-weight: bold;
	white-space: nowrap;
}

/* レビュー記事 */
#userreview_frame {
	margin-bottom: 20px;
}
.review_line_ {
	width: 100%;
	padding: 20px 0;
	border-bottom: #dcdcdc 1px solid;
	position: relative;
}
.review_line_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.review_line_score_ {
	margin-bottom: 15px;
}
.review_line_score_ img {
	height: 17px;
	vertical-align: middle;
}
.review_line_title_ {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
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 {
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
div.review_line_summary_ dl.review_line_name_ dd {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
div.review_line_summary_ dl.review_line_rgdt_ {
	width: 100%;
	overflow: hidden;
}
div.review_line_summary_ dl.review_line_rgdt_ dt {
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
div.review_line_summary_ dl.review_line_rgdt_ dd {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
.review_line_comment_ {
	margin-bottom: 10px;
}
.moderate_vote_ {
	text-align: right;
	font-size: 12px;
}
.moderate_vote_ span {
	padding: 5px 15px;
	margin-left: 15px;
	border: #4e4e4e 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}
div.review_line_ div[id^='mode_lay'] {
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: -100px;
}
.moderate_info1_ {
	margin-top: 10px;
}
.moderate_info2_ {
	margin-top: 10px;
}
.moderate_info2_ span {
	cursor:pointer;
}
.mode_select_line_ {
	cursor: pointer;
}
#review_form {
	margin-bottom: 20px;
	text-align: right;
}

/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
	width: 1000px;
	margin: 0 auto;
}
.review_table_ {
	width:100%;
	margin: 20px 0;
	border-collapse: collapse;
}
.review_table_ th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.review_table_ td textarea {
	width: 500px;
	max-width: 500px;
	border: #cccccc 1px solid;
}
.review_submit_ {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px dotted #CEC7B7;
}
.review_backbutton_ {
	margin: 20px 0 0 0;
	text-align:center;
}
span.title_ {
	float: left;
}

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 20px;
}
div.confirm_layer_frame_ .review_line_ {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 40px;
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	position: relative;
}
div.confirm_layer_frame_ img.score_starimg_ {
	height: 17px;
	margin-right: 10px;
	vertical-align: middle;
}
