@charset "utf-8";
/* completed */



/* ブックレビュー #bookreview
================================================================ */
#bookreview{}



/* ================================================================
   dl.review
================================================================ */
dl.review{
	margin-bottom: 25px;
	padding-bottom: 25px;
	background: url(../img/dot01.gif) repeat-x left bottom;
}



/* ================================================================
   dl.review dd.bookData
================================================================ */
dd.bookData{
	float: left;
	width: 470px;
	background-color: #f7f7f7;
	padding: 25px;
}

dd.bookData span.catch1{	
	background-color: #066;
	padding: 5px 8px;
	color: #fff;
}
dd.bookData span.catch2{
	display: block;
	padding-top: 10px;
	padding-left: 8px;
	line-height: 1.2;
	font-weight: bold;
	color: #006666;
}
dd.bookData h3.title{
	margin-top: 9px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	background: #fff url(../img/bk_04.jpg) repeat-y left bottom;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
dd.bookData span.name{
	display: block;
	padding-top: 12px;
	border-bottom: 1px solid #e1e1e1;
}
dd.bookData span.price{
	display: block;
	padding-bottom: 10px;
}
dd.bookData p.txt{	padding-top: 10px;}



/* ================================================================
   dl.review dd.clipping
================================================================ */
dd.clipping{
	float: right;
	width: 100px;
	padding-top: 10px;
	text-align: center;
}

/* .btn
------------------------------------------------- */
dd.clipping .btn{
	display: block;
	padding-top: 5px;
	text-align: center;
}
dd.clipping .btn a:link,
dd.clipping .btn a:visited{
	display: block;
	padding: 3px 2px 2px 2px;
	border: 1px solid #c0c0c0;
	background: url(../img/_bk_01.jpg) repeat-x left bottom;
	font-weight: bold;
	font-size: 11px;
	color: #036;
	text-decoration: none;
}
dd.clipping .btn a:hover,
dd.clipping .btn a:active{
	background-image: none;
	background-color: #fff;
	color: #f30;
}


/**/
