@charset "UTF-8";

/* cssファイル名  imk_h4pr.css  
/* i=商品頁 mk=木製書庫 _=予備 h4=H4ユニット品 pr=print(印刷)スタイルシート  */
/* 作成者         髙部                                               */
/* 作成日         19/08/01                                           */

body {
  display: inline;
}
.item-list {
  display: inline;
}

.item-list-detail {
  float: left;
  height: 500px;
}
.item-list:after {
  clear: both;
  content: '';
  display: block;
}

/*-- 57隙間片開き用 商品情報部分 ユニット品 組み合わせイメージinc --*/

.combination-a {
  display: inline;
}

.combination {
  display: inline;
}

.combination p {
  float: left;
}

.combination-a p {
  float: left;
}

.combination:after {
  clear: both;
  content: '';
  display: block;
}

.combination-a:after {
  clear: both;
  content: '';
  display: block;
}

/*  商品頁下部固定メニュー */

.fixed-menu {
  display: none;
}

/*-- 兄弟リンクメニュー --*/

.item-group-list {
  display: inline;
}

.item-group-path {
  float: left;
  height: 500px;
}

.item-group:after {
  clear: both;
  content: '';
  display: block;
}

