@charset "UTF-8";
.news_movie {
	margin: 0 auto 15px;
	width: 90%;
}
.news_movie .inner {
	padding-top: 56.3%;
	position: relative;
	width: 100%;
}
.news_movie .inner iframe {
	height: 100% !important;
	position: absolute; top: 0; left: 0;
	width: 100% !important;
}
@media only screen and (min-width: 768px) {
			.news_movie {
			margin: 0 auto 30px;
			width: 100%;
		}
}

.news_feed {
	overflow: hidden;
}
.news_feed .txt_box .day {
	color: #000;
}
.news_feed .txt_box .txt.move {
	text-align: center;
	overflow: hidden;
}
.move_txt {
	animation : scrollSample01 15s linear infinite;
	display: inline-block;
	margin: 0;
	padding-left: 100%;
	white-space: nowrap ;
}
@keyframes scrollSample01{
0% { transform: translateX(0)}
100% { transform: translateX(-200%)}
}
