.sns_bt img{
  margin-bottom:15px;
}
.sns_bt{
  margin-bottom:10px;
}
.contents-main-banner-list{
      margin-bottom: 10px;
}
.mb10{
       margin-bottom: 12px;
}
.wrap-twitter {
    background-color: #bfe3f5;
    padding: 10px;
    margin-bottom: 30px;
}
.timeline-Footer {
      background-color: #bfe3f5;
    padding: 10px;
}
.wrap-fb{
    background-color: #bfe3f5;
    padding: 10px;
    margin-bottom: 30px;
}
/**************  新着商品  **************/
#contents-main  img.product-list__image,
#contents-accent img.product-list__image{
    width: 100%;
    height: 120px;
    overflow: hidden;
    object-fit: cover;
}
a.product-list__name.product-list__text {
  /*position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;*/
  font-weight: normal;
  color: #666 !important;
}
a:hover.product-list__name.product-list__text{
color: rgb(0, 134, 201);
}
/*
a.product-list__name.product-list__text:before,
a.product-list__name.product-list__text:after {
  position: absolute;  
}
a.product-list__name.product-list__text:before {
  content: "...";
  bottom: 0;
  right: 0;
}
a.product-list__name.product-list__text:after {
  content: "...";
  height: 100%;
  width: 95%;
}*/
p.product-list__expl.product-list__text {
    display: none;
}
/**************  ランキング  ******************/
#contents-sub img.product-list__image{
    width: 60%;
    height: 120px;
    overflow: hidden;
    object-fit: cover;
}
#contents-sub a.product-list__name.product-list__text {
    font-weight: normal;
    color: #666 !important;
  font-size:0.9em;
  width:auto;
  height:auto;
  text-align:left;
}
#contents-sub a.product-list__name.product-list__text:before {
  content: "";
  bottom: 0;
  right: 0;
}
#contents-sub a.product-list__name.product-list__text:after {
  content: "";
  height: 100%;
  width: 95%;
}
#contents-sub span.product-list__price.product-list__text {
    text-align: right;
}
#contents-sub p.product-list__prices {
    margin: 0;
}
.side__section {
    margin: 0 0 30px;
    padding: 20px;
    position: relative;
    border: 10px solid #f2f2f2;
}
