@charset "utf-8";


/*
	Since:06 Sep 2006
	Last-Updated:06 Sep 2006
	Editor:Masataka Asakura(MIC)
*/


@import url("../../common_css/print_master.css");


/*
-------------File Contents--------------
	
	1. Common
	
	2. RecommendBook
	
	3. GeneralBook
	
	4. SpecialBook

*/


/*
------------1. Common----------------
*/



.BookWrapper, .BookWrapper02{
	display:inline-block;
	min-height:1em;
	width:100%;
}
/*\*/
.BookWrapper, .BookWrapper02{
	display:block;
}
* html .BookWrapper, * html .BookWrapper02s{
	height:1%;
}
/**/
.BookWrapper:after, .BookWrapper02:after{
	content:"";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}


.BookWrapper02{
	clear:both;
	margin-top:40px;
	padding:40px 0 0 0;
	border-top:1px solid #ccc;
}

.BookPic{
	float:left;
	text-align:center;
	margin:0 auto;
	padding-bottom:15px;
}

.BookPic .image a{
	border-bottom:0px solid!important;
}




.BookInfo{
	float:left;
}

.BookInfo h5{
	color:#060;
	padding-top:2px;
	line-height:130%;
}



.BookPurchase{
	padding-left:1.2em;
	text-indent:-1.2em;
	letter-spacing:normal!important;
}



/* ============== Amazon================== */

.AmazonBottom{
	display:none;
}
            

/*
------------2. RecommendBook----------------
*/

#Recommend{
	padding-top:40px;
}
#Recommend h4{
	padding:12px 0 35px 0;
	min-height:27px;
}





#Recommend .BookInfo h5{
	font-size:14pt;
}
#Recommend .BookPic{
	width:20%;
	margin-right:10px;
}

#Recommend .BookInfo{
	width:auto;
}


/*\*/
#Recommend .BookPic{
	width:25%;
	max-width:10em;
	min-width:120px;
	margin-right:15px;
}

#Recommend .BookInfo{
	width:70%;
}
/**/

.BookData span.BookPrice{
	font-weight:bold;
	margin-right:0.1em;
	margin-left:1.5em;
}

/*
------------4. SpecialBook----------------
*/

#Special{
	page-break-before:always;
	padding-top:20px;
}
#Special h4{
	padding:0px 0 40px 0;
}

#Special .BookPic{
	width:120px;
}

#Special .BookInfo{
	width:auto;
}

/*\*/
#Special .BookPic{
	width:24%;
	min-width:120px;
}
#Special .BookInfo{
	width:74%;
}
/**/


