@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: 秋水社
	Description: bookカテゴリモジュール用スタイル設定
	Version: 1.0 

==============================================================
*/

/*詳細検索ページ
------------------------------------------------------------*/

body#home div#contentsWrapper div#contents div#leftColumn div#section p.detailSearch{
	text-align:center;	
}

body#home div#contentsWrapper div#contents div#leftColumn div#section p.detailSearch input#detailSearchBtn{
	margin:0 0 10px 0;
	padding:23px 0 0;
	border:none;
	width:60px;
	background:url(../../common/images/search_btn.gif) left top no-repeat;
	height:23px;
	overflow:hidden;
}

/*テキストフィールド整形用*/

body#home div#contentsWrapper div#contents div#leftColumn div#section form input.widthControl{
	width:450px;
}


/*検索結果ページ
------------------------------------------------------------*/

/*---ソート---*/
body#home div#contentsWrapper div#contents div#leftColumn div#section div.sort {
	width:650px;
	background-color:#efefef;
	padding:5px 10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.sort:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.sort p {
	float:left;
	margin-right:10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.sort ul li{
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #a6a69a;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.sort ul li.lastChild{
	border:none;
}

/*---ページ送り--*/
body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl {
	width:650px;
		/*\*//*/
		overflow:hidden;
		/**/
	margin:5px 0;
	padding:5px 10px;
	border-bottom:#ccc 1px solid;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl-nb {
	border:none;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl p{
	float:left;
	display:inline;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl ul{
	float:right;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl li{
	display:inline;
	margin-left:10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl li.prevPage{
	padding-left:10px;
	background:url(../../common/images/arrow_reverse.gif) center left no-repeat;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.pageCtrl li.nextPage{
	padding-right:8px;
	background:url(../../common/images/arrow.gif) center right no-repeat;
}

/*---書籍情報--*/
body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo {
	padding:0 0 10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
    width:100%;
		/*\*//*/
		overflow:hidden;
		/**/
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo h3 {
	font-size:14px;
	font-weight:bold;
}


body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo h3.newBook {
	padding-left:50px;
	background:url(../../common/images/icon_newbook.gif) center left no-repeat; 
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo h3.upcomingBook {
	padding-left:50px;
	background:url(../../common/images/icon_upcomingbook.gif) center left no-repeat; 
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo p.bookThumbnail{
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo div.textInfo {
	margin-left:98px;
}



body#home div#contentsWrapper div#contents div#leftColumn div#section div.bookInfo div.textInfo p.author {
	font-weight:bold;
}




/*詳細ページ
------------------------------------------------------------*/

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection {
	margin-bottom:20px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*---書籍タイトル関連---*/

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection h2 {
    font-size:133%;
		font-weight:bold;		
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection h2.newBook {
	padding-left:50px;
	background:url(../../common/images/icon_newbook.gif) center left no-repeat; 
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection h2.upcomingBook {
	padding-left:50px;
	background:url(../../common/images/icon_upcomingbook.gif) center left no-repeat; 
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection p.detailPhoto {
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection div.textInfo {
	margin-left:196px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection div.textInfo p.purchaseIcon{
	margin:5px 0;
}


/*---詳細データ用テーブル---*/

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection table {
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	margin:10px 0;
	width:99%;
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection table th,
body#home div#contentsWrapper div#contents div#leftColumn div#detailSection table td{
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:0.5em 1em;
}

body#home div#contentsWrapper div#contents div#leftColumn div#detailSection table th {
	background-color:#edecdb;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}


body#home div#contentsWrapper div#contents div#leftColumn div#detailSection table td p.publisherLink{
	display:inline;
	margin-left:10px;
}

/*---おすすめモジュール---*/
body#home div#contentsWrapper div#contents div#leftColumn div.recomendSection div.recomendBook{
	width:155px;
	float:left;
	display:inline;
	margin-left:10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div.recomendSection div.recomendBook p{
	font-size:83%;
}

body#home div#contentsWrapper div#contents div#leftColumn div.recomendSection div.recomendBook p.recomendPhoto{
	text-align:center;
}

/*---リンクリスト---*/
body#home div#contentsWrapper div#contents div#leftColumn div.section ul.linkList02 {
	width:200px;
	margin:10px 15px 0 0;
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div.section ul.linkList02 li{
	border-bottom:1px dotted #ccc;
	padding:2px 0 2px 10px;
	margin-bottom:3px;
	background:url(../common/images/arrow.gif) center left no-repeat;
}


