/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/
ul.megamenu {
  display: none;
}

ul.megamenu li.clear-fix {
	clear: both;
	font-size: 0px;
	float: none;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

div.megamenulinks p {
	font-size: 12px;
	line-height: 1.7;
/*	font-family: Verdana,Arial;*/
/*	float: left;*/
	padding-left: 15px;
/*	width:321px;*/
	word-break:keep-all;
	opacity:1;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=100);	/*IE8以下*/
	background: url("../img/product_list/img_dot.gif") left 4px no-repeat;
}
div.megamenulinks p.sub{
/*	background: url("/img/common/img_allow.gif") left center no-repeat;*/
	background: none;
	border-left: 7px solid #A17C3C;
	border-bottom: 1px dotted #999;
	padding-left: 4px;
	padding-bottom: 2px;
	font-weight: Bold;
	font-size: 125%;
	line-height: 1;
	margin: 2px 0;
}

div.megamenulinks p + p.sub {
	margin-top: 10px;
}

div.megamenulinks p a:link,
div.megamenulinks p a:visited {
	color:#2F3032;
	text-decoration:none;
}
div.megamenulinks p.sub a:hover,
div.megamenulinks p.sub a:active {
	text-decoration:none;
}
div.megamenulinks p a:hover,
div.megamenulinks p a:active {
	text-decoration:underline;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
	position: relative;
}

ul.megamenu div.mm-item-content {
	display:none;
	height: auto;
/*	left:0;*/
	margin:0;
	padding:0;
/*	position: absolute;*/
/*	top:0;*/
/*	width:1008px;*/
	z-index: 9;
}

.mm-content-base {
/*	width:963px;*/
	width: auto;
	height:auto;
	margin:0;
	padding:5px 8px 8px 8px;
/*	top:1px;*/
/*	left:0;*/
	display:block;
	background: #fff;
	opacity:0.95;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=95);	/*IE8以下*/
	position: absolute;
	z-index: 11;
	box-shadow: 2px 2px 10px #cdcdcd; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #cdcdcd; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #cdcdcd; /* Google Chrome, Safari用*/
}

.mm-js-shadow {
	background: none;
	position: absolute;
	z-index: 10;
}
div.megamenulinks p a{
	color: #333;
}
div.megamenulinks p a:hover{
	color: #A17C3C;
