.right-content{
 max-width: 700px;
}

#s-list{
  height: 400px;
}

/*商品タイトル*/
#s-title{
  line-height: 1.4;
  margin-top: 8px;
}

#s-title a{
 text-decoration: none;
}

.product-list{
 float: right;
 max-width:700px;
}

/*価格装飾*/
.s-price{
  font-size: 18px;
  color: #c42625;
  font-weight: bold;
  line-height: 1.0;
  padding-left: 3px;
}

.switch_item {
 display: none !important;
}

/*ベージャー*/
#pager {
 text-align: center;
  clear: both;
}

@media screen and (min-width:600px){

  
  .right-content{
  	width: 74%;
    float: right;
  }
  
  
.switch_item{
 display: block !important;
}

}

