@charset "utf-8";

.category-nav ul {
	list-style: none;
}

.category-nav li {
	width: 60px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.category-nav img {
	margin: 0px;
	width: 60px;
	/*CSSでボタンを作成する場合
	background-color: rgb(180,212,93);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(182,207,117)), to(rgb(142,195,35)));
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	CSSでボタンを作成する場合*/
}
.category-nav {
	display: block;
	text-align: center;
	font-size: 12px;
	height: 170px;
}
.icon {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.category-nav a {
	line-height: 8px;
	text-decoration: none;
	text-align: center;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
