@charset "utf-8";
/* dvdページのためのcss　これのみ読み込み */

/* reset */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, hr{
    margin: 0; 
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html{
	height:100%;
 	margin-bottom:1px;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
img{
     border:0;
}



/* ベース　baseより抜粋 */
body{
	margin:0px auto;
	padding:0px 0px;
	width:751px;
	line-height:140%;
	background-color:#FFFFFF;
	color:#333333;
	}	

		
/* リンク　baseより抜粋 */
a:link,a:visited {
	text-decoration: underline;
	color:#002a9b;
	}
a:hover,a:active {
	text-decoration: none;
	color:#e10000;
	}


	
/* footer　baseより抜粋 */
td#footer_text{
	text-align:right;
	font-size:10px;
	color:#9B9B9B;
	}
table#footer{
	margin-top:40px;
	padding-bottom:30px;
	}	


/* =============================================dvd start=============================================== */



/* dvd breadcrumb */
.dvd-breadcrumb{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.dvd-breadcrumb li{
	display: inline;
	font-size: 80%;
	letter-spacing: -1px;
}
	.dvd-BcTop{
		margin-top: 6px;
	}
	/*　ホリーIE6　　\*/
	* html .dvd-BcTop{
		margin-top: 0px;
	}
	/*　ホリー終了　 */

.dvd-crumb{
	padding-left: 25px;
	background-image: url(../dvd/images/crumb.gif);
	background-repeat: no-repeat;
	background-position: 8px;
}


/* dvd category */

/* ¥*/
.dvd-category{
overflow:hidden;
}
/* */

.dvd-category{
	font-size: 16px;
	width: 175px;
	height: 73px;
}
.b-features{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../dvd/images/b_features.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.b-features:hover{
	background-position: 0px -73px;
}
.b-features-on{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../dvd/images/b_features_on.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.b-features-on:hover{
	background-position: 0px -73px;
}


.b-aa{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../dvd/images/b_aa.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.b-aa:hover{
	background-position: 0px -73px;
}
.b-aa-on{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../dvd/images/b_aa_on.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.b-aa-on:hover{
	background-position: 0px -73px;
}


.b-various{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../dvd/images/b_various.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.b-various:hover{
	background-position: 0px -73px;
}
.b-various-on{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../dvd/images/b_various_on.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.b-various-on:hover{
	background-position: 0px -73px;
}


/* 詳細 */
.dvd-category-wrap{
	width:175px;
	float: left;
}
/* aa */
.dvd-con-side-aa{
	background-image: url(../dvd/images/hrSide_aa.gif);
	background-repeat: repeat-y;
	width: 576px;
	float: left;

}
.dvd-con-bottom-aa{
	background-image: url(../dvd/images/hr_aa.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.dvd-con-wrap-aa{
	background-image: url(../dvd/images/hr_aa.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 22px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
/*　ホリーIE6　ピーカブー対策　\*/
* html .dvd-con-wrap-aa{
	height: 1%;
}
/*　ホリー終了　 */

/* v */
.dvd-con-side-v{
	background-image: url(../dvd/images/hrSide_various.gif);
	background-repeat: repeat-y;
	width: 576px;
	float: left;

}
.dvd-con-bottom-v{
	background-image: url(../dvd/images/hr_various.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.dvd-con-wrap-v{
	background-image: url(../dvd/images/hr_various.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 22px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
/*　ホリーIE6　ピーカブー対策　\*/
* html .dvd-con-wrap-v{
	height: 1%;
}
/*　ホリー終了　 */


/* f */
.dvd-con-side-f{
	background-image: url(../dvd/images/hrSide_features.gif);
	background-repeat: repeat-y;
	width: 576px;
	float: left;

}
.dvd-con-bottom-f{
	background-image: url(../dvd/images/hr_features.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.dvd-con-wrap-f{
	background-image: url(../dvd/images/hr_features.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 22px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
/*　ホリーIE6　ピーカブー対策　\*/
* html .dvd-con-wrap-f{
	height: 1%;
}
/*　ホリー終了　 */




.dvd-footer{
	clear: both;
}

/*オペラのみ*/html:first-child .dvd-footer { padding-top: 40px;} 
/*サファリのみ*/html*.dvd-footer { padding-top: 40px; } 


/* ================dvd新作おすすめ==================== */


.dvd-con-side{
	background-image: url(../dvd/images/hrSide_dvdnew.gif);
	background-repeat: repeat-y;
	width: 576px;
	float: left;

}
.dvd-con-bottom{
	background-image: url(../dvd/images/hr_dvdnew.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.dvd-con-wrap{
	background-image: url(../dvd/images/hr_dvdnew.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 22px;
	padding-right: 10px;
	padding-left: 23px;
	padding-bottom: 30px;
}
	/*　ホリーIE6　ピーカブー対策　\*/
	* html .dvd-con-wrap{
		height: 1%;
	}
	/*　ホリー終了　 */

/* =========dvd新作おすすめ コンテンツ=========== */
.recommend-title{
	margin-bottom: 22px;
}
.dvdnew-title{
	font-weight: bold;
	font-size: 80%;
}
.dvdnew-con-img img{
	border: #CCCCCC solid 1px;
}
.dvdnew-con-img{
	float: left;
	width: 70px;
	padding-left: 2px;
	padding-right: 15px;
}
.dvdnew-con-img a img{
	vertical-align: bottom;
}

.dvdnew-text{
	font-size: 80%;
	padding-left: 98px;
}



.dvdnew-icon-wrap{
	padding-top: 13px;
	padding-left: 88px;
	padding-bottom: 15px;
}
.dvdnew-icon-wrap p{
	display: inline;
}

	/*　ホリーIE6　\*/
	* html .dvdnew-icon-wrap p{
		float: left;
		height: 34px;
	}
	/*　ホリー終了　 */
.dvdnew-icon-wrap p a img{
	vertical-align: bottom;
}

.dvdnew-icon-official{
	padding-left: 175px;
}
.dvdnew-icon-official2{
	padding-left: 68px;
}
.dvdnew-icon-official2a{
	padding-left: 4px;
}
.dvdnew-icon-amazon{
	padding-left: 3px;
}
	/*　ホリーIE6　\*/
	* html .dvdnew-icon-amazon{
		padding-left: 10px;
	}
	/*　ホリー終了　 */

.dvdnew-clear{
	clear: both;
	height:1px;
	width: 523px;
	background-image: url(../dvd/images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 2px;
	margin-bottom: 15px;
}
/*　ホリーIE6　\*/
	* html .dvdnew-clear{
		margin-bottom: -3px;
	}
	/*　ホリー終了　 */


/* 詳細　内容 */
.detail-title em{
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
}
.detail-text1{
	font-size: x-small;
	letter-spacing: 2px;
	color: #CC0000;
	margin-top: 0px;
	line-height: 1.2;
}
.detail-text2{
	font-size: 70%;
	letter-spacing: 0px;
	margin-top: -10px;
	text-align: right;
}
.detail-title-wrap{
	border-bottom: #002A9B solid 2px;
}

/* ジャケ写真 */
.detail-img{
	width: 150px;
	height: 216px;
	margin-top: 15px;
	padding-left: 10px;
	float: left;
	margin-bottom: 25px;
}
.detail-img img{
	border: #CCCCCC solid 1px;
}
/* 写真まわりこみ */
.detail-img-plus{
	width: 330px;
	float: right;
}
.plus-title{
	width: 300px;
	background-image: url(../dvd/images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 25px;
}
.plus-title h5{
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
	color: #002A9B;
	border-left: #002A9B solid 5px;
	padding-left: 10px;
}

.plus-text{
	font-size: 80%;
	font-weight: bold;
	color: #990134;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 25px;/* ここでアイコンを下にそろえる */
	padding-left: 15px;
	padding-right: 25px;
}

.icon-official{
	display: block;
	padding-bottom: 5px;
	margin-left: 225px;
	width: 99px;
}
.icon-official img{
	vertical-align: bottom;
}
.icon-amazon{
	display: block;
	padding-bottom: 5px;
	margin-left: 156px;
	margin-bottom: 15px;
	width: 168px;
}


.detail-icon img{
	vertical-align: bottom;
}

.detail-note{
	clear: both;
	font-size: 80%;
	padding-left: 12px;
	padding-bottom: 10px;
	background-image: url(../dvd/images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.plus-cast-title{
	padding-top: 17px;
	padding-left: 15px;
	padding-bottom: 17px;
}
.plus-cast-title h5{
	font-weight: bold;
	font-style: normal;
	font-size: 80%;
	color: #002A9B;
	border-left: #002A9B solid 5px;
	padding-left: 10px;
	height: 1.2em;
	line-height: 1.2;
}

.detail-cast-note{
	font-size: 80%;
	line-height: 1.5;
	padding-left: 12px;
	padding-bottom: 10px;
	background-image: url(../dvd/images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.detail-credit-note{
	font-size: 80%;
	line-height: 1.5;
	padding-top: 10px;
	padding-left: 12px;
}

.detail-credit-note-mini{
	font-size: 75%;
	line-height: 1.8;
}

/*=======================category========================*/
.dvd-CateBoxOne{
	width: 245px;
	float: left;
	font-size: 75%;
	padding-right: 10px;
}

.cate-con-img{
	border: #CCCCCC solid 1px;
}
.cate-con dd{
	line-height: 1.3;
	margin-left: 82px;
}
.cate-con dt{
	line-height: 1.3;
	float: left;
}
.cate-box-title{
	margin-bottom: 5px;
	margin-top: 1px;
}


/*Library Banners*/
#banners {
	margin-top:30px;
	text-align:center;
}
#banners2 {
	margin-top:10px;
	text-align:center;
}



/* digest btn */
.digestBtn{
	margin-left: 156px;
	margin-bottom: 8px;
}



/* clearfix start */
.reset:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.reset{
	display: inline-block;
}
/* Hides from IE-mac \*/
*html .reset{
	height: 1%;	
}
.reset{
	display: block;
}
/* End hide from IE-mac */
/* clearfix end */
