@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
 カテゴリと絞り込み
---------------------------------------------------------- */
.search-box label[for="bwp"]::before{
  content: "New Works Presentation";
}


.search-box label[for="st"]::before{
  content: "Satellite Gallery";
}

.search-box label[for="ex"]::before{
  content: "Exhibition";
}

/*----------------------------------------------------------
 記事一覧
---------------------------------------------------------- */
/*---- PC ----*/
@media (min-width: 769px) {
  #news_list dt img{
    width: 300px;
    height: 225px;
  }
  
  #news_list dd{
    padding-left: 330px;
    margin-left: -300px;
  }
}