
#next{border:solid 1px #e6e6e6;border-radius:4px;margin:5px;padding:5px;}
#next b{font-size:1rem;font-weight:bold;line-height:40px;text-align:center;display:inline-block;width:120px;margin-right:10px;background:#f2f2f2;border-radius:3px;}

#category-list{
	margin: 40px 0px;
}
#category-list article{
	width: 32%;
	margin-right: 2%;
	float: left;
}
#category-list article:nth-child(3){
	margin-right: 0;
}
#category-list:after{
	content: "";
	display: block;
	clear: both;
}
#category-list article ul li{
	margin-bottom: 10px;
}
#category-list article ul li a{
	display: block;
	font-size: 14px;
	line-height: 20px;
}
#category-list article ul li a:after{
	content: "";
	display: block;
	clear: both;
}
#category-list article ul li a img{
	width: 30%;
	height: auto;
	margin-right: 4px;
	border-radius: 4px;
	float: left;
}
#category-list article ul li:last-child{
	text-align: right;
}
#category-list article ul li:last-child a{
	display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 600px){
#category-list{
	margin: 10px;
}
#category-list h5{
	margin: 20px 0px 10px 0px;
}
#category-list article{
	width: 100%;
	margin-right: 0;
	float: none;
}
#category-list article ul li a img{
	width: 70px;
}
}