@charset "UTF-8";
/*---------------------------------------------------------------------------------------------
  Stylesheet - version date 1.0 2014.10.24
  B-CUBE SYSTEM [multifunc_page.css]
---------------------------------------------------------------------------------------------*/

@import "../multifunc_page_foot.css";

/*---------------------------------------------------------------------------------------------
  Original Shop Template [2]
---------------------------------------------------------------------------------------------*/

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Dropdown Menu */

.menuBox {
	position: relative !important;
	overflow: visible !important;
	height: auto !important;
	background: url(/detail/template/2/img/bg_img_menu.jpg) repeat left top;
}
.menuBox ul {
	overflow: visible !important;
	height: auto !important;
}
.menuBox li {
	position: relative;
}
.menuBox li ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.menuBox li ul li {
	overflow: hidden;
	width: 200px;
	height: 0 !important;
	padding: 0 !important;
	float: none !important;
	border-right: none;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.menuBox li ul li a {
	display: block;
	width: 177px;
	height: 42px;
	padding: 0 5px 0 18px;
	background: url(/img/detail/dtl_menu_box_submenu_bg.png) no-repeat left top;
	line-height: 42px;
	text-align: left;
	border-right: none;
	font-size: 12px;
	font-weight: normal !important;
	color: #666 !important;
	/* テキスト省略表示 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.menuBox li ul li a:hover {
	text-decoration: underline;
}
.menuBox li:hover ul li {
	overflow: visible;
	height: 42px !important;
	background-image: none;
}
.menuBox li:hover ul li:last-child {
	border-bottom: solid 1px #ccc;
}
