@charset "UTF-8";
/*---------------------------------
 * ドロップダウン・トグル
 */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}


/*
 * 20191107 li.activeのhover取りました
*/

ul.nav li.active > ul.dropdown-menu {
    display: block;
}



/*---------------------------------
 * 検索ボタンの虫眼鏡
 */
.kensakuicon {
  display: inline-block;
  width: 150px;
  height: 21px;
  vertical-align:top;
  padding: 0;
  background: url(../image/kensaku-01.png) no-repeat 5px -1px;
}

.kensakuicon:hover {
  background: url(../image/kensaku-02.png) no-repeat 5px -1px;
}

/*---------------------------------
 * ドロップダウンボタンの「▼」
 */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 4px;
}

.dropdown .caret {
  /*margin-top: 8px;*/
  margin-left: 4px;
}
/*---------------------------------
 * 左メニュー
 */
.dropdown-menu {
  width: 250px;
  position: absolute;
  top: 100%;
  left: 1;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 5px;
  margin: -1px 0 0 2px;
  list-style: none;
  background-color: #ffffff;

}

.popover-content li a,
.dropdown-menu li a {
  display: block;
  padding: 0px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover {
  background-image: none;
  background-color: white;
}

.dropdown-menu > li > a.maintainHover {
  color: #dc143c;
  font-weight: bold;
  background: url(../image/arrow.png) no-repeat 220px 2px;
}

.open {
  z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

/*---------------------------------
 * 右メニュー部
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
  min-width: 250px;
  max-width: 500px;
  margin: 0 0 0 -2px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #dc143c;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;

  border: medium none;
}
.popover-content {
  position: absolute;
  padding: 0;
  width: auto;
  text-align:left;
}

.popover-content ul {
  padding: 0;
  margin: 0 0 10px 2px;
}

.popover-content li {
  padding: 0;
  list-style: none;
}

.popover-content li a:hover {
  color: #dc143c;
}


/*
 * 必須
*/
.nav {
  position: relative;
  left: -3px;
  display: block;
  float: left;
}


@-moz-document url-prefix() {
.nav {

}
}

.nav > li {
  float: left;
  text-decoration: none;
}

.nav > li > a {
  float: none;
  width: 180px;
  padding: 3px 0px 3px 0px;
  text-align: center;
  text-decoration: none;
  color: #333333 !important;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
  font-weight: bold;
  }

.nav > li > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
  }

.nav .dropdown-toggle .caret {
  text-decoration: none;
  margin-top: 7px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  color: #dc143c;
  font-weight: bold;
  background-color: transparent;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
  display: block;
  margin: 2px 0 0 3px;
  padding:8px 0 6px 0;
  color: #000000;
  background: linear-gradient(white, #cccccc);
  background: -moz-linear-gradient(white, #cccccc);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
  border: solid #999999 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}



/*
 * 画像データ表示設定
 */
.nav_browse_promo {
  position: absolute;
  bottom: -15px;
  right: 0px;
  border: medium none;
}




/*
 * 20191107クリックでカテゴリ表示
*/

.btn_category {
cursor: pointer;
text-decoration: none;
margin: -7px 0 0 27px;
padding: 8px 17px 11px 20px;
color:
#000000;
background: linear-gradient(white, #cccccc);
background: -moz-linear-gradient(white, #cccccc);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
border: solid
#999999 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
text-shadow: 0px 1px 0px
    rgba(255,255,255,0.8);
    height: 15px;
}
.btn_category i{
  margin-left:5px;
    }
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background:#FFF;
    position: fixed;
    top: 0px;
    left:0;
    width:260px;
    padding:0px;
    z-index: 1001;
    border-right:1px solid #ccc;
}
