/* ドルビーシネマ DETAIL
------------------------------*/
.newsDetail {
	padding: 0 0 30px;
}
.newsDetail .newsInner {
	margin: 0 0 25px;
    padding: 20px 10px;
    background-color: #fff;
}
.newsDetail .newsInner .meta-data {
	margin-bottom: 14px;
}
.newsDetail .newsInner .meta-data .time {}
.newsDetail .newsInner .title {
	margin: 0 0 23px;
    font-size: 18px;
    line-height: 1.3;
}
.newsDetail .newsInner .context {
	line-height: 1.4
}
.newsDetail .newsInner h3 {
	background: #d7d7d7;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 0 15px;
}
.newsDetail .newsInner h4 {
	font-size: 14px;
    margin-bottom: 15px;
}
.newsDetail .newsInner div,
.newsDetail .newsInner p {
	margin-bottom: 1.5em;
}
.newsDetail .newsInner .image {
	text-align: center;
}
.newsDetail .newsInner a {
	margin-bottom: 15px;
	padding: 15px 10px;
}
.newsDetail .newsInner a:hover {
	-webkit-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
	box-shadow: none;
	cursor: pointer;
}
.newsDetail .back-news-button {
	display: block;
	margin: 0 25px;
	padding: 14px 0;
	background: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	transition: 0.6s;
	border: 1px solid #000;
	background: url(../img/ico_arrow_back@2x.png) 30px center no-repeat #fff;
    background-size: 11px 16px;
}
.newsDetail .back-news-button:hover {
	box-shadow: 0 0 5px 2px #666;
}