.gray_bar{

   width:303px;
   height:19px;
   background-color:#d5d5d5; 
   margin-top: 12px;
}
.black_bar{

   height:19px;
   background-color:#1a1a1a; 
}


	.page-nav-wrap{
		padding: 0 0 20px;
	}
	.page-nav-in{
		display: inline-block;
		margin-right: 20px;
	}
	.page-all-num{
		display: inline-block;
		margin-right: 10px;
	}
	.size-evaluation{
		border-left: 2px dotted #000;
    	box-sizing: border-box;
    	padding: 10px 25px 0;
    	width: 320px;
    	height: 72px;
    	position: relative;
	}
	.size-evaluation img{
		margin: 0 10px;
	}

	
	.size-active1{
		background: #fff none repeat scroll 0 0;
	    border: 2px solid;
	    border-radius: 50%;
	    bottom: 2px;
	    display: block;
	    height: 18px;
	    left: 29px;
	    position: absolute;
	    width: 18px;
	}
	.size-active1:after{
		background: #000 none repeat scroll 0 0;
	    border-radius: 50%;
	    content: "";
	    height: 10px;
	    left: 4px;
	    position: absolute;
	    top: 4px;
	    width: 10px;
	}


	.size-active2{
		background: #fff none repeat scroll 0 0;
	    border: 2px solid;
	    border-radius: 50%;
	    bottom: 2px;
	    display: block;
	    height: 18px;
	    left: 87px;
	    position: absolute;
	    width: 18px;
	}
	.size-active2:after{
		background: #000 none repeat scroll 0 0;
	    border-radius: 50%;
	    content: "";
	    height: 10px;
	    left: 4px;
	    position: absolute;
	    top: 4px;
	    width: 10px;
	}

	.size-active3{
		background: #fff none repeat scroll 0 0;
	    border: 2px solid;
	    border-radius: 50%;
	    bottom: 2px;
	    display: block;
	    height: 18px;
	    left: 157px;
	    position: absolute;
	    width: 18px;
	}
	.size-active3:after{
		background: #000 none repeat scroll 0 0;
	    border-radius: 50%;
	    content: "";
	    height: 10px;
	    left: 4px;
	    position: absolute;
	    top: 4px;
	    width: 10px;
	}


	.size-active4{
		background: #fff none repeat scroll 0 0;
	    border: 2px solid;
	    border-radius: 50%;
	    bottom: 2px;
	    display: block;
	    height: 18px;
	    left: 215px;
	    position: absolute;
	    width: 18px;
	}
	.size-active4:after{
		background: #000 none repeat scroll 0 0;
	    border-radius: 50%;
	    content: "";
	    height: 10px;
	    left: 4px;
	    position: absolute;
	    top: 4px;
	    width: 10px;
	}



	.size-active5{
		background: #fff none repeat scroll 0 0;
	    border: 2px solid;
	    border-radius: 50%;
	    bottom: 2px;
	    display: block;
	    height: 18px;
	    left: 270px;
	    position: absolute;
	    width: 18px;
	}
	.size-active5:after{
		background: #000 none repeat scroll 0 0;
	    border-radius: 50%;
	    content: "";
	    height: 10px;
	    left: 4px;
	    position: absolute;
	    top: 4px;
	    width: 10px;
	}


















#header div.navArea li ul.info {
    background: #5a5a5a none repeat scroll 0 0;
    padding: 10px 12px 0;
    position: absolute;
    right: 0 !important;
    top: 50px;
    width: 247.5px !important;
}
.hyoka{
	border-top: 2px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.hyoka img{
	margin-top: 10px;
}

.hyoka dl{
	display: table;
	width: 100%;
}

.star-box1{
	width: 30%;
	display: table-cell;
}
.star-box2{
	width: 65%;
	display: table-cell;
	padding: 0 8px;
    vertical-align: middle;
}
.star-box3{
	width: 5%;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding: 6px 0 0;
	font-weight: bold;
}
.good:hover,.good-off:hover{
	/*filter:brightness(130%);*/
	cursor: pointer;
}

.listReview{
	position: relative;
	padding:0 0 25px 0 !important;
}
.beneficial{
	position: absolute;
	bottom: 15px;
	right: 0;
	text-align: right;
}
.good{
	background-image: url("//im.uniqlo.com/images/jp/pc/img/material/good-on.png");
    background-position: 6px bottom;
    background-repeat: no-repeat;
    color: #378694;
    padding: 12px 0 0 35px;
	vertical-align: bottom;
}
.good-off{
	background-image: url("//im.uniqlo.com/images/jp/pc/img/material/good-off.png");
   	background-position: 6px bottom;
    background-repeat: no-repeat;
    color: #ccc;
    padding: 12px 0 0 35px;
	vertical-align: bottom;
}
