@charset "UTF-8";
/* 東京堂書店HP トップ項目 */
/*------------------------------------------------------------------------------------------------------*/


/* 書評エリア(上段) ------------------------------------------------------------------------------------*/

/*レビュー枠レイアウト --------------------------------------------*/
.box-bookreview {
	width: 482px;
	margin-top: 5px;
}
/*レビュー枠ボタン背景//通常*/
.box-bookreview  .br-top {
	background-image: url(../books_images_top/bookreview_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*レビュー枠ボタン背景//通常*/
.box-bookreview  .br-top-3tab {
	background-image: url(../books_images_top/bookreview_bg_top_3tab.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*レビュー枠ボタン背景//20151001改修後*/
.box-bookreview  .br-top-1tab {
	background-image: url(../books_images_top/bookreview_bg_top_1tab.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.box-bookreview  .br-main {
	background-image: url(../books_images_top/bookreview_bg_main.jpg);
	background-repeat: repeat-y;
	clear: both;
}
.box-bookreview  .br-bottom {
	background-image: url(../books_images_top/bookreview_bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.box-bookreview .navi {
	text-align: center;
	padding-bottom: 10px;
	font-size: 11px;
	padding-top: 5px;
	color: #666666;
}

.box-bookreview  .br-list {
	margin-right: 6px;
	margin-left: 4px;
}

/*一冊用アイテム --------------------------------------------------*/
.box-bookreview  .book-item{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;
}
.box-bookreview .bk-img {
	width: 40px;
	height: 60px;
	/* ソムリエ・コメント全文表示の対応で追加 */
	vertical-align:top;
	padding-top: 3px;
}
.box-bookreview .som-bk-info,.box-bookreview .commu-bk-info  {
	padding-left: 5px;
	line-height: 140%;
	font-size: 11px;
	color: #666666;
	/* ソムリエ・コメント全文表示の対応で追加 */
	vertical-align:top;
	padding-top: 3px;
}
/*本のソムリエ：レビューリンク色*/
.box-bookreview .som-bk-info a {
	color: #00463a; text-decoration: none; font-weight: bold;
}

.box-bookreview .som-bk-info a:hover {
	color: #669933;
}

/*読書ニュース：レビューリンク色*/
.box-bookreview .commu-bk-info a {
	color: #602b20;
	text-decoration: none;
	font-weight: bold;
}

.box-bookreview .commu-bk-info a:hover {
	color: #956547;
}

/*★*/
.box-bookreview .star {
	float:right;
	color: #FF6600;
	font-size: 10px;
}

/*タブ -------------------------------------------------------*/
.box-bookreview ul {
	margin: 0px;
	height: 29px;
	display: block;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 3px;
}

.box-bookreview li {
	float: left;
	display: block;
	font-size: 12px;
	height: 29px;
	width:119px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.box-bookreview li a {
	text-decoration: none;
}
.box-bookreview li a:hover {
	background-position: 0px -29px;	
	text-decoration: none;	
}

/*緑ボタン*/
.box-bookreview li.green a{
	background-image: url(../books_images_top/btn_bookreview_green.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 22px;
	padding-top: 7px;
	text-shadow: 1px 1px 0px #000;
	color: #FFFFFF;
}
/*茶色ボタン*/
.box-bookreview li.choco a{
	background-image: url(../books_images_top/btn_bookreview_choco.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 22px;
	padding-top: 7px;
	text-shadow: 1px 1px 0px #000;
	color: #FFFFFF;
}
/*グレイボタン*/
.box-bookreview li.gry a{
	background-image: url(../books_images_top/btn_bookreview_gray.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 0px;
	display: block;
	height: 22px;
	padding-top: 7px;
	text-shadow: 1px 1px 0px #FFF;
	color: #000000;
}

/* 下段 ------------------------------------------------------------------------------------------*/

/* イベント情報 -----------------------------------------------------------------------------------*/

.event {
	background-image: url(../books_images_top/event_bg_main.jpg);
	background-repeat: repeat-y;
	width: 259px;
	font-size: 10px;
}

.event .ev-top {
	background-image: url(../books_images_top/event_bg_top.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-top: 4px;
}

.event .ev-main {}

.event .ev-btm {
	background-image: url(../books_images_top/event_bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 167px;
	padding-top: 5px;
	padding-bottom: 9px;
}

.event .images {
/*	height: 165px;*/
	width: 244px;
}



.event ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 145%;
}

.event li {
	display: block;
	padding-left: 15px;
	background-image: url(../books_images_top/event_icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #358be7;
}

.event li.last {
	border-bottom-style: none;
}

.event a {
	color: #000000;
}

.event a:hover {
	color: #666666;
}

/* 在庫検索 -----------------------------------------------------------------------------------*/
.top-search {
	width: 552px;
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
}
.top-search-inner {
	background-image: url(../books_images_top/search_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.top-search h2 {
	background-image: url(../books_images_top/ti_search.jpg);
	background-repeat: no-repeat;
	height: 66px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	text-indent: -9999px;
}
.top-search .main,.ebk-search .main {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

/*在庫・電子書籍フォーム共通*/
.top-search select,.ebk-search select {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 180px;
	font-size: 36px;
}

.top-search input {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 240px;
	height: 60px;
}

/*ボタン(在庫・電子書籍共通)*/
.top-search input.btn,.ebk-search input.btn {
	display: block;
	height: 190px;
	width: 176px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 在庫検索*結果表示 ------------------------------------------------------------------------------*/

.search-sort {
	padding: 3px;
	background-color: #f4e8cc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.search-sort-header {
	padding:0px;
	margin:0px;
	font-size:27px;
	background-color:#f4e8cc;
	color:#333333
}
.search-sort-inner {
	background-color: #FFFFFF;
	font-size: 27px;
	line-height: 140%;
	padding: 2px;
}

.search-sort-inner .item_area{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.search-sort-inner .item_img{
	float: left;
	width: 150px;
	padding-right: 5px;
}
.search-sort-inner .item_ttl{
	font-size: 36px;
	font-weight: bold;
}

.search-sort-inner .item_ttl a,.search-sort-inner .item_img a{
	color: #D05301;
}
.search-sort-inner .item_lt{
	padding-bottom: 5px;
}
.search-sort-inner .stock_lt{
	color: #FF0000;
}
.search-sort-inner .img_flt_cl{}

.search-sort-inner .navi {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.search-sort-inner .navi a {
	color: #D05301;
	padding: 3px;
	text-decoration: none;
	background-color: #f4e8cc;
}

.search-sort-inner .navi a:hover {
	background-color: #C6BCA7;
	color: #FFFFFF;
}

.search-sort-inner .navi a.current{
	background-color: #C6BCA7;
	color: #FFFFFF;}


/* リコメンド -------------------------------------------------------------------------------------*/

.recommend {
	border: solid 2px #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.recommend .bk_ti {
	display:block;
	font-size:10px;
	margin-top: 5px;
}

.recommend td.bgc { padding:3px}
.recommend td.bgc a { color:#D05301}
.recommend td.bgc:hover {
	cursor:pointer;
	background-color:#FFFFFF
}


/* 電子書籍検索 -----------------------------------------------------------------------------------*/

.ebk-search {
	width: 243px;
	font-size: 12px;
}

.ebk-search-inner {
	}

.ebk-search h2 {
	background-image: url(../books_images_top/ti_ebk_search.jpg);
	background-repeat: no-repeat;
	height: 33px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
	text-indent: -9999px;
}

.ebk-search input.slct {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	width: 145px;
}

.top-search table,.ebk-search table {
	margin-top: 5px;
	margin-bottom: 5px;
}

.top-search td,.ebk-search td {
	padding: 2px;
}

/* ランキング -----------------------------------------------------------------------------------*/

.ranking {
	width: 452px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../books_images_top/rank_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-top: 15px;
}

.ranking h2 {
	font-size: 9px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url(../books_images_top/ti_ranking.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 20px;
}

.ranking ul {
	margin: 0px;
	padding: 0 0 0 3px;
	display: block;
	list-style-type: none;
}

.ranking li {
	width:89px;
	height:32px;
	float: left;
	display: block;
	font-size: 12px;
	text-align: center;
}

.ranking li a {text-decoration: none;}

.ranking li a:hover {background-position: 0px -32px;	
	text-decoration: none;	}

.ranking li.blue a {
	background-image: url(../books_images_top/btn_rank01.jpg);
	background-repeat: no-repeat;
	display: block;
	text-shadow: 1px 1px 0px #000;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
}

.ranking li.white a {
	background-image: url(../books_images_top/btn_rank02.jpg);
	background-repeat: no-repeat;
	display: block;
	text-shadow: 1px 1px 0px #FFF;
	color: #000000;
	height: 25px;
	padding-top: 7px;
}

.ranking-main {
	padding-top: 3px;
	padding-left: 2px;
	clear: both;
	background-image: url(../books_images_top/rank_main.jpg);
	background-repeat: repeat-y;
	width: 452px;
	padding-bottom: 10px;
}

.ranking td.num {
	width: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 2px;
}

.ranking td.list {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.ranking td.list a {
	color: #2B76C4;
	font-weight: bold;
	text-decoration: none;
}
.ranking td.list a:hover {
color: #358be7;
}

.ranking .width-size {
	width:440px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.ranking .update {
	font-size: 10px;
	color: #999999;
}

.rankingList li .update {
	font-size: 80%;
	color: #999999;
	text-align: right;
}
/*リンク*/
.tab .tabbtn a {
	color: white;
	text-decoration: none;
}
.tab .tabbtn a:hover {
	cursor:pointer;
	color: white;
	text-decoration: underline;
}

.ranking .top {
	height:32px;
	background-image: url(../books_images_top/rank_top.jpg);
	width: 452px;
}


/* twitter ---------------------------------------------------------------------------------------*/
.twitter {
	width: 230px;
	margin: 0 auto;
}

/* リンクバナー -----------------------------------------------------------------------------------*/

.top-link {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.top-link .item{
	background-color: #DCDCDC;
	padding: 3px;
	font-size: 10px;
	color: #000000;
	margin-bottom: 1px;
}
