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

*{
	margin:0;
	padding:0;
}
body {
	color:#000000;
	width: 120px;
	background-color:#FFFFFF;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: text-bottom;
    border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

#review {
	width: 120px;
}
.section {
	padding: 8px;
	background:transparent;
	border-bottom: solid 1px #ff96bf;
}
a {
  text-decoration:none;
  color:#3366FF;
}
.spyWrapper {
  height: 100%;
  overflow: hidden;
  position: relative;    
}
.spy{
  list-style-type: none;
  position: relative;
}
.spy li{
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
}
.spy li a{
	display: block;
    color: #333333;
    text-decoration: none;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 1px;
}
.spy li a:hover{
	opacity: 0.5;
}
.spy li .thumb{
	display: table-cell;
    width: 104px;
    height: 104px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}
.spy li .thumb img{
	width: auto;
	height: auto;
	max-width: 104px;
	max-height: 104px;
}
.spy li .textarea{
	margin: 8px 0 0;
    overflow: hidden;
	position: relative;
}
.spy li .textarea p.date{
	display: none;
    color: #666666;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}
.spy li dl.star{
	display: none;
    margin: 0 0 4px;
}
.spy li dl.star dt{
    width: 66%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 1px 8px 0 0;
    box-sizing: border-box;
}
.spy li dl.star dd.number{
    color: #f8ae4b;
    width: 34%;
    float: right;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.spy li .customer{
	display: none;
/*	display: block;*/
    clear: both;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding: 6px 0 0;
    margin: 0 0 8px;
    border-top: dotted 1px #999999;
}
.spy li .productName{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4px;
}
.spy li .price{
    color: #BF0000;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.spy li .price span{
    color: #cccccc;
}
.spy li .price b.red{
    color: #BF0000;
	font-size: 14px;
}
.spy li .comment{
	font-size: 11px;
    line-height: 1.5;
	text-align: justify;
    margin: 0 0 6px;
}
