﻿@charset "utf-8";

/* #article */

#article h2{
	background: url(../dvd/images/h2_article.png) no-repeat center bottom;
}

.dvd #article h3{
	height:46px;
	margin-bottom:40px;
	background: url(../dvd/images/h3_dvd.png) no-repeat center bottom;
	text-indent:-9999em;
}

.dvd #article table{
	width:100%;
	font-size:14px;
	color:#47230c;
}

.dvd #article table h4{
	margin:0 0 7px;
	padding:5px 0;
	font-size:16px;
	font-weight:bold;
	border-bottom:#47230c 2px solid;
}

.dvd #article table .center{
	text-align:center;
	vertical-align:middle;
}

.dvd #article table .package{
	padding-left:20px;
	padding-right:12px;
}

.dvd #article table th,
.dvd #article table td{
	line-height:1.8em;
	vertical-align:top;
}

.dvd #article table td{
	padding:2px 10px;
}

.dvd #article table table.detail th{
	white-space:nowrap;
}

.dvd #article #special{
	margin:20px 10px 0;
	padding:10px 15px 13px;
	background: url(../dvd/images/bg_special.png) repeat 0 0;
	font-size:13px;
	color:#47230c;
}

.dvd #article #special h5{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}

.dvd #article #special .tokuten{
	padding:10px 0 0;
}

.dvd #article #special .tokuten ul li{
	padding:3px 0;
}

.dvd #article .notice{
	padding:7px 10px 10px;
	font-size:12px;
	color:#47230c;
}

.dvd #article .notice p{
	margin:3px 0;
}

/* テキスト指定 */