@charset "shift_jis";


#left-category *{
	box-sizing: border-box;
}
#left-category h3{
	color:#FF5252;
	border-left: 4px solid #FF5252;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	margin-bottom:1px;
	
	transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
}
#left-category li{
	position:relative;
}
#left-category .left-cate-links{
	position:absolute;
	top:-1px;
	left:100%;
	z-index:-100;
	width:0px;
	transition: width 300ms 0s ease;
	overflow:hidden;
	border:1px solid #ddd;
	background-color: rgba(249,248,244,);
	
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;

	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;}

#left-category .left-cate-links ul{
	padding:0 10px;
}
#left-category .left-cate-links ul li{
	display:block;
	white-space: nowrap;
	border-bottom:1px solid #ccc;
}
#left-category .left-cate-links ul li:last-child{border:none;}

#left-category .left-category-label:hover ~ .left-cate-links,
#left-category .left-cate-links:hover{
	z-index:999;
	background-color: rgba(253,224,192,0.94);
	width:230px;
	transition: width 300ms 0s ease;
}
#left-category .left-category-list{
	border:1px solid #ddd;
	border-bottom:none;
	/*background-color: rgba(249,248,244,1);*/
	background-color:#f8f3eb;
}


#left-category .left-category-list:last-child{
	border-bottom:1px solid #ddd;
}

#left-category .left-category-list .left-category-label{
	padding-left:16px;
	height:100%;
	width:100%;
	display:block;
	border-bottom:1px solid #ccc;
}
#left-category .left-category-list .left-category-label:before,
#left-category .left-category-list .left-cate-links li a:before{
	content:">";
	padding-right:6px;
		font-weight:bold;
		transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);}
#left-category .left-category-list .left-category-label:hover{
	background-color:#FDE0C0;
}
#left-category .left-category-list li:last-child .left-category-label{
	border:none;
}
#left-category .left-category-list li{
	height:3em;
	line-height:3em;
}
#left-category .left-category-list li a{
	color:#000;display:inline-block;
	
	}
#left-category .left-cate-links li a{
	padding-left:16px;
	display:block;
}
#left-category .left-category-list li a:hover{
	color:#777;
	}
