.content a {
	border-bottom-color: #d9d9d9; /* 0.15 */
	color: inherit;
}

.content h2 {
	margin-bottom: 14px;
}

.content table + h2 {
	margin-top: 34px;
}

.content table {
	width: 100%;
	border-collapse: collapse;
  	line-height: 1.2;
}

.content table tr td {
	padding: 15px 30px 17px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e6e6e6; /* 0.1 */
}

.content table tr td:first-child {
	padding-left: 2px;
}

.content table tr td:last-child {
	padding-right: 2px;
}

.content table tr td.time {
	width: 92px;
}

.content table tr td.title {
	font-weight: 700;
}

.content table tr td.title em {
	display: block;
	margin-top: 3px;
	font-weight: 400;
}

.content table tr td.title span {
	position: relative;
	display: inline-block;
	left: -2px;
	margin: 7px 0 3px;
	padding: 1px 5px 1px 6px;
	font-size: 15px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
	color: #fff;
	background: #7dbd39;
}

.content table tr td.title span.exclusive {
	background: #9160e6;
}

.content .film {
	margin-top: 47px;
}

.content .film:first-of-type {
	margin-top: 56px;
}

.content .film .poster {
	float: left;
	width: 200px;
}

.content .film .poster img {
	width: 100%;
	margin-top: 6px;
}

.content .film .details {
	margin-left: 232px;
}

.content .film .details h2 {
	margin: 17px 0 15px;
}

.content .film .details h2 + span {
	display: block;
	line-height: 1.65;
}

.content .film .details h2 + span span {
	position: relative;
	top: -1px;
	margin: 0 3px;
	color: rgba(0,0,0,0.2);
}

.content .film .details > ul {
	position: relative;
	left: -2px;
	margin: 6px 0 19px;
	padding-left: 0;
}

.content .film .details > ul li {
	display: inline-block;
	margin: 0 2px 6px 0;
	padding: 4px 8px 5px;
	font-size: 15px;
	line-height: 1.3;
	list-style: none;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.15);
}

.content .film .details > ul li:last-child {
	margin-right: 0;
}

.content .film .details p {
	line-height: 1.5;
}

.content .film .details .more {
	display: none;
	margin-bottom: 16px;
}

.content .film .details .more.open {
	display: block;
}

.content .film .details .more p span {
	display: block;
	margin: -11px 0 20px;
	font-size: 13px;
	line-height: 1.3;
}

.content .film .details a.button {
	position: relative;
	left: -2px;
	color: #000;
	background: #ececec; /* 0.075 */
}

.content .film .details a.button:hover {
	color: #fff;
	background: #f76100;
}

@media (max-width: 740px) {
	.content .film .poster {
		float: none;
		width: 100%;
	}

	.content .film .poster img {
		max-width: 140px;
	}

	.content .film .details {
		margin-left: 0;
	}
}

@media (max-width: 580px) {
	.content table {
		width: 100vw !important;
		margin-left: -20px;
	}

	.content table tr td:first-child {
		padding-left: 20px;
	}

	.content table tr td:last-child {
		padding-right: 20px;
	}
}

@media (max-width: 400px) {
	.content table tr td {
		display: block;
		width: 100vw !important;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 30px !important;
		padding-right: 30px !important;
		border: none;
	}

	.content table tr:first-child td.time {
		border-top: 1px solid #e6e6e6;
	}

	.content table tr td.time {
		padding-top: 23px;
		padding-bottom: 11px;
		padding-left: 0;
	}

	.content table tr td.title {
		padding-bottom: 24px;
		padding-right: 0;
		border-bottom: 1px solid #e6e6e6;
	}
}