@charset "euc-jp";
/* CSS Document */
/*　フリースペース */
.cate_bnr {
    margin-bottom:15px;
}
.cg_freespace_01 {
    margin-bottom:20px;
}
.sub_cate_list {
    list-style: none;
}
/*横並び一覧*/
.itemList{
    padding:0;
}
.itemList__unit{
  float:left;
  text-align:center;
  list-style:none;
}
.itemList__imgBox{
  margin-bottom:15px;
}
.itemList__name{
  margin-bottom:5px;
}
.itemList__description{
  margin-top:5px;
}

/*2つ並び*/
.itemList--2 .itemList__unit{
  width:49%;
}
.itemList--2 .itemList__unit:nth-child(n+2){
  margin-left:2%;
}
.itemList--2 .itemList__unit:nth-child(2n+1){
  clear:both;
  margin-left:0;
}
.itemList--2 .itemList__unit:nth-child(n+3){
  margin-top:15px;
}
