@charset "UTF-8";

/* タグリスト */
.tag-list {
	display: flex;
	align-items: center;
	position: relative;
}

/*
.tag-list p{
	margin-right: 12px;
}

.tag-list::before{
	content: "";
	display: inline-block;
	background-image: url(/pc/img/photo/category_folder_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 8px;
	left: 0px;
}
*/
.tag-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tag-list ul li{
	padding: 6px 12px;
	border: 1px solid var(--line);
	border-radius: 6px;
	margin-right: 8px;
}
.tag-list ul li:last-child {
	margin-right: 0;
  }

.dl-page{
	display: inline-block;
	position: relative;
	padding-top: 10px;
}

.dl-page::before{
	content: '>>';
	font-weight: bold;
	display: inline-block;
	vertical-align: inherit;
	color:#333;
	line-height: 1;
	margin-right: 3px;
}
