<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								動画ギャラリー								*/
/****************************************************************************/


/* ----------------------------------------------------
		動画ギャラリー
---------------------------------------------------- */
#movie_wrap {
	padding: 7% 0;
}

.movie_top {
	margin-top: 8%;
}

.movie_top .caption {
	margin-bottom: 35px;
}

.movie_box {
	margin-top: 10%;
}

.movie_list li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin: 3.5% 1% 0 0;
}

.movie_list .movie_img {
	text-align: center;
	margin-bottom: 5px;
}

.movie_list .movie_img img {
	width: 100%;
}

.movie_list h2 {
	text-align: center;
	margin-top: 10px;
	line-height: 1.3;
}

.movie_list h2 a {
	background: url(/img/ja/common/ico_movie.png) no-repeat left center;
	background-size: 26px;
	padding: 3px 0 3px 35px;
}

.movie_list li:nth-child(4n) {
	margin-right: 0;
}

</pre></body></html>