@charset "utf-8";


.movieBoxSize {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.movieButtonList {
	background: #f5f5f5;
	text-align: center;
	padding: 10px;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
}
.movieMessage {
	background: #fff7fa;
	padding: 10px;
}


/*------------------------ページャー----------------------------------*/
#movieLadyDetailWrap .nextpager li a {
	padding:0;
}
#galPager li a {
	height: 45px;
	line-height: 45px;
}
#galPager {
	margin-bottom: 20px;
}
.movieSampleListBox ul li {
	margin-bottom: 10px;
}
.movieList:hover .movieSampleListDetailTitle > a,
.movieList:hover > .galProf > .ladyName a,
.movieList:hover > .galProf > .ladyName a span {
	text-decoration: underline;
	color: #f44677;
}

.movieList, .movieList,
.movieList .movieSampleListDetailTitle a,
.galProf .ladyName a {
	font-size: 14px;
}
.movieButtonList a,
.movieSublistDetailTitle a {
	display: block;
}
.movieList:hover > div a,
.movieBox.mb20:hover > div > .movieBoxLink a {
	text-decoration: underline;	
	color:#f44677;
}

.movieSampleListDetailImg {
	overflow: hidden;
    height: 170px;
}
.movieSampleListDetailImg img {
	width: 100%;
    height: auto;
}
.ladyVideo video[poster] {
	object-fit: cover;
}