/*
  jQuery MegaMenu Plugin
                                                   Author: GeekTantra
                                            Author URI   : http:       //www.geektantra.com
*/
ul.megamenu div.mm-item-content {
  padding   : 0px;
  margin-top: 0px;
  position  : absolute;
  left      : 0 !important;
  background: #b5e9f7;
  z-index   : 9;
  width     : 960px;
  margin-top: 34px !important;
}
ul.megamenu .mm-content-base li{
  float:left;
  width:33%;
}
.mm-content-base a {
	color    : #323232;
	font-size: 12px;
}
.mm-content-base  a::before {
	content: "▶ ";
}

ul.megamenu {
  display: none;
}
ul.megamenu li.clear-fix {
  float      : none;
  clear      : both;
  margin     : 0px;
  padding    : 0px;
  height     : 0px;
  font-size  : 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link: link,
ul.megamenu a.mm-item-link: visited {
  position: relative;
  display : inline-block;
  z-index : 10;
  /*border-top: 1px solid transparent;
  border-left : 1px solid transparent;
  border-right: 1px solid transparent;*/
}

/* オンマウス時アクティブ */
ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  background   : #fff;
  border-bottom: 4px solid #00b4e3 !important;

}
ul.megamenu div.mm-item-content {
  padding   : 0px;
  margin-top: 1px;
  position  : absolute;
  background: #fff;
  z-index   : 9;
}

.mm-content-base {
	border: 0px;
	/* background: #b5e9f7; */
  background-image: url("../img/menu_bg.png");
  position        : relative;
  z-index         : 11;
  padding         : 20px 20px 2px 20px;
}
.mm-js-shadow {
	background: #aaa;
	position  : absolute;
	z-index   : 10;
}
