@charset "utf-8";

.moviebase {
	width: 760px;
	margin-right: -20px;
}
.movieindex {
	background-color: #F0F0E1;
	margin-bottom: 20px;
	width: 360px;
	margin-right: 20px;
	float: left;
}
.movieindex iframe {
}
.movieindex .text {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
.movieindex div h2 {
	background-image: none;
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
.moviebase:after, .movieindex:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media screen and (max-width:640px) {
	
	
	.moviebase {
		width: 100%;
		margin-right: 0;
	}
	.movieindex {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.movieindex div .npn {
		line-height: 1.5;
	}
	.boxtxtfl {
		margin-bottom: 0;
	}
}
