@charset "utf-8";

/* #HOME　PC 481px以上
***********************/

@media only screen and (max-width: 980px) and (min-width: 481px) {
body{ width:980px}
}
@media only screen and (min-width: 481px) { 


/* categories_info
--------------------------------------------------------- */
#categories_info ul {
	/*padding: 0 0 0 20px;*/
}
#categories_info ul, ol {
	margin: 1em 10px;
	/*padding: 0 0 0 40px;*/
}

#categories_info li {
	font-size:13px;
	background: url("/images/gourmet/childpage/arrow01.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	display: inline-block;
	list-style-type: none;
	padding: 0 15px 0 15px;
	width: 175px;
}

#categories_info a {
	color: #333333;
	line-height: 1.8;
}
#categories_info a:hover {
	color: #393;
}

}

/* #HOME　smt480px以下
***********************/
@media only screen and (max-width:480px){
	#categories_info ul {
		display: none;
}
}

/* CSS end */