﻿@charset "utf-8";

.dropup,
.dropdown {
  position: relative;
}


.dropdown-menu {
  position: absolute;
  top: 54px;
  left: 0px;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
 
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	 box-shadow: 3px 3px 5px #666\9;

 	-webkit-background-clip: padding-box;
     -moz-background-clip: padding;
    background-clip: padding-box;
 	/*behavior: url(/js/PIE.htc);*/
  width: 160px;
}



.dropdown-menu > li > a {
   display: block;
  padding: 3px 0px 3px 15px;
  *width: 140px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  height:20px;
  color: #333333;
  white-space: nowrap;
  text-align:left;
  font-size:12px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #7AB12A;
  text-align:left;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #7AB12A;
  outline: 0;
  text-align:left;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  /*color: #999999;*/
  text-align:left;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-align:left;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
 	/*behavior: url(/js/PIE.htc);*/

}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}


.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}


.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
}


.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}



.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  _margin: 0 5px 0 0;
}


.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
 /* padding: 10px 15px 10px;*/
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
    text-align:left;
				display:block !important;


}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  text-align:left;
}



.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 5px #666\9;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
	/*behavior: url(/js/PIE.htc);*/
}


.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  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;
	/*behavior: url(/js/PIE.htc);*/
}

.popover-title:empty {
  display: none;
}

.popover-content {
  /*padding: 9px 14px;*/
}


        .navbar .popover {
            width: 200px !important;
            -webkit-border-top-left-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            overflow: hidden;
        }

        .navbar .popover-content {
            text-align: left;
        }

        .navbar .popover-content li{		
		}



      .navbar .popover-content li a {
			padding: 4px 14px 4px 14px;
			/*line-height:24px;*/
			display:block !important;
			width: 200px !important;
			color:#333;

		}
		.navbar .dropdown-menu > li > a {
			/*padding: 4px 14px 4px 14px !important;
            background-image: none;
            /*color: white !important;*/
			text-decoration:none !important;
            /*background-color:#7AB12A !important;*/
        }
		.navbar .dropdown-menu > li > a:hover {
            background-image: none;
            color: white !important;
			text-decoration:none !important;
            background-color:#7AB12A !important;
        }

        .navbar .dropdown-menu > li > a.maintainHover {
            color: white !important;
            background-color: #7AB12A !important;
			text-decoration:none !important;
        }

        .popover-content li:hover {
            color: white !important;
            background-color: #7AB12A !important;
			text-decoration:none !important;
            /*background-color: rgb(0, 129, 194);*/
        }
        .popover-content li a:hover {
            color: white !important;
            background-color: #7AB12A !important;
			text-decoration:none !important;
            /*background-color: rgb(0, 129, 194);*/
        }

/*検索結果左カラム****************************************/
.srchframe .categoryTreeArea,.categoryArea .categoryTreeArea{
	float:none;
	width:170px;
	/*height:50px;*/
	z-index:0 !important;
	margin:0px 0px 0 0px !important;
	position:relative;
	text-align:left;
}
.srchframe .dropdown-menu{
	/*position:relative;*/
  top: 15px;
	display:block !important;
	  left: 5px !important;
	  padding-top:0px !important;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
     box-shadow: none !important;
	z-index:0 !important;
/* 	position:relative !important;
 */	}
.categoryArea .dropdown-menu{
	/*position:relative;*/
  top: 0px !important;
	  left: 5px !important;
display:block !important;
	  padding-top:0px !important;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
     box-shadow: none !important;
	z-index:0 !important;
	 padding-top: 0px !important;
 	 margin-top:0px !important;
/* 	position:relative !important;
 */
	}



.srchframe .catetitle,.categoryArea .catetitle{
/* 	 padding:4px 0 0 20px;
background-color:#EEE; line-height:26px;
 */  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
	/*behavior: url(/js/PIE.htc);*/
}

.srchframe .navbar,.categoryArea .navbar {
  margin-bottom: 0px !important;
}
.srchframe .navbar .nav > li > .dropdown-menu:before,.categoryArea .navbar .nav > li > .dropdown-menu:before {
  display: none !important;
}

.srchframe .navbar .nav > li > .dropdown-menu:after,.categoryArea .navbar .nav > li > .dropdown-menu:after {
  display: none !important;
}
.srchframe .mainContainer{ z-index:0 !important;}
.srchframe .side{ z-index:0 !important;}
.srchframe .navbar{z-index:0 !important;}

/*****************************************/
