@charset "utf-8";
/* CSS Document */

/*******************
 ranking
********************/

.rank-kuchikomi {
	width: 706px;
	margin: 30px auto 35px;
}
.rank-kuchikomi li {
	margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:center;
}
.rank-kuchikomi li:nth-child(odd):after {
	content: "";
	background: url(img/product_human_01.png) no-repeat top right;
	width: 174px;
	height: 130px;
	display: inline-block;
}
.rank-kuchikomi li:nth-child(even):before {
	content: "";
	background: url(img/product_human_02.png) no-repeat top left;
	width: 174px;
	height: 130px;
	display: inline-block;
}
.rank-kuchikomi-box {
	width: 534px;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #846f50;
	background-color: #fffdd2;
	font-size: 1.07em;
	line-height: 1.5em;
	padding: 20px 20px 10px;
}
.rank-kuchikomi li:nth-child(odd) .rank-kuchikomi-box:before {
	content: "";
	background: url(img/product_human_ar_01.png) no-repeat top left;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 20px;
	right: -23px;
}
.rank-kuchikomi li:nth-child(even) .rank-kuchikomi-box:before {
	content: "";
	background: url(img/product_human_ar_02.png) no-repeat top left;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: -23px;
}
.rank-kuchikomi-box p:after {
	content: "";
	display: inline-block;
	height: 1em;
	width: 3em;
}
.rank-kuchikomi-name {
/* 	position: absolute;
	bottom: 20px;
	right: 28px; */
	display: block;
	text-align: right;
	width: 100%;
}

.rank-kuchikomi .yw {
	color: #ff9600;
	font-weight: bold;
	font-size: inherit;
}
.product-comment {
  text-align: right;
  font-size: .8em;
	margin-right: -1em;
}