.product-list li{
  width:268px;
  margin:0 2px 40px 2px;
  padding:0;
}
.product-list img{
  margin:0;
  padding:0;
  object-fit: cover;
  width: 248px;
  height: 248px;

}

.product-list__name{
margin: auto;
font-weight:bold;
font-size:13px;
text-align:center;
width: 80%;
border-bottom: 1px solid #EEE;
}

.product-list__expl{
  margin-top:0;
text-align:center;
font-size:8px;
color:#666;
}

.product-list__price{
margin: 0 auto 5px auto;
font-size:14px;
color:#6b6b6b;
text-align:center;
}

.product-list__btn{
display:block;
margin: 0 auto;  
text-align:center;
width: 80%;
line-height:40px;
font-size:14px;
color:#ffffff;
background: #666;
border-radius: 5px;        /* CSS3Áð°Æ */  
-webkit-border-radius: 5px;    /* Safari,Google ChromeÍÑ */  
-moz-border-radius: 5px;   /* FirefoxÍÑ */  
}

.sub-list__unit{
border:none;
}

li.sub-list__unit{
width:98px;
}

.sub-list__unit a{
display:inline-block;
line-height:8px;
text-align:center;
font-size:10px;
border:none;

}

.top_h2{
text-align:center;
font-weight:normal;
line-height:80px;
font-size:21px;
border-top:3px solid #666;
border-bottom:3px solid #666;
}

