/*新着情報　コンテンツページでの記事枠折り返し*/


#news .topiclist li article{
    width: 50%;
    float: left;
}

@media screen and (max-width: 480px) {
#news .topiclist li article{
  width:96%;
  float:none;
}
}