@charset "utf-8";

/*--------------------------------------------------------------------
/- file   : dvd.css
/- update : 20121204
/--------------------------------------------------------------------*/

/*
　基本フォントサイズは13px（下記を参考に%で指定する）
　10px→77%　 11px→85%　 12px→93%　 13px→100%　14px→108%
　15px→116%　16px→124%　17px→131%　18px→139%　19px→147%
　20px→154%　21px→162%　22px→169　%23px→177%　24px→185%
　25px→192%　26px→200%
*/

/***********************************************************************************
　11.dvd指定
************************************************************************************/

/*dvd------------------------------------------------------------*/

#dvd #contents{
	background:#F2EDDF url(../dvd/images/bg_dvd.jpg) left top no-repeat;
}

#dvd #dvd_mainimg{
	height:450px;
	position:relative;
}

#dvd #dvd_mainimg h2,
#dvd #dvd_mainimg p.readtxt {
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

#dvd #dvd_mainimg #button {
	position:absolute;
	left:25px;
	bottom: 0px;
}

#dvd #dvd_mainimg #button_books {
	position:absolute;
	right:0px;
	bottom: 15px;
}

#dvd .bg_foot{
	background:url(../dvd/images/bg_form_bottom.jpg) left bottom no-repeat;
	padding-bottom:25px;
}

#dvd .bg_head{
	background:url(../dvd/images/bg_form_top.jpg) 10px top no-repeat;
	padding:15px 10px 0 10px;
}

#dvd .form_inner{
	padding:10px 15px;
}


/*インフォメーション------------------------------------------------------------*/

#dvd #info{
	color:#C00;
	margin:15px 25px -10px 25px;
	padding:8px 8px 15px 8px;
	border:solid 5px #c00;
}

#dvd #info h3 {
	font-size: 114%;
	padding:5px 10px;
	/*
	background: -moz-linear-gradient(
		top,
		#ffb700 0%,
		#ffa200);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffb700),
		to(#ffa200));
	
	-webkit-box-shadow:  1px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  1px 2px 5px 0px rgba(0, 0, 0, 0.5);
	*/
}

#dvd #info p {
	padding:0 10px;
}




/*説明ボックス------------------------------------------------------------*/

#dvd .box{
	background:url(../dvd/images/bg_form.jpg) left top repeat-y;
	margin:25px 25px 0 25px;
}

#dvd .dvdtitle{
	background:url(../dvd/images/title_dvd.jpg) left top no-repeat;
	width:605px;
	height:94px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

#dvd .bluraytitle{
	background:url(../dvd/images/title_bluray.jpg) left top no-repeat;
	width:605px;
	height:94px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

#dvd .booktitle{
	background:url(../dvd/images/title_books.jpg) left top no-repeat;
	width:605px;
	height:94px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

/*dvd------------------------------------------------------------*/

#dvd .copytxt{
	margin-bottom:10px;
}

#dvd .boximg{
	float:right;
	margin-top:-94px;
	margin-bottom:10px;
}

#dvd .button li{
	float:left;
}

#dvd .reserve,
#dvd .reserve2{
	margin-right:5px;
}

#dvd h4 {
	clear:both;
	background:#382716;
	color:#D7C6A6;
	padding:3px 5px;
}

#dvd h4 img {
	vertical-align:baseline;
	margin-left:3px;
}

#dvd .detail p,
#dvd .detail ul{
	padding:15px 10px ;
}

#dvd .detail .tokuten{
	margin-top:5px;
}

#dvd .detail .tokuten li{
	line-height:1.5;
	margin-bottom:10px;
}

#dvd .detail .tokuten li strong{
	color:#382716;
	font-size:108%;
}

#dvd .detail .line{
	border-bottom:dotted 1px #C3A477;
}

/*books------------------------------------------------------------*/

#dvd #books .book {
	width:243px;
	background:#F7F1EA;
	border:solid 1px #AF9A82;
	float:left;
	padding:10px;
}
#dvd #books .left {
	margin-right:25px;
}
#dvd #books h4 {
	padding:0;
	margin:-11px 0 0 -11px;
	background:none;
}
#dvd #books p,
#dvd #books ul{
	padding:0px;
}
#dvd #books .bookimg,
#dvd #books .btn{
	text-align:center;
	margin:10px auto ;
}
#dvd #books .btn li {
	margin-bottom:5px;
}
#dvd #books .dotline {
	border-top:#AF9A82 dotted 1px;
	padding:10px 0;
	font-size:93%;
}
#dvd #books .dotline li {
	text-indent:-1em;
	margin-left:1em;
}



/*応募フォーム------------------------------------------------------------*/

#dvd #form{
	background:url(../dvd/images/bg_form.jpg) left top repeat-y;
	margin:25px 25px 0 25px;
}

#dvd #form .linkbox {
	width:543px;
	border:solid 1px #D3B992;
	background:#E4D4BC;
	line-height:1;
	padding:10px;
	text-align:center;
	font-size:93%;
}

#dvd #form .linkbox li{
	display:inline;
	border-right:solid 1px #D3B992;
	padding:0 7px;
}

#dvd #form .linkbox li.none{
	border-right:none;
	padding-right:0;
}


