@charset "utf-8";

/* スマホ画面でのヘッダ調整（左上のハンバーガーメニューを非表示にする場合に必要）*/
/*@media only screen and (max-width: 767px) {
	#global__header--header {
		width: 100%;
	}
}*/

/* 動画タイトルの「new」 */
.iconNew {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 0.85rem;
	color: #fff;
	line-height: 1;
	margin-right: 5px;
	padding: 5px;
	background-color: #c00;
}

/* PCカテゴリボタンの横幅調整 */
@media print, screen and (min-width: 768px) {
	.rMovieCat ul li {
		width: 33.3333%;
		width: calc(100% / 3);
	}
}