/*-- menuExpand 1.0.5 --*/
.menuExpand{
	margin: 5px 0;
}
.menuExpand .expandTitle{
	padding: 5px 0 6px;
        cursor:pointer;
}
.menuExpand .expandTitle .icon{
	width: 24px;
	height: 27px;
	background: url(//s.yimg.jp/images/auct/cms/cs/trouble/img/btn_icon.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.menuExpand .close .expandTitle .icon{
	background-position:0 5px;
}
.menuExpand .open .expandTitle .icon{
	background-position: -40px 5px;
}
.menuExpand .expandTitle .text{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
    color:#1555d5;
}
.menuExpand .expandTitle .text:hover{
text-decoration:underline;}
.menuExpand .open .expandContent{
	display: block;
}
.menuExpand .close .expandContent{
	display: none;
}
.menuExpand .expandContent ul.default li{
	background: #f1f0e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e6;
}
.menuExpand .expandContent ul.default li:first-child{
	border-top: none;
}
.menuExpand .expandContent ul.default li:last-child{
	border-bottom: none;
}
.menuExpand .expandContent ul.default li span.text{
	display: block;
	padding-top: 5px;
	font-weight: normal;
	color: #666;
}