@charset "UTF-8";

/* cssファイル名  ikb_stsp.css  
/* m=中分類一覧 kb=壁収納 _=予備 st=標準 sp=smartphone スタイルシート  */
/* 作成者         山川                                                 */
/* 作成日         19/08/08                                             */

/*－ 基本レイアウトの定義 －－－－－－ */

main {
  width: 100%;
}
aside {
  width: 100%;
}

#middle {
  width: 100%;
}

/*－－ トップショップタイトル部 －－ */

.top-title {
  width: 100%;
}

.top-title-main {
  background-color: #900;
  color: #fff;
  margin-bottom: 1%;
  width: 100%;
 }

.top-title-catch {
  width: 100%;
}

.top-title-address {
  width: 100%;
}

/*－－ ヘッダー部 グローバルナビ－－ */
.global-nav {
  background-color: #444;
  width: 100%;
}

.global-nav-list {
  flex-wrap: wrap;
  padding-left: 1%;
  width: 99%;
}

.global-nav-path {
  background-color: #666;
  margin: .2%;
  width: 31%;
}

/*－－ ヘッダー(パンくず)部 －－ */
.breadcrumb-list {
  text-align: right;
  width: 85%;
}

/*-- 商品情報部分（商品メイン画像・寸法図・商品番号・価格・仕様等）--*/

.item-detail {
  width: 100%;
}

/*－－ ボトムメニュ－－*/
.bottom-menu-list {
  width: 50%;
}

