.info_culumn{
  width:590px;
  margin: 18px 0 45px 0;
  padding: 10px 10px 15px 10px;
  border-top:thin solid #000;
  border-bottom:thin solid #000;
}

.news_box{
  overflow:auto;
}

.news_txt{
  height:100px;
  overflow:auto;
}

.col{
  padding-left: 0;
}

.news_title{
  width:100%;
  font-size:20px;
  font-weight: 500;
  text-align:left;
}

.release_title{
  width:100%;
  font-size:20px;
  font-weight: 500;
  text-align:left;
}

.new_release:before {
    content: url(https://img21.shop-pro.jp/PA01397/834/etc/new_release.png?cmsp_timestamp=20170912181600);
	margin-right: 9px;
    position: relative;
    top: 1px;
}

.back_release:before {
    content: url(https://img21.shop-pro.jp/PA01397/834/etc/back_release.png?cmsp_timestamp=20170912181612);
    margin-right: 9px;
    position: relative;
    top: 1px;
}

/*商品一覧*/

.recommend-items li{
	margin: 0 35px 50px 35px;
	width: 235px;
}



@media (max-width: 980px) {
.info_culumn{
  width:98%;
  padding: 10px 1% 15px 1%;
}
.news_box{
  width:100%;
}
.news_txt{
  width:100%;
  overflow:auto;
}
	
/*商品一覧*/

.prd-lst{
	margin: 0 2%!important;	
	}
	
.recommend-items li{
	margin: 0 0 50px 0;
	width: 33.333333%;
}
}


@media (max-width: 768px) {
.social_culumn_td{
	padding: 0;	
}
.info_culumn{
  margin-bottom: 30px;
}	
.news_box{
width:100%;
  overflow:auto;
}
.news_txt{
width:100%;
  overflow:auto;
}
	
/*商品一覧*/

.recommend-items li{
	margin: 0 0 50px 0;
	width: 50%;
}
	
h2{
 margin-bottom: 10px;	
}	
}


@media (max-width: 480px) {

/*商品一覧*/
.recommend-items li{
	width: 100%;
}
}