<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 商品一覧サイズ変更ここまで
------------------------------------------------*/
.column4 .itemThumb{
   margin-bottom: 5px;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   width: 208px;
   height: 208px;
}
.column4 .itemThumb a,.column5 .itemThumb a {
   height: auto;
   width: auto;
   display: block;
}
.column4 .itemThumb a img{
   height: auto;
   max-height: 208px;
   max-width: 208px;
   width: auto;
}


@media screen and (max-width: 1024px){
.column4 .itemThumb{
   margin-bottom: 5px;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   width: 170px;
   height: 170px;
}
.column4 .itemThumb a,.column5 .itemThumb a {
   height: auto;
   width: auto;
   display: block;
}
.column4 .itemThumb a img {
   height: auto;
   max-height: 170px;
   max-width: 170px;
   width: auto;
}

/* サイドバーエリア非表示　※設定の変更をしないでください。*/
#contents {
  margin: 0;
  overflow: inherit;
  padding: 0;
  width: 100%;
}

#main-column {
  float: none;
  margin: 0;
  width: 100%;
}

/*#sub-column {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}*/

}

@media screen and (max-width: 640px){
.column4 .itemThumb{
   margin-bottom: 5px;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   width: 140px;
   height: 140px;
}
.column4 .itemThumb a,.column5 .itemThumb a {
   height: auto;
   width: auto;
   display: block;
}

}
</pre></body></html>