/*商品一覧ページ　ブロック表示　no image を非表示にする*/
body > div.wrapper.wrapper--column-2.wrapper--product-list > div > div > section.__list.__list--block.p-product-block > ul > li.__item > a > div.__photo.__is-noimage{display:none;}
/*商品一覧ページ　リスト表示　no image を非表示にする*/
body > div.wrapper.wrapper--column-2.wrapper--product-list > div > div > section.__list.__list--row > ul > li.__item > a > table > tbody > tr > td.__photo.__is-noimage{display:none;}
/*商品詳細ページ　　no image を非表示にする*/
body > div.wrapper.wrapper--column-2.wrapper--product-detail > div > div > section.__information > div.__primary > div > div.__main.__is-no-image{display:none;}
/* 商品一覧ページ　商品名の文字の大きさ余白部分の変更   */
div.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail h2.__title {
              font-size: 1em;
              margin: 0; }

div.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail .__description {
              margin-top: 0;
              text-align: right; }

div .main.main--product-list section.__list.__list--row ul.__product > li.__item .__set {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      font-size: .8em; }
/* ヘッダーロゴのサイズを変更 */ 
.header .__banner .__wrap a.__logo img {max-height: 10em; }