@charset "utf-8";

/* --------検索ページ用CSS-------- */

#search h1 {
	background: url(/img/shelf/search/h1_bg.gif) repeat-x top left;
	height: 52px;
	width: 620px;
}

#search h1 span.h1 {
	float: left;
	width: 513px;
	display: block;
}

#search h1 span.btn {
	padding-top: 17px;
	display: block;
	float: left;
}

#search h2.book {
	background: url(/img/shelf/search/h2_bg_book.gif) no-repeat bottom left;
	font-size: 125%;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 12px;
	_margin-top: 8px;
	clear: both;
}

#search h2.magazine {
	background: url(/img/shelf/search/h2_bg_magazine.gif) no-repeat bottom left;
	font-size: 125%;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 12px;
	_margin-top: 8px;
	clear: both;
}

/* --------検索ページのインデックスのテーブル-------- */

#search #searchTableIndex {
	width: 620px;
	font-size: 100%;
	margin-bottom: 20px;
}

#search #searchTableIndex td {
	vertical-align: top;
}

#search #searchTableIndex .vmiddle {
	vertical-align: middle;
}

#search #searchTableIndex span {
	font-size: 84.5%;
	font-weight: normal;
}

#search #searchTableIndex .l {
	width: 190px;
	_width: 210px;
	background: #E5E5E5;
	border-bottom: solid #FFFFFF 1px;
	font-weight: bold;
	padding: 9px 10px 9px 10px;
}

/* --------検索ページのインデックスのテーブル　左セル-------- */
#search #searchTableIndex .l span {
	display: block;
}

/* --------検索ページのインデックスのテーブル　右セル-------- */
#search #searchTableIndex .r {
	width: 390px;
	background: #F4F4F4;
	padding: 9px 5px 9px 10px;
	border-bottom: solid #FFFFFF 1px;
}

#search #searchTableIndex .width1 {
	width: 350px;
	height: 14px;
	_height: 18px;
}

#search #searchTableIndex .width2 {
	width: 100px;
	height: 14px;
	_height: 18px;
}

#search #searchTableIndex label {
	vertical-align: middle;
	padding-right: 12px;
}

#search #searchTableIndex label input {
	vertical-align: middle;
}

/* for safari \*/
#search #searchTableIndex label input {
	[vertical-align: middle;;
	vertical-align: bottom;; 
	]vertical-align: middle;;
}/**/
* html #search #searchTableIndex label input {
	vertical-align: middle;;
}

#search #searchTableIndex .padLeft {
	padding-left: 15px;
}

#search #magazineName label {
	width: 128px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

/* --------検索ページのインデックスのテーブル　ボタン部分-------- */
#search .btnArea {
	text-align: center;
}

#search .btnArea input {
	margin-right: 10px;
}

/* --------検索ページの検索結果の詳細表示テーブル　-------- */

#search #detailTable {
	width: 620px;
	background: #E6E6E6;
	font-size: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	clear: both;
}

#search #detailTable .td1 {
	width: 152px;
	padding: 0px 0px 0px 10px;
	font-size: 84.5%;
	vertical-align: middle;
}

#search #detailTable .td1 span {
	font-weight: bold;
}

#search #detailTable .td2 {
	width: 170px;
	font-size: 84.5%;
	vertical-align: middle;
}

#search #detailTable .td2 span,
#search #detailTable .td3 span {
	float: left;
	display: block;
	line-height: 1;
	padding: 5px 2px 0px 0px;
}

#search #detailTable .td3 {
	width: 120px;
	font-size: 84.5%;
}

#search #detailTable .td4 {
	width: 130px;
	font-size: 84.5%;
}

#search #detailTable .td4 span {
	padding-top: 4px;
	display: block;
	line-height: 1;
	float: left;
}

#search #detailTable .td4 img {
	margin: 0px 4px 0px 4px;
	float: left;
	line-height: 1;
}

/* --------検索ページの検索結果 ページネーション　-------- */

#search .pagenation1 {
	float: left;
	width: 450px;
}

#search .pagenation1 span {
	border-left: solid #E0E0E0 1px;
	padding: 0px 7px 0px 7px;
	line-height: 1;
}

#search .pagenation1 span.position {
	padding: 0px 7px 0px 7px;
	margin-left: 40px;
	line-height: 1;
	font-weight: bold;
	border-left: none;
}

#search .pagenation2 {
	float: right;
	text-align: right;
	color: #CCCCCC;
	margin-bottom: 4px;
	width: 170px;
}

#search .pagenation2 .p {
	background: url(/img/shelf/search/ico_search_previous.gif) no-repeat center left;
	padding-left: 12px;
	_padding-top: 2px;
}

#search .pagenation2 .n {
	background: url(/img/shelf/search/ico_search_next.gif) no-repeat center right;
	padding-right: 12px;
	_padding-top: 2px;
}

/* --------検索ページの検索結果 雑誌のテキスト版結果テーブル　-------- */

#search #magazineTxtTable {
	width: 620px;
	font-size: 100%;
	margin-bottom: 8px;
	margin-top: 15px;
}

#search #magazineTxtTable .l {
	width: 186px;
	border-bottom: solid #E6E6E6 1px;
	font-weight: bold;
	padding: 8px 10px 8px 10px;
}

#search #magazineTxtTable .l span{
	font-size: 84.5%;
	padding-left: 10px;
}

#search #magazineTxtTable .r {
	width: 408px;
	font-size: 110%;
	border-bottom: solid #E6E6E6 1px;
	padding: 8px 10px 8px 10px;
}

/* --------検索ページの検索結果 本のテキスト版結果テーブル　-------- */

#search #bookTxtTable {
	width: 620px;
	font-size: 100%;
	margin-bottom: 8px;
	margin-top: 15px;
}

#search #bookTxtTable .td1 {
	width: 208px;
	border-bottom: solid #E6E6E6 1px;
	font-weight: bold;
	padding: 8px 10px 8px 0px;
}

#search #bookTxtTable .td1 span {
	font-weight: normal;
	font-size: 84.5%;
}

#search #bookTxtTable .td2 {
	width: 90px;
	border-bottom: solid #E6E6E6 1px;
	padding: 8px 10px 8px 0px;
}

#search #bookTxtTable .td3 {
	width: 54px;
	border-bottom: solid #E6E6E6 1px;
	padding: 8px 0px 8px 0px;
	font-size: 84.5%;
}

#search #bookTxtTable .td4 {
	width: 38px;
	border-bottom: solid #E6E6E6 1px;
	padding: 8px 20px 8px 0px;
	font-size: 84.5%;
	text-align: right
}

#search #bookTxtTable .td5 {
	width: 90px;
	border-bottom: solid #E6E6E6 1px;
	padding: 8px 10px 8px 0px;
	font-size: 84.5%;
}

#search #bookTxtTable .td6 {
	border-bottom: solid #E6E6E6 1px;
	padding: 8px 10px 8px 0px;
	font-size: 84.5%;
}

/* --------検索ページの検索結果 本と雑誌のの画像版結果テーブル　-------- */

#search .magazine_bookImgTable {
	width: 620px;
	font-size: 100%;
	border-top: solid #C6C6C6 1px;
	margin-top: 15px;
	margin-bottom: 8px;
	clear: both;
}

#search .magazine_bookImgTable td {
	border-bottom: solid #E6E6E6 1px;
	padding: 10px 0px 10px 0px;
	line-height: 1.4;
}

#search .magazine_bookImgTable img {
	float: left;
}

#search .magazine_bookImgTable p {
	float: right;
	width: 500px
}

#search .magazine_bookImgTable p span {
	display: block;
}

#search .magazine_bookImgTable p span.number {
	font-size: 84.5%;
	margin-top: 6px;
}

#search .magazine_bookImgTable p span.sub {
	font-size: 84.5%;
	font-weight: normal;
}


