/* --------------------------------
   font-layout
---------------------------------*/
header,
#CD_detail {
	background: url(../images/bg.png) top left repeat;
	background-size: 64px;
}
header {
	padding: 0 0 21px;
}
#CD_detail {
	margin: 7px;
	padding: 14px;
	border-radius: 5px;
}
h1 {
	float:none;
	margin:0;
	padding:7px;
	color:#333;
	font-size:80%;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
}
h2 {
	margin:0;
	padding:0;
	text-align: center;
	background:none !important;
	border:none !important;
}
h2 img,
h3 img {
	margin: 0;
	padding: 0;
}
h3{
	margin: 7px;
	padding: 7px;
	color: #333;
	text-align: center;
	background: #fff;
	border: 1px dotted #70bb28;
	border-radius: 5px;
}
h4 {
	margin: 14px 0;
	padding: 10px 7px;
	color: #eb6da5;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8;
	background-color: #fff;
	border-bottom: 1px solid #eb6da5;
}
h4 + img {
	padding: 0 7px;
}
p {
	padding: 7px;
	font-size: 90%;
	line-height: 1.8;
}
.fontL {
	font-size: 100%;
}
.marker {
	font-weight: bold;
	background-color: #f8d5e5;
}
.pink {
	color: #e5006e;
	font-weight: bold;
}
.palepink {
	color: #eb6da5;
}
.green {
	color: #70bb28;
	font-weight: bold;
}

/* --------------------------------
   layout
---------------------------------*/
.imgL {
	padding: 0 7px;
}
#CD_detail div > dl {
	margin: 0 0 0 132px;
}
#CD_detail div > dl dd h5 {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8;
	border: none;
}
#CD_detail div > dl dt,
#CD_detail div > dl dd {
	padding: 0 7px 7px;
	font-size: 80%;
	line-height: 1.8;
}
#special ul {
	margin: 10px 0 0;
}
#special ul li {
	float: left;
	margin: 0 0 0 4px;
}
#special ul li:first-child {
	margin-left: 0;
}
#special ul li a {
	display: block;
}
#pcPage #special ul li a img:hover {
	opacity: 0.9;
}
#special dl,
#book_title dl {
	margin: 0;
	padding: 7px;
}
#special dl dt,
#book_title dl dt{
	margin: 0;
	padding: 14px 0;
	font-size: 90%;
	font-weight: bold;
}
#book_title dl dt {
	color: #eb6da5;
}
#special dl dd,
#book_title dl dd{
	font-size: 80%;
	line-height: 1.8;
}
#book_title ul li {
	margin-left: 21px;
	padding: 3px 7px;
	line-height: 1.5;
	list-style-type: decimal;
	border-top: 1px dashed #e6cebc;
}
#book_title ul li:last-child {
	padding: 10px 24px 10px 14px;
}
#book_title ul li a {
	display:block;
	padding: 7px 17px 7px 7px;
	color:#333;
	text-decoration:none;
	background:url(/images/li.png) right center no-repeat;
	background-size:13px;
}
table {
	line-height: 1.6;
}
table tr td:first-child {
    width: 25%;
	font-weight: bold;
	text-align: center;
	background-color: #fbe5ee;
	border: 2px solid #ffffff;
}
table tr td {
	padding: 7px;
	font-size: 90%
}
.ico {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 3px 5px;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background-color: #ec6da6;
	border-radius: 5px;
}
#camp ul {
	margin: 0 auto;
}
#camp ul li {
	overflow: hidden;
}
#camp ul li p {
	display: block;
	float: left;
	width: 45%;
}
#camp ul li dl {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 45%;
}
#camp ul li dt {
	margin: 0 0 7px 0;
	padding: 7px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5;
}
#camp ul li dt span {
	font-weight: normal;
}
#camp ul li dd {
	margin: 0;
	padding: 7px;
	font-size: 80%;
	line-height: 1.5;
}

/* --------------------------------
   btn
---------------------------------*/
.btnLink {
	margin: 10px auto;
	text-align: center;
}
.btnLink a {
	display: inline-block;
	width: 60%;
	padding: 7px 14px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	background-color: #ec6da6;
	border-radius: 5px;
}
#pcPage .btnLink a:hover {
	opacity: 0.8;
}