/*------------------------------------------------------------------------------
 girlPM
 ------------------------------------------------------------------------------*/
.girlPM {
	margin: 15px 0;
}
.girlPM .title {
	line-height: 1.4;
	padding: 8px;
	font-size: 108%;
	font-weight: bold;
	background: #FFEEF4;
}
.girlPM .body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px 8px;
}
.girlPM .date {
	text-align: right;
}
.girlPM .item {
	text-align: center;
	line-height: 1.4;
	padding: 0 15px;
}
.girlPM .caption {
	line-height: 1.4;
}
.girlPM .tags {
	line-height: 1.4;
	color: red;
}

#PC .girlPM .body {
	padding: 10px 15px;
	border: 2px solid #FFEEF4;
	border-top: 0;
}
#PC .girlPM .item picture {
	display: inline-block;
	max-width: 90%;
}

/* playIcon */
.girlPM .item a.playIcon {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.girlPM .item a.playIcon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/common/image/misc/movie-play.png) no-repeat center / 28%;
}
#PC .girlPM .item a.playIcon:after {
	background-size: 120px;
}

/* pmSelecter */
.pmSelecter {
	display: flex;
	gap: 1px;
}
.pmSelecter li {
	flex: 1;
	min-width: 0;
}
.pmSelecter li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 30px;
	font-weight: bold;
	text-decoration: none;
	background: #EEEEEE;
}
.pmSelecter li.on a {
	background: #FFEEF4;
}
#PC .pmSelecter li a {
	height: 36px;
	font-size: 15px;
}
.pmSelecter li small {
	font-weight: normal;
}
.pmSelecter li span {
	color: #999;
}
