@charset "utf-8";

/* CSS Document */

bluray {
    width: 860px;
    padding: 30px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}

img.blurayHr {
    margin-bottom: 30px;
}

/* ------------------------------ 左ナビ ------------------------------ */

.blurayNav {
    width: 180px;
    margin-right: 20px;
    float: left;
}

.blurayNav li {
    height: 30px;
    margin-bottom: 15px;
    width: 180px;
}

.blurayNav li:last-child {
    margin-bottom: 0;
}

.blurayNav01 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_01_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav01 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_01_on.png) left top no-repeat;
}

.blurayNav02 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_02_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav02 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_02_on.png) left top no-repeat;
}

.blurayNav03 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_03_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav03 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_03_on.png) left top no-repeat;
}

.blurayNav04 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_04_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav04 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_04_on.png) left top no-repeat;
}

.blurayNav05 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_05_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav05 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_05_on.png) left top no-repeat;
}

.blurayNav06 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_06_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav06 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_06_on.png) left top no-repeat;
}

.blurayNav07 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_07_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav07 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_07_on.png) left top no-repeat;
}

.blurayNav08 a{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_08_off.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blurayNav08 a:hover{
    width: 171px;
    height: 30px;
    background: url(../img/blu-ray/nav_bluray_08_on.png) left top no-repeat;
}

/* ------------------------------ 右メイン ------------------------------ */

.blurayMain {
    width: 720px;
    float: left;
}

/* ------------------------------ DVD詳細 ------------------------------ */

.dvd ul.package, ul.detail {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

ul.package {
    width: 280px;
}

ul.package li{
    width: 280px;
}

ul.package li img {
    max-width: 280px;
}

ul.package li.packageInner{
    margin: 15px 0;
}

ul.package li.packageInclude{
    margin: 30px 0 0;
}

ul.package li p {
    margin-top: 20px;
    line-height: 1.6em;
}

span.packTxt {
    display: block;
    margin: 10px 0 30px;
}

span.packTxt02 {
    display: block;
    margin: 10px 0 0;
}

ul.detail {
    width: 410px;
    margin-top: 20px;
}

ul.detail span.onSale {
    font-size: 16px;
}

ul.detail h3.blurayTitle {
    font-size: 20px;
    color: #bbec20;
    font-weight: bold;
    margin: 10px 0 20px;
}

ul.detail li div.dvdCont {
    background: url(../img/blu-ray/bg_dvdbox.png) repeat;
    padding: 30px 30px 10px 30px;
    margin-bottom: 20px;
}

ul.detail li div.dvdCont p.subTtl {
    font-size: 14px;
    color: #bbec20;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.detail li div.dvdCont p {
    line-height: 1.6em;
    margin-bottom: 20px;
}

ul.detail li div.dvdCont .scene {
    margin: 0 0 20px 10px;
}

ul.detail li div.dvdCont .scene img {
    display: inline-block;
	width: 110px;
}

p.note {
    line-height: 1.6em;
    margin-bottom: 1em;
}
/* ------------------------------ 予約特典 ------------------------------ */

.amenity img.sample {
    margin-bottom: 20px;
}

.shop {
    border: 1px solid #343434;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.shopList {
    margin: 20px 0;
}

.shop ul {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    margin-bottom: 0;
}

.shop ul li {
    width: 330px;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.shop ul li:last-child {
    margin-bottom: 0;
}

p.rightNote {
    text-align: right;
    margin-right: 20px;
}

/* ------------------------------ 法人特典 ------------------------------ */

.compStoreBox {
  width: auto;
  height: auto;
  border-bottom: 1px solid #3d3d3d;
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.compStoreBox h3 {
  font-size: 18px;
  color: #bbec20;
  font-weight: bold;
}
.compStoreBox h3 a {
  color: #bbec20;
}
.compStoreBox div {
  width: 370px;
  height: auto;
  padding: 30px 30px 16px;
  font-size: 14px;
  line-height: 28px;
  float: left;
  background: url(../img/blu-ray/bg_dvdbox.png) repeat;
}

.compStoreBox div h4 {
  color: #bbec20;
  font-weight: bold;
}

.compStoreBox div p {
  padding: 0 0 14px;
}

.compStoreBox > p {
  margin: 0;
  padding: 0;
  float: right;
  /* background: url(../img/blu-ray/img_nowprinting.png) no-repeat; */
}

.compStoreBox > p > img  {
  padding: 0;
  margin: 0;
}

.compStoreBox.animate > p > img  {
	width: 240px;
	margin: 0 0 20px;
}

.compStoreBox.amazon div {
	width: 372px;
	margin: 0 40px 0 0;
}
.compStoreBox.amazon > p {
	width: 248px;
	height: 350px;
	background: none;
	float: left;
}
.compStoreBox.amazon > p > img  {
	height: 350px;
}

.compStoreBox.gamers div {
	width: 400px;
	margin: 0 40px 0 0;
}
.compStoreBox.gamers > p {
	width: 208px;
	height: 350px;
	background: none;
	float: left;
}
.compStoreBox.gamers > p > img  {
	height: 350px;
}

.compStoreBox.gstore div {
	width: 270px;
	margin: 0 40px 0 0;
}
.compStoreBox.gstore > p {
	width: 350px;
	height: auto;
	background: none;
	float: left;
}
.compStoreBox.gstore > p > img  {
	width: 350px;
}

.compStoreBox.sofmap div {
	width: 270px;
	margin: 0 40px 0 0;
}
.compStoreBox.sofmap > p {
	width: 350px;
	height: auto;
	background: none;
	float: left;
}
.compStoreBox.sofmap > p > img  {
	width: 350px;
}

.compStoreBox.tsutaya div {
	width: 270px;
	margin: 0 40px 0 0;
}
.compStoreBox.tsutaya > p {
	width: 350px;
	height: auto;
	background: none;
	float: left;
}
.compStoreBox.tsutaya > p > img  {
	width: 350px;
}

.compStoreBox.bvc div {
	width: 500px;
	margin: 0;
}

/* ------------------------------ 限定版 ------------------------------ */
.compStoreBox div .oped {
	float: none;
	text-align: center;
	width: 350px;
	padding: 10px 10px 4px;
	margin: 0 0 10px;
}
.compStoreBox div .oped p {
	padding: 0;
}