#movie_co{}


#channeltitle{
	text-align: center;
	margin: 0 auto
}
#channeltitle .inner{text-align: center;}
#channeltitle img{}


#tagtitle{
	text-align: center;
	margin-bottom: 1em;
}

#tagtitle h2{
	font-size: 1.6em
}


ul#movielist li a{text-decoration: none}


ul#movielist li h3{margin:.6em 0 .3em}


.movie_type a{
font-size: .8em;
font-weight: bold;
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
background: #f8f6d6;
padding: .2em 1em;
text-align: center;
margin-right: 3px
}
	

ul#movielist{
		display: flex;
		flex-wrap:wrap;
		padding-top: 2em
	}
	
	
@media screen and (max-width: 667px) {
	ul#movielist li{
	width: calc( ( 100% - 10px ) / 2 );
	margin:0 10px 2em 0;
	}
	ul#movielist li:nth-child( 2n ) {margin-right: 0;}
}	

@media print, screen and (min-width: 668px) {
	#movie_co h1{font-size: 30px}
	ul#movielist li{
	width: calc( ( 100% - 60px ) / 3 );
	margin:0 30px 2em 0;
	}
	
	ul#movielist li:nth-child( 3n ) {margin-right: 0;}
	ul#movielist li h3{margin:1em 0 .3em}

}	

@media print, screen and (min-width: 1024px) {}	


#movie_co_single{
	padding: 10% 0 0;
}
	  
.comment{
	margin: 2em 0;
}	  
	  

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}