@charset "utf-8";
/* CSS Document */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
/* mod-menu */
.mold_open_hover, .mold_open {
	display: inline-block;
	width: 10px;
	height: 6px;
	margin-left: 10px;
	position: relative;
}
.mold_open {
	background-position: 0 -6px;
}
.mold_open_hover {
	background-position: 0 0;
}
.mod-menu {
	position: relative;
	z-index: 1000;
}
.menu-cont-list a:hover {
	text-decoration: underline;
}
.mod-menu .menu-item {
	width: 210px;
	position: relative;
	z-index: 22;
}
.mod-menu .menu-item li {
	line-height:34px;
	height:34px;
}
.mod-menu .menu-item li.mouse-bg {
	background: url(../image/mouse-menu-bg.jpg) no-repeat #fff;
	position: relative;
	z-index: 22;
}
.mod-menu .menu-item a {
	color: #000;
	font-size: 15px;
	font-weight:bold;
	display: block;
	background:url(../img/products/arrow.png) right center  no-repeat;
	border-bottom:1px solid #bbb;
	padding-left:10px;
}
.mod-menu .menu-item a:hover {
	color:white;
	text-decoration: none;
	background:#8C1F25 url(../img/products/arrow-over.png) left center  no-repeat;
	border:1px solid #Fff;
}
.mod-menu .menu-cont {
	position: absolute;
	left: 210px;
	top: 1px;
	background: #fff;
	z-index: 20;
	width:100%;
}
.mod-menu .menu-cont-list {
	padding: 0 30px;
}
.mod-menu .menu-cont-list li {
	border-bottom: dotted 1px #ccc;
	padding: 10px 0;
}
.mod-menu .menu-cont-list li:last-child {
	border-bottom: none;
}
.mod-menu .menu-cont-list h3 {
	font-size: 12px;
	font-weight: 700;
}
.mod-menu .menu-cont-list h3 a {
	color: #666;
}
.mod-menu .menu-cont-list h3 a:hover {
	color:#8C1F25;
	text-decoration:none;
}
.mod-menu .menu-list-link a {
	color: #666;
	line-height: 24px;
}
.mod-menu .menu-list-link .long-string {
	color: #ccc;
	font-size: 12px;
	padding: 0 10px;
}
