@charset "UTF-8";

/*section02*/
#sec02 {
	margin-top: 30px;
}
#category ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#category ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}
#category ul li:nth-child(2n) {
	margin-right: 0;
}
#category ul li a {
	display: block;
}
#category ul li a figure {
	width: 100%;
	height: 90px;
	margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
#category ul li a figure img {
	width: auto;
	height: 90px;
}
#category ul li a h3 {
	line-height: 1.3;
	font-weight: bold;
}
@media print, screen and (min-width:480px) {
#category ul li {
	width: 31.3333%;
	margin-right: 3.00005%;
}
#category ul li:nth-child(2n) {
	margin-right: 3.00005%;
}
#category ul li:nth-child(3n) {
	margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#category ul li {
	margin-bottom: 20px;
}
#category ul li a:hover {
	opacity: 0.6;
}
#category ul li a h3 {
	font-size:16px;
}
#category ul li a figure {
	height: 140px;
	margin-bottom: 8px;
}
    #category ul li a figure img {
	width: auto;
	height: 140px;
}
}
@media print, screen and (min-width:1200px) {
#category ul li a figure {
	height: 170px;

}
  #category ul li a figure img {
	width: auto;
	height: 170px;
}
}
