@charset "utf-8";

.categoryLink{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;	
	align-content: center;	
	
}

#works .categoryLink a,
#works .categoryLink span{
	flex: 0 1 24.6%;
	margin-bottom: 4px;
	padding: 4px 0;
	text-align: center;
	color: #fff;
	background: rgba(204,57,116,0.4);
	border: #eebfd1 solid 1px;
	border-radius: 4px;
	min-height: 32px;
}

#works .categoryLink a:hover{
	color: #400030;
	background: rgba(204,57,116,0.04);
	
}

#works #content a {
	display: block;
	margin-bottom: 20px;
}

#works #content a:hover {
	color: #66001a;
	
}

#works #content a dl{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: center;	
	align-content: center;	
	
}

#works #content a dl dt{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;	
	align-content: center;	
	flex: 0 1 160px;
	margin-right: 8px;
	overflow: hidden;
}
#works #content a dl dt::after{
	content: '';
	padding-top: 100%;
	height: 0;
	width: 0;
}

#works #content a dl dt img{
	width: 160px;
	height: 160px;
	object-position: center top;
	object-fit: cover;
	border-radius: 50%;
	border: #df84a7 solid 1px;
}

#works #content a dl dt span {
position: relative;
}

#works #content a dl dd>em {
	display: block;
	margin-bottom: 8px;
}

#works #content a dl dt span em{
	position: absolute;
}

#works #content a dl dd{
	flex: 0 1 auto;
	
	max-width: calc(100% - 172px);
}

#works #content a dl dd b{
	display: block;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: #efefef solid 1px;
}

#works #content a dl dd ul{
	padding-left: 20px;
}

#works #content a dl dd ul li{
	text-indent: -20px;
}

#works #content a dl dd ul li::before{
	content: '●';
	position: relative;
	top: -2px;
	margin-right: 4px;
	font-size: 6px;
	line-height: 10px;
}

#works #content a dl dd span.innerLink,
#works #content a dl dd span.more{
	display: block;
	margin-left: 8px;
	margin-left: 0;
	padding: 0px 8px;
	width: 80px;
	text-align: center;
	color: #df84a7;
	font-size: 10px;
	line-height: 18px;
	border: #df84a7 solid 1px;
	border-radius: 4px;
}

#works #content a:hover dl dd span.more{
	color: #400030;
	background: rgba(204,57,116,0.04);
}

#works #content a dl dd span.innerLink{
	display: inline-block;
	width: auto;
	color: #0a76c4;
	border: #0a76c4 solid 1px;
}

#works #content a dl dd span.innerLink i{
	margin-left: 4px;
}

#works #content a:hover dl dd span.innerLink{
	color: #085993;
	background: rgba(10,118,196,0.1);
}

#works .categoryLink a.selected,
#works .categoryLink span.selected{
	background: #f774c3;
}










