@charset "UTF-8";
/* CSS Document */

#category {
	width: 100%;
	margin: 0 auto;	
}

#category ul {
	width: calc(100 + 20px);
	margin: 0 -10px;
	display: flex;
}

#category li {
	padding: 0 10px 20px;
	width: 50%;
}

#category li a,
#category li a:visited {
	text-decoration: none;
	color: #111;
}

#category li p {
	font-size: 90%;
	margin-bottom: 3px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}

#category img {
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
