/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] マージン・パディング指定

------------------------------------------------------------- */

/* 全体的なリンク */
a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link,
a:visited { color: #00f; }

a:hover,
a:active { color: #0099ff; }

a:link img,
a:visited img { background: #fff; }

a:hover img,
a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* ユニバーサルリセット */
* {
  margin: 0;
  padding: 0;
}

ul,ol { list-style: none; }

fieldset,img { border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr { display: none; }

.clear { clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 75%;
  text-align: left;
  font-family: "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  background: #fff;
}

/*-- 全体 --*/
#wrapper {
  width: 960px;
  margin: 0 auto;
}

/*-- ヘッダー --*/
#header {
  width: 100%;
  height: 170px;
  position: relative;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_header.jpg) repeat-x 0 0;
  margin-bottom: 15px;
}

/*-- コンテナー --*/
#container {
  width: 100%;
  clear: both;
  padding-top: 30px;
}

/*-- メインコンテンツ --*/
#contents {
  width: 640px;
  float: right;
  margin-bottom: 50px;
}

/*-- 左サイドコンテンツ --*/
#leftSide_1 {
  width: 100px;
  float: left;
  margin: 0 10px 50px 0;
}

#leftSide_2 {
  width: 190px;
  float: left;
  margin-bottom: 50px;
}

/*-- フッター --*/
#footer { clear: both; }


/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- キーワード -- */
h1 {
  font-size: 10px;
  color: #666;
  font-weight: normal;
  position: absolute;
  overflow: hidden;
  top: 5px;
  left: 5px;
  width: 450px;
}

/* -- ショップ名 -- */
.logo {
  position: absolute;
  top: 34px;
  left: 0;
}

/* -- 店長メッセージ -- */
.message {
  position: absolute;
  top: 34px;
  left: 276px;
}

/* -- ショップ情報 -- */
.shopInfo {
  position: absolute;
  top: 34px;
  right: 0;
}

#headerNavi { 
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 0;
}

#headerNavi li {
  display: inline;
  padding: 0 5px 0 15px;
}

#headerNavi a {
  color: #666;
  text-decoration: none;
}

#headerNavi a:hover {
  color: #333;
  background-color: #fff;
}

/* -- グローバルナビ -- */
#globalNavi {
  width: 645px;
  height: 40px;
  position: absolute;
  top: 100px;
  left: 0;
  text-align: center;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_gnavi.jpg) no-repeat 0 0;
}

#globalNavi li {
  float: left;
  line-height: 40px;
  list-style: none;
  font-size: 13px;
}

#globalNavi li a {
  display: block;
  width: 129px;
  height: 40px;
  color: #ccc;
  text-decoration: none;
}

#globalNavi li a:hover { color: #fff; }

#globalNavi li.gnavi_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/gnavi_01_ho.jpg) no-repeat 0 0; }
#globalNavi li.gnavi_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/gnavi_02_ho.jpg) no-repeat 0 0; }
#globalNavi li.gnavi_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/gnavi_03_ho.jpg) no-repeat 0 0; }
#globalNavi li.gnavi_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/gnavi_04_ho.jpg) no-repeat 0 0; }
#globalNavi li.gnavi_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/gnavi_05_ho.jpg) no-repeat 0 0; }

/*-- サブナビ --*/
#subNavi {
  width: 315px;
  height: 40px;
  position: absolute;
  top: 100px;
  right: 0;
}

#subNavi li { float: left; }

#subNavi li a {
  float: left;
  height: 40px;
}

/*-- 検索ボックス --*/
#searchBox {
  width: 800px;
  height: 24px;
  position: absolute;
  top: 145px;
  left: 3px;
}
#searchBox input {
  margin-right: 5px;
}

/*-- 検索キーワード --*/
p.keywordTitle {
  position: absolute;
  top: 140px;
  left: 430px;
}

#keywordBox {
  font-size: 11px;
  line-height: 30px;
  position: absolute;
  top: 140px;
  left: 525px;
}

#keywordBox li {
  display: inline;
  padding: 10px 15px 10px 0;
}

#keywordBox li a {
  color: #666;
  text-decoration: none;
}

#keywordBox li a:hover {
  color: #333;
  background-color: #fff;
}

/*-- ピックアップバナー --*/
#pickUpBanner {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

#pickUpBanner li {
  display: block;
  float: left;
  padding: 2px 5px 3px 0;
}

#pickUpBanner li.la { padding: 2px 0 3px; }


/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/*-- 見出し --*/
h2.pageTitle {
  font-size: 120%;
  line-height: 1.5;
  color: #333;
  padding: 5px 0 5px 10px;
  margin: 20px 0;
  border-left: #333 7px solid;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_dotline.gif) left bottom repeat-x;
}

h3.article { margin: 10px 0; }

.title {
  font-size: 12px;
  font-weight: bold;
  padding: 1px 0 1px 7px;
  margin-bottom: 10px;
  border-left: 5px solid #333;
}

/*-- パンくずナビ --*/
.pkuzu {
  font-size: 11px;
  line-height: 1.3;
  padding-bottom: 5px;
}

/*-- 文字 --*/
.red { color: #ff0000; }

.fs_s { font-size: smaller }
.fs_l { font-size: larger }

/*-- ページのトップに戻る --*/
.pageTop {
  text-align: right;
  clear: both;
  margin-bottom: 20px;
}

.rTxt {
  text-align: right;
  font-size: 11px;
  clear: both;
  margin-bottom: 20px;
}


/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/*-- 左サイドナビ共通 --*/
.leftNavi { margin-bottom: 20px; }

.leftNavi li {
  width: 190px;
  height: 30px;
  line-height: 30px;
  list-style: none;
  font-size: 11px;
}

.leftNavi li a {
  display: block;
  color: #333;
  padding-left: 7px;
  text-decoration: none;
  zoom: 1;
}

.leftNavi li a:hover {
  color: #222;
  padding-left: 8px;
}

.cate_01 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate01.jpg) no-repeat 0 0; }
.cate_02 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate02.jpg) no-repeat 0 0; }
.cate_03 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate03.jpg) no-repeat 0 0; }
.cate_04 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate04.jpg) no-repeat 0 0; }
.cate_05 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate05.jpg) no-repeat 0 0; }
.cate_06 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate06.jpg) no-repeat 0 0; }
.cate_07 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate07.jpg) no-repeat 0 0; }
.cate_08 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate08_2016.jpg) no-repeat 0 0; }
.cate_09 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate09.jpg) no-repeat 0 0; }
.cate_10 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate10.jpg) no-repeat 0 0; }
.cate_11 { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_lnavi_cate11.jpg) no-repeat 0 0; }


/*-- 左サイドナビ（カテゴリー：作業服） --*/
.leftNavi li.cate_01_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_04_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_05_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_06 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_06_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_11 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_11_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_07 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_07_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_08 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_08_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_12 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_12_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_09 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_09_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_01_10 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate01_10_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：鳶服） --*/
.leftNavi li.cate_02_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate02_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_02_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate02_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_02_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate02_03_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：ツナギ） --*/
.leftNavi li.cate_03_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate03_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_03_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate03_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_03_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate03_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_03_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate03_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_03_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate03_04_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_03_06 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate03_04_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：チームウェア） --*/
.leftNavi li.cate_04_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate04_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_04_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate04_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_04_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate04_03_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：安全帯・ランヤード） --*/
.leftNavi li.cate_05_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_05_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_05_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_05_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_04_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_05_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_05_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_05_06 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_06_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_05_07 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate05_07_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：工具） --*/
.leftNavi li.cate_06_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_04_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_05_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_06 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_06_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_07 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_07_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_08 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_08_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_09 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_09_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_10 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_10_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_11 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_11_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_12 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_12_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_13 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_13_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_14 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_14_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_15 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_15_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_16 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_16_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_17 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_17_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_18 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_18_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_06_19 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate06_19_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：安全保護具） --*/
.leftNavi li.cate_07_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate07_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_07_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate07_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_07_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate07_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_07_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate07_04_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_07_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate07_05_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_07_06 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate07_06_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：安全靴） --*/
.leftNavi li.cate_08_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_11_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_10_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_05 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_06 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_04_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_07 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_05_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_08 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_06_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_09 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_07_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_10 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_08_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_08_11 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate08_09_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：手袋・手甲） --*/
.leftNavi li.cate_09_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate09_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_09_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate09_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_09_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate09_03_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_09_04 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate09_04_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：消耗品・グッズ等） --*/
.leftNavi li.cate_10_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate10_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_10_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate10_02_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_10_03 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate10_03_ho.jpg) no-repeat 0 0; }

/*-- 左サイドナビ（カテゴリー：消耗品・グッズ等） --*/
.leftNavi li.cate_11_01 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate11_01_ho.jpg) no-repeat 0 0; }
.leftNavi li.cate_11_02 a:hover { background: url(https://img11.shop-pro.jp/PA01059/428/etc/lnavi_cate11_02_ho.jpg) no-repeat 0 0; }


/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer_1 {
  background-color: #111;
  text-align: left;
}

#ftBox_1 {
  width: 960px;
  height: 400px;
  margin: 0 auto;
}

.ftLogoBox {
  width: 180px;
  margin: 40px 80px 0 10px;
  float: left;
  font-size: 10px;
  color: #ccc;
  line-height: 1.8;
}

.ftNaviBox {
  width: 170px;
  float: left;
  margin-top: 40px;
}

.ftNaviBox ul.ftNavi_1 { clear: both; }

.ftNaviBox ul.ftNavi_1 li.primary {
  width: 140px;
  height: 35px;
  background: url("https://img11.shop-pro.jp/PA01059/428/etc/arrow_ft_01.gif") no-repeat scroll bottom left  transparent;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
}

.ftNaviBox ul.ftNavi_1 li.secondry {
  width: 140px;
  background: url("https://img11.shop-pro.jp/PA01059/428/etc/arrow_ft_02.gif") no-repeat scroll bottom left  transparent;
  font-size: 11px;
  color: #ccc;
  padding: 0 0 0 25px;
  margin-bottom: 6px;
}

.ftNaviBox ul.ftNavi_1 li a {
  display: block;
  text-decoration: none;
  color: #ccc;
  zoom: 1;
}

.ftNaviBox ul.ftNavi_1 li a:hover,a:active {
  text-decoration: none;
  color: #fff;
  background-color: #222;
}

#footer_2 { background-color: #fff; }

#ftBox_2 {
  width: 960px;
  height: 70px;
  margin: 0 auto;
  font-size: 11px;
}

ul#ftNavi_2 {
  width: 600px;
  float: left;
}

ul#ftNavi_2 li {
  background: url("https://img11.shop-pro.jp/PA01059/428/etc/bg_ft_bottom.gif") no-repeat scroll left 14px transparent;
  float: left;
  color: #333;
  padding: 10px 10px 0 20px;
}

ul#ftNavi_2 li a {
  color: #333;
  text-decoration: none;
}

ul#ftNavi_2 li a:hover,a:active {
  text-decoration: none;
  color: #666;
  background: #fff;
}

.copyright {
  color: #333;
  float: right;
  padding-top: 10px;
}


/* -------------------------------------------------------------
   [6] マージン・パディング指定 */

/*-- margin-top --*/
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

/*-- margin-right --*/
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

/*-- margin-bottom --*/
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

/*-- margin-left --*/
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/*-- padding-top --*/
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

/*-- padding-right --*/
.pr0 { padding-right: 0 !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

/*-- padding-bottom --*/
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

/*-- padding-left --*/
.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }


/*-- 注意書き --*/
.cautionBox {
  width: 924px;
  border: #d32222 3px solid;
  padding: 15px;
  line-height: 2;
}

.cautionBox p.ctitle {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #d32222;
}

.cautionBox p {
  text-align: left;
  font-size: 12px;
}


/*-- メーカー・ブランドから選ぶ --*/
@media screen and (max-width: 700px) {
	.sp-none {display: none;}
}
#selectMaker {
  width: 640px;
  background-color: #eee;
  margin-bottom: 30px;
}

#smBox {
  padding: 11px 15px 10px;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_selectmaker_hd.gif) no-repeat 15px 10px;
}

#selectMaker ul {
  width: 609px;
  font-size: 0;
}

#selectMaker li {
  display: inline;
  float: left;
}

#selectMaker li.left {
  padding-left: 1px;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_selectmaker_left.gif) no-repeat 0 0;
}

#selectMaker li a { zoom: 1; }


/*-- 工具の種類から選ぶ --*/
#selectTool {
  width: 640px;
  background-color: #eee;
  margin-bottom: 30px;
}

#stBox { padding: 9px 14px 10px; }

#selectTool ul { width: 612px; }

#selectTool li {
  display: block;
  float: left;
  padding: 1px;
}


/*-- ショッピングガイド --*/
#shoppingGuide {
  background-color: #eee;
  margin-bottom: 30px;
}

#shoppingGuide #sgLeftBox {
  width: 300px;
  margin: 10px 10px 10px 15px;
  background-color: #fff;
  float: left;
}

*html #shoppingGuide #sgLeftBox { /*for IE6*/
  width: 300px;
  margin: 10px 5px 10px 7px;
  background-color: #fff;
  float: left;
}

#shoppingGuide #sgRightBox {
  width: 300px;
  margin: 10px 15px 10px 0;
  background-color: #fff;
  float: right;
}

*html #shoppingGuide #sgRightBox { /*for IE6*/
  width: 300px;
  margin: 10px 7px 10px 0;
  background-color: #fff;
  float: right;
}

#shoppingGuide .sgInnerBox {
  width: 270px;
  margin: 0 15px 30px 15px;
  font-size: 11px;
  line-height: 1.5;
  background-color: #fff;
}

#shoppingGuide dt { padding: 25px 0 0 0; }

#shoppingGuide dd { padding: 10px 0 0 0; }

.sgCalendar {
  width: 270px;
  height: 260px;
  border: none;
}

/*-- メーカー・ブランド一覧 --*/
.makerNaviBox {
  width: 118px;
  margin: 10px 5px;
  float: left;
}

.makerNaviBox dt {
  font-size: 11px;
  line-height: 1.5;
  background: #ccc;
}

.makerNaviBox dd {
  font-size: 9px;
  line-height: 1.5;
}

/*-- トップページ --*/
.bnn2,
.bnn3,
.bnn5 {
  width: 640px;
  clear: both;
}

.bnn5L,
.bnn5C {
  width: 240px;
  margin-right: 5px;
  float: left;
}

.bnn5R {
  width: 150px;
  right: 0;
  float: left;
}

.bnn2L {
  width: 315px;
  margin-right: 10px;
  float: left;
}

.bnn2R {
  width: 315px;
  right: 0;
  float: right;
}

.bnn2LT {
  width: 310px;
  margin-right: 20px;
  float: left;
}

.bnn2RT {
  width: 310px;
  right: 0;
  float: right;
}

.bnn3L,
.bnn3C {
  width: 200px;
  margin-right: 20px;
  float: left;
}

.bnn3R {
  width: 200px;
  right: 0;
  float: right;
}

/*-- おすすめ商品 --*/
#topBott {
  clear: both;
  margin-bottom: 20px;
}

.recoBox {
  width: 118px;
  float: left;
  padding: 10px 5px;
  margin-bottom: 12px;
}

.recoImg { margin: 0; }

.recoName {
  font-size: 10px;
  line-height: 1.4;
  margin: 3px 0;
}

.recoPrice { font-size: 10px; }

/*-- 会社概要 --*/
table.company {
  width: 640px;
  margin: 0 0 25px 0;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
}

table.company th,
table.company td{
  margin: 0;
  padding: 7px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.leftCell{ width: 160px; }

.onColor{ background: #f2f2f2; }

#shop_kinokawa,
#shop_kokutai, {
  width: 625px;
  height: 270px;
  color: #fff;
  line-height: 1.3;
}

#shop_kinokawa { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_shop_kinokawa.jpg) 0 0 no-repeat; }
#shop_kokutai { background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_shop_kokutai.jpg) 0 0 no-repeat; }

.shopTxtBox {
  margin: 50px 0 0 25px;
  float: left;
  width: 260px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}

.shopMapBox {
  margin: 20px 0 20px 20px;
  float: left;
  width: 300px;
  height: 230px;
  text-align: right;
  font-size: 10px;
}

.shopMapBox a { color: #fff; }
.shopMapBox a:hover { text-decoration: underline; }

/*-- よくあるご質問 --*/
h3.faqTitle {
  padding: 10px 0 10px 10px;
  background: #eee;
  margin: 20px 0;
  font-size: 100%;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
}

.faqBox { margin: 0 10px 30px 10px; }

.faqBox dt {
  margin-bottom: 8px;
  padding: 3px 0 3px 35px;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/faq_icon1.gif) 0.16em 0 no-repeat;
  color: #333;
  font-weight: bold;
}

.faqBox dd {
  margin-bottom: 30px;
  padding: 3px 0 3px 35px;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/faq_icon2.gif) 0.16em 0 no-repeat;
}

.faqBox dd img {
  vertical-align: middle;
  padding: 0 3px;
  margin-bottom: 0.3em;
}

/*-- サイトマップ --*/
#sitemap {
  margin: 5px;
  paddong: 0;
  font-size: 11px;
}

.smBoxL,

.smBoxC,
.smBoxR {
  float: left;
  width: 190px;
  margin: 0 10px;
  padding: 0;
}

*html .smBoxL,
.smBoxC,
.smBoxR { /*for IE6*/
  float: left;
  width: 190px;
  margin: 0 5px;
  padding: 0;
}

#sitemap p {
  margin: 10px 0;
  font-weight: bold;
}

#sitemap dl {
  margin: 0;
  padding: 0;
}

#sitemap dt {
  margin-top: 15px;
  padding-left: 12px;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/cate_arrow.gif) 0 0.3em no-repeat;
}

#sitemap dd {
  margin: 7px 0 0 12px;
  padding: 0;
}

#sitemap a:link,
#sitemap a:visited {
  color: #333;
  text-decoration: none;
}

#sitemap a:hover {
  color: #666;
  text-decoration: underline;
}

/*-- 特別加工について --*/
.typeTk {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  background: #eee;
}

.typeTk dt,dd { padding: 5px; }

.typeTk dt {
  border-top: 1px solid #ccc;
  clear: left;
  float: left;
  width: 15em;
}

.typeTk dd {
  margin-left: 15em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}

/*-- ご利用規約 --*/
.agreement {
  margin: 15px 10px;
  line-height: 1.5;
}

.agreement ol {
  padding-left: 30px;
  list-style-type: decimal;
}

.agreement ol li { padding-bottom: 0.5em; }

.agreement ol.inner {
  padding-left: 20px;
  list-style-type: decimal;
}

.agreement ol.inner li { padding: 0; }

/*-- メーカー・ブランド一覧 --*/
.kanaSearch {
  margin: 10px 0 30px;
  text-align: left;
  width: 100%;
  padding: 5px 0;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_dotline.gif) repeat-x left bottom;
}

.kanaSearch ul { margin: 0 auto; }

.kanaSearch li {
  float: left;
  display: block;
  margin: 10px 5px;
  font-size: 11px;
}

.kanaSearch li a {
  padding-right: 10px;
  border-right: #ccc 1px solid;
}

.makerNaviBox {
  width: 118px;
  margin: 10px 5px;
  float: left;
}

*html .makerNaviBox { /*for IE6*/
  width: 118px;
  margin: 10px 2px;
  float: left;
}

.makerNaviBox dt {
  padding: 0.5em;
  line-height: 1.5;
  background: #ccc;

}

.makerNaviBox dd {
  padding: 0.5em;
  line-height: 1.5;
}

.makerNaviBox dd a { color: #333; }
.makerNaviBox dd a:hover {
  color: #666;
  text-decoration: underline;
}