@charset "utf-8";

/* CSS Document */

/* ベストコスメ2021 ミニ特集 VOCE */

.bestcosme2021-voce .bestcosme2021-voce-title {
	margin-bottom: 20px;
}
.bestcosme2021-voce .bestcosme2021-voce-title img {
	width: 720px;
	height: 150px;
}
.bestcosme2021-voce a {
	display: block;
	text-decoration: none;
}
.bestcosme2021-voce .mini-kw-lead {
	margin-bottom: 20px;
	text-align: center;
}
.bestcosme2021-voce .mini-kw-category {
	margin-bottom: 20px;
	padding: 17px 8px 13px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.bestcosme2021-voce .mini-kw-list-bg {
	background-color: #fff9f4;
}
.bestcosme2021-voce .mini-kw-category-content {
	padding: 0 25px;
}
.bestcosme2021-voce .mini-kw-word {
	margin-bottom: 16px;
	font-size: 20px;
	text-align: center;
}
.bestcosme2021-voce .mini-kw-word::before {
	display: inline-block;
	width: 18px;
	height: 24px;
	background-image: url(../img/bracket_before.png);
	background-repeat: no-repeat;
	background-size: 44% auto;
	vertical-align: middle;
	content: '';
}
.bestcosme2021-voce .mini-kw-word::after {
	display: inline-block;
	width: 18px;
	height: 24px;
	background-image: url(../img/bracket_after.png);
	background-repeat: no-repeat;
	background-position: 8px;
	background-size: 44% auto;
	vertical-align: middle;
	content: '';
}
.bestcosme2021-voce .mini-kw-text {
	margin-bottom: 20px;
	text-align: center;
}
.bestcosme2021-voce .mini-item3 {
	display: flex;
	justify-content: space-between;
}
.bestcosme2021-voce .mini-item3 li {
	width: 210px;
	margin-bottom: 30px;
	text-align: center;
}
.bestcosme2021-voce .mini-item3 li img {
	width: 210px;
	height: 210px;
	margin-bottom: 10px;
	border: 1px solid #dbcbaa;
	box-sizing: border-box;
}
.bestcosme2021-voce .mini-btn {
	width: 400px;
	margin: 0 auto 60px;
	padding: 10px 5px;
	border-radius: 3px;
	background: #dbcbaa;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.bestcosme2021-voce .mini-ttl {
	font-size: 22px;
	text-align: center;
}
