



/*dvd*/
#container #second .second-body.dvd h2{
	background:url(../img/second_h2_dvd.gif) 0 0 no-repeat;
	margin:0;
	padding:0;
	width:281px;
	height:60px;
}


/*news*/
#news {
	margin-top : -100px;
  padding-top : 100px;
}

article.news {
	padding:0 0 0;
	
}
article.news h2{
	color: #330000;
	font-size:30px;
	text-align:center;
	font-weight:normal;
	font-family: 'Linden Hill', serif;
	margin:0 0 30px;
}
article.news .body{
	color:#000;
	background:#FFF;
	width:850px;
	margin:0 auto 15px;
	padding:15px 30px;
	overflow:auto;
	border: solid ; 
	border-width: 1px;
}
article.news .body h4{
	margin:0 0 10px;
	text-align:center;
	font-size:28px;
	font-weight:800;
	font-family: 游ゴシック体,'Yu Gothic',YuGothic,'メイリオ','ＭＳ Ｐゴシック','ＭＳ ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','Verdana',Osaka,Osaka-等幅,sans-serif;
}
article.news .body p{
	margin:0 0 10px;
}
article.news .body .red{
	color:#900;
}

.r{
	float:right;
	margin:0 0 20px 20px;
}

/*#vod-btn*/
ul#vod-btn{
	margin:20px 0 ;
}
ul#vod-btn li{
	float:left;
	width:23%;
	margin:0 1% 10px;
}
ul#vod-btn li img{
	width:100%;
	height:auto;
}

ul#vod-btn li.first{
	float:left;
	width:23%;
	margin:0 0 10px 220px;
}
ul#vod-btn li.first img{
	width:100%;
	height:auto;
}



/*#release2*/

h4.release2 {
	margin:30px 0 10px;
	text-align:center;
	font-size:26px;
	font-weight:600;
	font-family: YuGothic,'Yu Gothic', sans-serif;
	color:#FFF;
	position: relative;
	padding: .20em .75em;
	background-color:#F8282C;
}
h4.release2::after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #BD1A1D;
}


/*.banner*/
.banner{
	margin:0 auto 25px;
	text-align:center;
}
.banner img{
	max-width:550px;
	height:auto;
	margin:0 0.2%;
}













