@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
	☆20240325 追加分（base_test.css　上書き設定）
----------------------------------------------------*/
#shop_language #shop {
/*  width: 547px !important;*/
/*  width: 365px !important;*/
  width: 275px !important;
}
#shop_language #shop.shop_list {
/*  width: 365px !important;*/
  width: 275px !important;
}


.bnr-area-ul li {
  float: left;
  width: 33.3%;
  width: 25%;
}


@media screen and (max-width:1100px) {
  #shop_language #language {
    width: 15% !important
  }

  #shop_language #shop {
    width: 60% !important;
  }

  #shop_language #shop li {
/*    width: 16.66% !important;*/
    width: 33.33% !important;
  }

}
