@charset "UTF-8";

img{
	max-width: none;
}
#bdwrapper{
	min-width: 1100px;
	overflow: hidden;
}

#bdheader{
	position: relative;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(111,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(111,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f0000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
#bdheader:after{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 244px;
	background:url(../img/blu-ray_dvd/bg_hd.png) repeat-x 0 0;
}
#bdheader .logo{
	position: relative;
	height: 244px;
	line-height: 244px;
	text-align: center;
	z-index: 1;
}
#bdheader .logo img{
	vertical-align: middle;
}

#bdfooter{
	padding: 40px 0;
	position: relative;
}
#bdfooter .copy{
	color: #9f9f9f;
	font-size: 13px;
}
#bdfooter .link{
	margin-bottom: 1em;
}
#bdfooter .link a{
	color:#E30B20;
	font-size: 18px;
	font-weight: normal;
}

hr{
	padding: 0;
	border: 0;
	border-top: 1px solid #535353;
	margin: 15px 0;
}
h4{
	font-size: 26px;
	color: #ffe400;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.2;
}
h5{
	font-size: 20px;
}
h5 span{
	font-size: 16px;
}

.ancBtn{
	position: relative;
	z-index:10;
}
.ancBtn li{
	display: inline-block;
	margin: 0 0 0 10px;
}
.ancBtn li a{
	display: table-cell;
	width: 240px;
	height: 52px;
	vertical-align: middle;
	background-color: #fff;
	color: #000;
	font-size: 18px;
}
.ancBtn li a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 6px solid #000;
	margin: 0 auto;
}
.ancBtn li a:hover{
	background-color: #f00;
}

.skew{
	-webkit-transform: skewY(-11.5deg);
	    -ms-transform: skewY(-11.5deg);
	        transform: skewY(-11.5deg);
	overflow: hidden;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 10px;
	background-color: #121212;
}
.skew span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/blu-ray_dvd/bg_01.png) repeat-x 0 0;
	-webkit-transform:skewY(11.5deg);
	    -ms-transform:skewY(11.5deg);
	        transform:skewY(11.5deg);
}
.skew ~ *{
	position: relative;
}

.inner{
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
}

.dlTypeA dt{
	font-size: 24px;
}
.dlTypeA * ~ dt{
	margin-top: 30px;
}
.dlTypeA dd{
	font-size: 18px;
}

.noteB,
.noteA,
.note{
	font-size: 13px;
	text-align: left;
}
.noteA li{
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.noteB li{
	color: #d25d5d;
}

.img{
	text-align: center;
}

.cap{
	text-align: center;
	font-size: 12px;
}

[id^="sec"]{
	position: relative;
	text-align: left;
}
[id^="sec"] > .ttl{
	position: relative;
	display: block;
	min-width: 1278px;
	margin: 0 -89px;
	text-align: center;
}

#sec01{
	margin-top:120px;
	padding-bottom: 60px;
}
#sec01 > .ttl{
	top:-228px;
	margin-bottom: -370px;
}
#sec01 > .img{
	margin:0 auto 126px;
}
#sec01 .inner .ttl{
	position: relative;
	color: #fce200;
	font-size: 42px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	background:url(../img/blu-ray_dvd/bg_pat01.png) repeat 0 0;
	margin:0 -30px 40px;
	text-align: center;
}
#sec01 .inner .ttl:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-45%);
	    -ms-transform: translate(-50%,-45%);
	        transform: translate(-50%,-45%);
	background:url(../img/blu-ray_dvd/bg_c01_hd.png) repeat 0 0;
	width: 444px;
	height: 344px;
}
#sec01 .inner .ttl span{
	position: relative;
}
#sec01 .boxWrap{
	position: relative;
	background-color: #121212;
	border: 1px solid #535353;
	z-index: 1;
	margin:0 0 20px;
}
#sec01 .boxWrap + .ttl{
	margin-top: 100px;
}
#sec01 .boxWrap .box{
	border-bottom: 1px solid #535353;
	padding: 35px 80px;
	text-align: left;
}
#sec01 .boxWrap .box ul li{
	font-size: 16px;
	padding-left: 2em;
}
#sec01 .boxWrap .box ul li ~ li{
	margin-top: .5em;
}
#sec01 .boxWrap .box ul li strong{
	display: block;
	font-size: 20px;
	color: #ad9300;
	text-indent: -1.5em;
}


#sec02{
	margin-top: 110px;
	padding-bottom: 140px;
}
#sec02 > .ttl{
	top:-221px;
	margin-bottom: -220px;
}
#sec02 > .ttl img{
	margin-right: -410px;
}
#sec02 .skew{
	-webkit-transform: skewY(11.5deg);
	    -ms-transform: skewY(11.5deg);
	        transform: skewY(11.5deg);
	background-color: #3b0000;
}
#sec02 .skew span{
	background:url(../img/blu-ray_dvd/bg_02.png) repeat-x 0 0;
	-webkit-transform:skewY(-11.5deg);
	    -ms-transform:skewY(-11.5deg);
	        transform:skewY(-11.5deg);
}
#sec02 .lead{
	font-size: 30px;
	color: #ff1f1f;
	line-height: 1.3;
	margin-bottom: 40px;
	text-align: center;
}
#sec02 .lead + p{
	width:760px;
	font-size: 16px;
	margin:0 auto 20px;
}
#sec02 .cap{
	color: #d25d5d;
}
#sec02 .cap strong{
	font-size: 16px;
}
#sec02 .inner .ttl{
	position: relative;
	color: #ff2436;
	font-size: 32px;
	line-height: 1.2;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	background:url(../img/blu-ray_dvd/bg_pat02.png) repeat 0 0;
	margin:45px -30px 30px;
	text-align: center;
}
#sec02 .box{
	width:760px;
	margin:0 auto;
}
#sec02 .noteB{
	margin-top: 30px;
}

#sec03{
	margin-top: 125px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#sec03 > .ttl{
	top:-214px;
	margin-bottom: -300px;
}
#sec03 > .box{
	width:760px;
	margin:0 auto;
	position: relative;
}
#sec03 > .box .img{
	margin-top: 30px;
}
#sec03 > .box .cap{
	margin: 15px 0 5px;
}
#sec03 > .box hr{
	margin:40px 0 30px;
}

.movie{
	margin: 30px auto 60px;
	text-align: center;
}

