@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カスタマーレビュー一覧 TOPイベント用
--------------------------------------------------------------------- */
div.reviews_frame_{
	margin-bottom: 30px;
}
ul.reviews_line_{
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #dcdcdc;
}
ul.reviews_line_:last-of-type{
	border-bottom: none;
}
ul.reviews_line_ li.reviews_img_{
	float: left;
	width: 180px;
}
ul.reviews_line_ li.review_comment_{
	width: 100%;
}
ul.reviews_line_ li.review_comment_ dl dt a{
	font-size: 16px;
}
ul.reviews_line_ li.review_comment_ dl{
	margin-left: 180px;
	position: relative;
}
ul.reviews_line_ div.img_ {
	width:180px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:150px;
	display:table-cell;
}
ul.reviews_line_ div.img_ img {
	max-width:150px;
	max-height:150px;
}
ul.reviews_line_ div.star_area_{
	margin-top: 5px;
	text-align: center;
}
ul.reviews_line_ div.star_area_ p{
	margin-bottom: 10px;
	color: #501e00;
	font-weight: bold;
}
ul.reviews_line_ div.star_area_ img{
	width: 101px;
}
ul.reviews_line_ li.review_comment_ dt{
	margin-bottom: 20px;
	font-weight: bold;
}
ul.reviews_line_ li.review_comment_ dd.comment_{
	padding: 20px 18px 30px;
	border: 2px solid #dcdcdc;
	border-radius: 5px;
	position: relative;
	z-index: 60;
}
ul.reviews_line_ li.review_comment_ dd.comment_:after{
	content: ' ';
	display: block;
	width: 24px;
	height: 16px;
	position: absolute;
	bottom: -16px;
	left: 12px;
	overflow: hidden;
	text-indent: -999px;
	background: url(https://d2ty1sjmc9t6io.cloudfront.net/img/usr/user_review/comment_arrow.png) no-repeat;
}
ul.reviews_line_ li.review_comment_ dd.comment_ h3{
	margin-bottom: 15px;
	font-weight: bold;
	color: #50a032;
	padding-left: 20px;
	background: url(https://d2ty1sjmc9t6io.cloudfront.net/img/usr/user_review/icon03.png) no-repeat;
}
ul.reviews_line_ li.review_comment_ dd.date_{
	position: relative;
	z-index: 65;
	padding-top: 10px;
	padding-left: 90px;
}
ul.reviews_line_ li.review_comment_ dd.date_:after {
	content: "";
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
ul.reviews_line_ li.review_comment_ dd.date_ img{
    left: 50px;
    position: absolute;
    top: -15px;
}
ul.reviews_line_ li.review_comment_ dd.date_ span{
	float: right;
	color: #787878;
}
ul.reviews_line_ li.review_comment_ dd.date_ span.name_{
	float: left;
}
/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
.common_headline2_.userreview_ {
	padding:10px 10px 8px 35px;
	margin-bottom:10px;
	border:#e5e5e5 1px solid;
	font-size: 14px;
	font-weight: bold;
	color:#555555;
	background:#f2f2f2 url(https://d2ty1sjmc9t6io.cloudfront.net/img/usr/common/icon_review.png) 10px center no-repeat;
}
div.review_ {
	width:960px;
	margin:0 auto;
}

/* レビュー情報 */
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_ {
	width: 179px;
	padding: 10px;
	border-right:#CCC 1px dotted;
	float: left;
}
div.review_count_summary_ dl.review_score_ {
	width: 100%;
	overflow: hidden;
}
div.review_count_summary_ dl.review_score_ dd img {
	height:14px;
}
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;
}
div.review_desc_ .btn_review_ a {
	text-decoration:underline;
}
.review_pagenav_ {
	margin: 0 0 10px 0;
	clear: both;
	background: #F0F0F0;
	padding: 5px;
}
/**/
/* ページ切換 */
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:#3fbf0d;
	font-weight: bold;
	white-space: nowrap;
}
span.moderate_vote_link_ {
	cursor: pointer;
	text-decoration: underline;
}
div.moderate_vote_list_ {
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	display: none;
	border: solid 1px #ffcc33;
}
span.moderate_vote_item_ {
	cursor: pointer;
	font-size: x-small;
}
/**/
/* レビュー記事 */
.review_line_ {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	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_name_ dt img {
	height:14px;
	padding:0 10px 0 0;
}
.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:30px;
	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;
}
.review_table_ div.star_base_ {
	float: left;
	width: 175px;
	height: 33px;
	background: url('https://d2ty1sjmc9t6io.cloudfront.net/img/usr/user_review/star.png');
}
.review_table_ div.star_select_ {
	width: 175px;
	height: 33px;
	background: url('https://d2ty1sjmc9t6io.cloudfront.net/img/usr/user_review/star.png');
	background-repeat: no-repeat;
}
.review_table_ div.star_select_link_ {
	color: #6666ff;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
/**/
/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 20px;
}
div.review_confirm_ {
	background-color: #ffffff;
	display: none;
}
/**/

