
/* CSS for product_attention.html =[PRODUCT_KIND] = .product_attention */
/* .product_attention 用　（注目商品）CSS　ここから ↓*/

.product_attention{
	clear:both;
	width: 600px;
	margin-top: 20px;
}
/*
.product_attention h2{
	clear: both;
	background: #F0F0F0;
	width: 600px;
	height: 25px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
}

.product_attention .simpleDisplay{
	width: 145px;
	height: 200px;
	float: left;
	margin: 15px 2px 2px 2px;
}
.product_attention .simpleDisplay .img{
	width: 100%;
	clear: both;
	text-align: center;
}
.product_attention .simpleDisplay img{
	margin-right:1px;
	margin-top:2px;
}
*/
.product_attention ul{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height:100%;
  
}


.product_attention li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  float:left;
  width:140px;
}
.simpleDisplay
/*
.product_attention .title{
	clear: both;
}
.product_attention .money{
	font-weight: bold;
	color: green;
}
.product_attention .button{
	text-align: center;
}
.product_attention .button img{
	text-align: center;
	display:inline;
	margin: 0px 4px;
	float: left;

}
.product_attention .button form{
	margin:0;
    padding:0;
	float: left;
}
*/
*/
/* ここまで　.product_attention 用　（注目商品）CSS　 ↑*/

