@charset "utf-8";

.worksList .contInner .title {
    padding-top: 0px;
    margin-bottom: 0px;
}
.categoryName {
	margin-bottom: 4px;
}

.catWrap {
	background-color: #563e34;
	color: #fff;
	padding: 4px 8px;
}
/* ▼ デザインリスト全体のスタイル */
.worksList #designList,
.works #designList,
.category #designList {
	width: 92%;
	margin: 0 auto 40px;
	padding: 0;
	border: solid 0px #ddd;
}

/* ▼ .block-15内のulをFlexboxで表示 */
.worksList #designList ul li.block-15 ul,
.works #designList ul li.block-15 ul,
.category #designList ul li.block-15 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#categoryArea ul li ul li:last-child {
	margin-bottom: 4px;
}



/* ▼ カテゴリアイテムのスタイル */
#categoryArea ul li ul li {
	width: calc(100% / 2 - 4px);
	margin-bottom: 4px;
	padding: 0;
	border: solid 1px #a3a3a3;
}

/* ▼ 最後のアイテムのみにボーダー（縦） */
#categoryArea ul li ul li:last-child {
	border-bottom: 1px solid #a3a3a3;
}

/* ▼ カテゴリアイテム内リンクのスタイル */
#categoryArea ul li ul li a {
	padding: 11px 8px 8px;
	border: 0px solid transparent;
	border-top: 0px dotted #ccc;
	line-height: 1;
}

/* ▼ リンクの後ろの矢印等（現状非表示） */
#categoryArea ul li ul li a:after {
	content: "";
	border: 0px solid transparent;
	border-left: 0px solid #333333;
}

.worksList .contInner .categoryName a {
font-size: 12px;
}



/* ▼ レスポンシブ対応 */
@media (min-width: 768px) {
	#categoryArea ul li ul li {
		width: calc(100% / 3 - 4px);
	}
}
@media (min-width: 800px) {
	.worksList #designList, .works #designList, .category #designList {
		width: 94%;
	}
}


/* ▼ 以下は未使用のメディアクエリ（必要に応じて追加可） */
@media (min-width: 900px) {
	#categoryArea ul li ul li {
		width: calc(100% / 4 - 4px);
	}
}

@media (min-width: 1200px) {
	.worksList #designList, .works #designList, .category #designList {
		width: 100%;
	}
}
