@charset "utf-8";

/***************************************************
	movie.css
***************************************************/
/* 働くモコモコプードルさん動画一覧
------------------------------------------------------------ */
/*#movie .article {	margin: 0 0 70px 0;}*/
#movie .ttl03 {	margin-bottom: 10px;}
#movie .time {	margin-bottom: 5px;}
#movie .movieList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#movie .movieList li {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 60px;
}
#movie .movieList li:nth-child(3n) {	margin-right: 0;}
#movie .movieBox {
	display: table;
	width: 100%;
}
#movie .movieBox_inn {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
}



#movie .movieBox_inn img {	width: 100%;}



@media only screen and (max-width: 768px) {
#movie .movieList {
	display: block;
	margin-bottom: 30px;
}
#movie .movieList li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 50px;
}
}