
/* ----- style.css ----- */
@media all {
﻿@charset "UTF-8";
@import url("mainmenu.css");
@import url("footermenu.css");

/* General Settings */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFFFFF;
/*
	margin: 0;
	padding: 0;
*/
}

img {
	border: none;
}
form {
	margin: 0;
}
a {
	color: #2c4186;
	background-color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-color:#FFFFFF;
	text-decoration: underline;
}
a.detail {
	display: block;
	width: 67px;
	height: 11px;
	background-image: url(btn_detail.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover.detail {
	background-image: url(btn_detail_f2.gif);
}
a.golist {
	display: block;
	width: 67px;
	height: 11px;
	background-image: url(btn_golist.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover.golist {
	background-image: url(btn_golist_f2.gif);
}
div.pagetop a {
    clear: both;
	display: block;
	width: 120px;
	height: 12px;
	margin-top: 30px;
	margin-left: 430px;
	background-image: url(btn_pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div.pagetop a:hover {
	background-image: url(btn_pagetop_f2.gif);
}
.active {
	color: #ff0028;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5 {margin: 0;}

/* Structure */
#OuterWrapper {
	width: 800px;
	margin: auto;
	border: #ccc 1px solid;
}
table#ContentsFrame {
	width: 780px;
	margin: 2px 0 0 10px;
	border: 0;
	padding: 0;
}
#Subnavi {
	width: 184px;
 	vertical-align: top;
}
#ContentsBody {
	width: 560px;
	padding-left: 30px;
 	vertical-align: top;
}
#ContentsWrapper {
}

/* float clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Header */
#Header {
	width: 780px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#HeaderLogo {
	float: left;
	margin: 15px 0 0 0;
}
#HeaderSearch { /* 検索エリアラッパー */
	float: right;
	font-size: 0.8em;
	margin: 10px 0 0 0;
}
#searchLower{ /* 検索下段フロートを一旦クリア */
	clear: left;
}
#HeaderSearch dl {
	margin: 0;
}
#HeaderSearch dt {
	float: left;
	margin: 1px 0;
}
#HeaderSearch dd {
	float: left;
	margin: 1px 0 1px 3px;
}
#HeaderSearch .mid { /* テキストエリア部幅設定 */
	display: block;
	width: 170px;
}
#HeaderSearch .btn { /* 検索ボタン位置微調整 */
	margin-top: 2px;
}
.searchList { /* プルダウン */
	font-size: 12px;
	width: 100px;
}
.searchTextBox { /* 検索上段テキストエリア */
	font-size: 12px;
	width: 155px;
	height: 16px;
	padding: 0;
}
.searchISBN1 { /* 検索下段ISBN入力左 */
	width: 85px;
	height: 16px;
	padding: 0;
}
.searchISBN2 { /* 検索下段ISBN入力右 */
	width: 20px;
	height: 16px;
	padding: 0;
	background-color: #CCCCCC;
	text-align: center;
}
#HeaderManual { /* 検索の手引き */
	clear: both;
	font-size: 0.8em;
	text-align: right;
	margin: 0;
}



/* PANKUZU List */
#Pankuzu {
	width: 780px;
	margin-left: 10px;
	padding: 10px 0;
	font-size: 0.8em;
}



/* Footer */
#Footer {
	width: 780px;
	margin-left: 10px;
}

#Copyright {
	padding: 5px 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

/*　++++++++++トップページ++++++++++++++　*/

/* TopPageMainVisual */
#MainVisual {
	width: 780px;
	margin: 2px 0 10px 10px;
}

/* TopPage NewRelease */
#NewRelease {
	width: 780px;
	margin-left: 10px;
}
div.boxTitleFull {margin-bottom: -2px;}
div.boxFrame {
	width: auto;
	margin: 0;
	padding: 10px 10px 13px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A8A9A9;
	border-bottom-color: #A8A9A9;
	border-left-color: #A8A9A9;	
	min-height: 1em;/* 20070321追加 */
}
.topBookInfo { /* 新刊情報1冊分ラッパー */
	width: 125px;
	float: left;
}
p.topBookPhoto { /* 書籍サムネイル */
	text-align: left;
	margin: 7px 0;
}
.topBookInfo dl {
	margin: 0 8px 0 0;
}
.topBookInfo dt.bookTitle, .topBookInfo dd.bookAuthor { /* 書籍名・著作者名 */
	font-size: 0.80em;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
	margin: 0;
	margin-bottom: 5px;
}
.topBookInfo dd.bookDetail { /* 書籍説明文 */
	font-size: 0.73em;
	line-height: 1.3em;
	margin: 0;
}

#TopMagazine {
	float: left;
	width: 264px;
	margin: 0;
	display: inline;
}
.topBookInfoMag { /* マガジンは幅が狭い */
	width: 120px;
	float: left;
}
.topBookInfoMag dl {
	margin: 0 8px 0 0;
}
.topBookInfoMag dt.bookTitle { /* 雑誌名 */
	font-size: 0.80em;F
	font-weight: bold;
	line-height: 1.1em;
	display: block;
	margin: 0;
	margin-bottom: 5px;
}
.topBookInfoMag dd.bookDetail { /* 書籍説明文 */
	font-size: 0.73em;
	line-height: 1.3em;
	margin: 0;
}

#TopBanners p { /* マガジン下バナー */
	margin: 6px 0 0;
}

#TopTachiani { /* 立ち読み・アニメラッパー */
	float: left;
	width: 164px;
	margin-left: 10px;
	display: inline;
}
#TopTachiani dt {
	float: left;
	display: block;
	margin: 0 5px;
}
#TopTachiani dl {
	margin: 0;
}
#TopTachiani div dd.bookDetail {
	font-size: 0.73em;
	line-height: 1.3em;
	display: block;
	margin: 0 5px;
}
#TopTachiani p.button {
	display: block;
	float: right;
	margin: 10px 5px;
}
#TopTachiani div.boxFrame { /* 他のBoxFrameとはpaddingが違うので注意 */
	width: auto;
	margin: 0;
	padding: 10px 5px 5px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A8A9A9;
	border-bottom-color: #A8A9A9;
	border-left-color: #A8A9A9;	
}
#TopNews { /* News＆Topicsラッパー */
	font-size: 0.85em;
	line-height: 1.3em;
	float: left;
	width: 332px;
	margin-left: 10px;
	display: inline;
}
#TopNews dl { /* News＆Topics */
	display: block;
	margin: 5px 0;
}
#TopNews dt, #TopNews dd { /* News＆Topics日付と記事 */
	font-size: inherit;
	margin: 0;
}


/*　++++++++++下層ページ共通パーツ++++++++++++++　*/

 dl.bookInfo {
	width: 174px;
	/*height: 240px;*/
	height: 300px;
	display: block;
	float: left;
	margin: 0 4px 20px;
}
div.pagination {
	text-align: right;
	line-height: 1.5em;
}
.btnCart a {
	display: block;
	float: right;
	width: 63px;
	height: 68px;
	margin-top: -50px;
	background-image: url(btn_cart.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: right;
}
.btnChara a {
	display: block;
	float: right;
	width: 60px;
	height: 37px;
	margin-top: -5px;
	background-image: url(btn_chara.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: right;
}
.btnKodomo a {
	display: block;
	float: right;
	width: 58px;
	height: 53px;
	margin-top: -50px;
	background-image: url(btn_kodomo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: right;
}
.blockWrapper {/* 20070321追加 */
	min-height: 1em;
}
div dd.newIcon {/* 20070323修正 */
	display: block;
	text-align: left;
	margin: 2px 15px 2px;
}
/* リスト書籍名背景コントロール用 */
/*　++++++++++雑誌エリア++++++++++++++　*/

#Magazine .bookName a {/* 20070320修正 */
	display: block;
	width: 174px;
	height: 33px;
	background-image: url(namebase_magazine.gif);
	background-repeat: no-repeat;
	background-color: #910C37;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#Magazine .bookName span.name {/* 20070320新規追加 */
	position: absolute;
	width: 140px;
	text-align: center;
	top: 50%;
	/* left: 50%; */
	/* margin-top: -0.65em; */
	/* margin-left: -5.8em; */
	margin: -0.65em 18px 0;
	line-height: 100%;
}
#Magazine .bookName a:hover {/* 雑誌用 */
	background-image: url(namebase_magazine_f2.gif);
	color: #fff;
	text-decoration: none;
	background-color: #B81E50;
}
#Magazine #DetailPhoto {/* 詳細・写真 */
	float: left;
	vertical-align: top;
	margin-right: 20px;
}
#Magazine #DetailText {/* 詳細・データ位置 */
	Float: left;
}
#Magazine #DetailText dl {/* 詳細・データ幅 */
	margin: 0;
	width: 350px;
}
#MagazineDetail dt {/* 詳細・書籍名 */
	margin: 0 0 10px;
	font-size: 2em;
	font-weight: bold;
}
#MagazineDetail dd {/* 詳細・各データ */
	margin: 0;
	line-height: 1.5em;
}
#MagazineDetail .btnSubscribe a {/* 詳細・定期購読ボタン */
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 30px;
	background-image: url(btn_subscribe.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#MagazineDetail .btnSubscribe a:hover {/* 詳細・定期購読ボタン反転 */
	background-image: url(btn_subscribe_f2.gif);
}

#FeatureHead {/* 特集囲みヘッダ */
	margin-top: 15px;
}
#Magazine div#SelectInner {/* 特集囲み */
	color: #000;
	background-color: #FFF;
	padding: 20px 20px;
}
#Feature {}/* 特集 */
#Feature dl {
	margin: 0;
}
#Feature dt {/* 特集・タイトル */
	margin: 0 0 5px;
	font-size: 1.3em;
	font-weight: bold;
}
#Feature dd {/* 特集・内容 */
	margin: 0;
	line-height: 1.5em;
}
#MagazineList {/* 一覧表 */
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#MagazineList th {/* 一覧表最上段 */
	background-color: #910C37;
	border: 1px solid #000;
	padding: 2px;
}
#MagazineList td {/* 一覧表セル */
	padding: 5px;
	border: 1px solid #000;
}
#MagazineList .photo {/* 一覧表写真セル */
	width: 10%;
	text-align: center;
}
#MagazineList .series {/* 一覧表シリーズアイコンセル */
	width: 10%;
	text-align: center;
}
#MagazineList .bname {
}
#MagazineList .price {/* 一覧表価格セル */
	white-space: nowrap;
	text-align: center;
}
#MagazineList .isbn {/* 一覧表ISBNセル */
	white-space: nowrap;
}

/*　++++++++++単行本エリア++++++++++++++　*/

#Book .bookName a {/* 20070320修正 */
	display: block;
	width: 174px;
	height: 33px;
	background-image: url(namebase_book.gif);
	background-repeat: no-repeat;
	background-color: #B01A97;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#Book .bookName span.name {/* 20070320新規追加 */
	position: absolute;
	width: 145px;
	text-align: center;
	top: 50%;
	/* left: 50%; */
	/* margin-top: -0.65em; */
	/* margin-left: -5.8em; */
	margin: -0.65em 18px 0;
	line-height: 100%;
}
#Book .bookName a:hover {/* 単行本用 */
	background-image: url(namebase_book_f2.gif);
	color: #fff;
	text-decoration: none;
	background-color: #D364C0;
}
#BookList {/* 一覧表 */
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#BookList th {/* 一覧表最上段 */
	background-color: #A6007E;
	border: 1px solid #000;
	padding: 2px;
}
#BookList td {/* 一覧表セル */
	padding: 5px;
	border: 1px solid #000;
}
#BookList .photo {/* 一覧表写真セル */
	width: 10%;
	text-align: center;
}
#BookList .bname {
}
#BookList .auth {/* 一覧表著者名セル */
	width: 15%;
	text-align: center;
}
#BookList .price {/* 一覧表価格セル */
	white-space: nowrap;
	text-align: center;
}
#BookList .isbn {/* 一覧表ISBNセル */
	white-space: nowrap;
}
#BookList .tach {/* 一覧表立ち読みセル */
	text-align: center;
}
#Book #DetailPhoto {/* 詳細・写真 */
	float: left;
	vertical-align: top;
	margin-right: 20px;
}
#Book #DetailText {/* 詳細・データ位置 */
	Float: left;
}
#Book #DetailText dl {/* 詳細・データ幅 */
	margin: 0;
	width: 350px;
}
#BookDetail dt {/* 詳細・書籍名 */
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}
#BookDetail dd {/* 詳細・各データ */
	margin: 0;
	line-height: 1.5em;
}
#BookDetail dd.subName {/* 詳細・サブタイトル */
	margin: 0 0 5px;
	font-size: 1.3em;
	line-height: 1.2em;
}
#BookDetail dd.auther {/* 詳細・著者名 */
	margin: 0 0 10px;
}
#BookDetail dd.other {/* 詳細・その他 */
	font-size: 1.1em;
}
#Book p.btnTach {/* 立ち読みボタン・位置 */
	text-align: center;
	margin: 10px;
}
#Book p.btnTach a {/* 立ち読みボタン */
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 30px;
	background-image: url(btn_tach_book.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#Book p.btnTach a:hover {/* 立ち読みボタン・反転 */
	background-image: url(btn_tach_book_f2.gif);
}
#Book div.SelectInnerD {/* 詳細・説明文ボックス */
	color: #000;
	background-color: #FFF;
	padding: 10px 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

/*　++++++++++文庫エリア++++++++++++++　*/

#Bunko .bookName a {/* 20070320修正 */
	display: block;
	width: 174px;
	height: 33px;
	background-image: url(namebase_bunko.gif);
	background-repeat: no-repeat;
	background-color: #0C7F00;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#Bunko .bookName span.name {/* 20070320新規追加 */
	position: absolute;
	width: 145px;
	text-align: center;
	top: 50%;
	/* left: 50%; */
	/* margin-top: -0.65em; */
	/* margin-left: -5.8em; */
	margin: -0.65em 18px 0;
	line-height: 100%;
}
#Bunko .bookName a:hover {/* 文庫用 */
	background-image: url(namebase_bunko_f2.gif);
	color: #fff;
	text-decoration: none;
	background-color: #3CA433;
}


#BunkoList {/* 一覧表 */
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#BunkoList th {/* 一覧表最上段 */
	background-color: #0C7F00;
	border: 1px solid #000;
	padding: 2px;
}
#BunkoList td {/* 一覧表セル */
	padding: 5px;
	border: 1px solid #000;
}
#BunkoList .photo {/* 一覧表写真セル */
	width: 10%;
	text-align: center;
}
#BunkoList .bname {
}
#BunkoList .auth {/* 一覧表著者名セル */
	width: 15%;
	text-align: center;
}
#BunkoList .price {/* 一覧表価格セル */
	white-space: nowrap;
	text-align: center;
}
#BunkoList .isbn {/* 一覧表ISBNセル */
	white-space: nowrap;
}
#BunkoList .tach {/* 一覧表立ち読みセル */
	text-align: center;
}
#Bunko #DetailPhoto {/* 詳細・写真 */
	float: left;
	vertical-align: top;
	margin-right: 20px;
}
#Bunko #DetailText {/* 詳細・データ位置 */
	Float: left;
}
#Bunko #DetailText dl {/* 詳細・データ幅指定 */
	margin: 0;
	width: 350px;
}
#BunkoDetail dt {/* 詳細・書籍名 */
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}
#BunkoDetail dd {/* 詳細・各データ */
	margin: 0;
	line-height: 1.5em;
}
#BunkoDetail dd.subName {/* 詳細・サブタイトル */
	margin: 0 0 5px;
	font-size: 1.3em;
	line-height: 1.2em;
}
#BunkoDetail dd.auther {/* 詳細・著者名 */
	margin: 0 0 10px;
}
#BunkoDetail dd.other {/* 詳細・その他 */
	font-size: 1.1em;
}
#Bunko p.btnTach {/* 詳細・立ち読みボタン位置 */
	text-align: center;
	margin: 10px;
}
#Bunko p.btnTach a {/* 詳細・立ち読みボタン */
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 30px;
	background-image: url(btn_tach_bunko.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#Bunko p.btnTach a:hover {/* 詳細・立ち読みボタン反転 */
	background-image: url(btn_tach_bunko_f2.gif);
}
#Bunko div.SelectInnerD {/* 詳細・説明文ボックス */
	color: #000;
	background-color: #FFF;
	padding: 10px 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}


/*　++++++++++子どもの本エリア++++++++++++++　*/

#Kodomo .bookName a {/* 20070320修正 */
	display: block;
	width: 174px;
	height: 33px;
	background-image: url(namebase_kodomo.gif);
	background-repeat: no-repeat;
	background-color: #FF6400;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#Kodomo .bookName span.name {/* 20070320新規追加 */
	position: absolute;
	width: 145px;
	text-align: center;
	top: 50%;
	/* left: 50%; */
	/* margin-top: -0.65em; */
	/* margin-left: -5.8em; */
	margin: -0.65em 18px 0;
	line-height: 100%;
}
#Kodomo .bookName a:hover {/* こどもの本用 */
	background-image: url(namebase_kodomo_f2.gif);
	color: #fff;
	text-decoration: none;
	background-color: #F98D45;
}

#KodomoList {/* 一覧表 */
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#KodomoList th {/* 一覧表最上段 */
	background-color: #014E9C;
	border: 1px solid #000;
	padding: 2px;
}
#KodomoList td {/* 一覧表セル */
	padding: 5px;
	border: 1px solid #000;
}
#KodomoList .photo {/* 一覧表写真セル */
	width: 10%;
	text-align: center;
}
#KodomoList .bname {
}
#KodomoList .auth {/* 一覧表著者名セル */
	width: 15%;
	text-align: center;
}
#KodomoList .price {/* 一覧表価格セル */
	white-space: nowrap;
	text-align: center;
}
#KodomoList .isbn {/* 一覧表ISBNセル */
	white-space: nowrap;
}
#KodomoList .tach {/* 一覧表立ち読みセル */
	text-align: center;
}
#Kodomo #DetailPhoto {/* 詳細・写真 */
	float: left;
	vertical-align: top;
	margin-right: 20px;
}
#Kodomo #DetailText {/* 詳細・データ位置 */
	Float: left;
}
#Kodomo #DetailText dl {/* 詳細・データ幅 */
	margin: 0;
	width: 350px;
}
#KodomoDetail dt {/* 詳細・書籍名 */
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}
#KodomoDetail dd {/* 詳細・各データ */
	margin: 0;
	line-height: 1.5em;
}
#KodomoDetail dd.subName {/* 詳細・サブタイトル */
	margin: 0 0 5px;
	font-size: 1.3em;
	line-height: 1.2em;
}
#KodomoDetail dd.auther {/* 詳細・著者名 */
	margin: 0 0 10px;
}
#KodomoDetail dd.other {/* 詳細・その他 */
	font-size: 1.1em;
}
#Kodomo p.btnTach {/* 詳細用 立ち読みボタン位置 */
	text-align: center;
	margin: 10px;
}
#Kodomo p.btnTach a {/* 詳細用 立ち読みボタン */
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 30px;
	background-image: url(btn_tach_kodomo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#Kodomo p.btnTach a:hover {/* 詳細用 立ち読みボタン反転 */
	background-image: url(btn_tach_kodomo_f2.gif);
}
#Kodomo div.SelectInnerD {/* 詳細用 説明文ボックス */
	color: #000;
	background-color: #FFF;
	padding: 10px 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}


/*　++++++++++コミックスエリア++++++++++++++　*/
/* 各セレクタは他エリアを参照 */

#Comics .bookName a {/* 20070320編集 */
	display: block;
	width: 174px;
	height: 33px;
	background-image: url(namebase_comics.gif);
	background-repeat: no-repeat;
	background-color: #FF6400;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#Comics .bookName span.name {/* 20070320新規追加 */
	position: absolute;
	width: 145px;
	text-align: center;
	top: 50%;
	/* left: 50%; */
	/* margin-top: -0.65em; */
	/* margin-left: -5.8em; */
	margin: -0.65em 18px 0;
	line-height: 100%;
}
#Comics .bookName a:hover {/* コミックス用 */
	background-image: url(namebase_comics_f2.gif);
	color: #fff;
	text-decoration: none;
	background-color: #F98D45;
}
#ComicsList {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#ComicsList th {
	background-color: #FF6400;
	border: 1px solid #000;
	padding: 2px;
}
#ComicsList td {
	padding: 5px;
	border: 1px solid #000;
}
#ComicsList .photo {
	width: 10%;
	text-align: center;
}
#ComicsList .bname {
}
#ComicsList .auth {
	width: 15%;
	text-align: center;
}
#ComicsList .price {
	white-space: nowrap;
	text-align: center;
}
#ComicsList .isbn {
	white-space: nowrap;
}
#ComicsList .tach {
	text-align: center;
}
#Comics #DetailPhoto {/* 詳細・写真 */
	float: left;
	vertical-align: top;
	margin-right: 20px;
}
#Comics #DetailText {/* 詳細・データ */
	Float: left;
}
#Comics #DetailText dl {/* 詳細・データ */
	margin: 0;
	width: 350px;
}
#ComicsDetail dt {/* 詳細・書籍名 */
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}
#ComicsDetail dd {/* 詳細・各データ */
	margin: 0;
	line-height: 1.5em;
}
#ComicsDetail dd.subName {/* 詳細・サブタイトル */
	margin: 0 0 5px;
	font-size: 1.3em;
	line-height: 1.2em;
}
#ComicsDetail dd.auther {/* 詳細・著者名 */
	margin: 0 0 10px;
}
#ComicsDetail dd.other {/* 詳細・その他 */
	font-size: 1.1em;
}
#Comics p.btnTach {/* 立ち読みボタン位置 */
	text-align: center;
	margin: 10px;
}
#Comics p.btnTach a {/* 立ち読みボタン */
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 30px;
	background-image: url(btn_tach_comics.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#Comics p.btnTach a:hover {/* 立ち読みボタン反転 */
	background-image: url(btn_tach_comics_f2.gif);
}
#Comics div.SelectInnerD {/* 文庫・詳細用 */
	color: #000;
	background-color: #FFF;
	padding: 10px 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

/*　++++++++++ジブリの本エリア++++++++++++++　*/
/* 各セレクタは他エリアを参照 */


#GhibliList {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#GhibliList th {
	background-color: #7D0075;
	border: 1px solid #000;
	padding: 2px;
}
#GhibliList td {
	padding: 5px;
	border: 1px solid #000;
}
#GhibliList .photo {
	width: 10%;
	text-align: center;
}
#GhibliList .bname {
}
#GhibliList .auth {
	width: 15%;
	text-align: center;
}
#GhibliList .price {
	white-space: nowrap;
	text-align: center;
}
#GhibliList .isbn {
	white-space: nowrap;
}
#GhibliList .tach {
	text-align: center;
}




/* オススメ囲み用 */
div#SelectOuter {/* アウターは共通（一部連続ボックスにて調整あり） */
	color: #000;
	background-color: #C8C8C8;
	padding: 7px;
	margin-bottom: 15px;
}
div.SelectOuterD {/* 上記連続ボックス用 */
	color: #000;
	background-color: #C8C8C8;
	padding: 7px;
	margin-bottom: 0;
}
#Book div#SelectInner {/* 単行本用 */
	color: #000;
	background-color: #FFF;
	padding: 20px 50px;
	border: #A6007E 2px solid;
	min-height: 1em;/* 20070321追加 */
}
#Bunko div#SelectInner {/* 文庫用 */
	color: #000;
	background-color: #FFF;
	padding: 20px 50px;
	border: #094401 2px solid;
	min-height: 1em;/* 20070321追加 */
}
div#SelectInner dl {
	margin: 0 15px;
}
.bookInfo dd {
	margin: 0;
}
div dd.bookPhoto {
	text-align: center;
	margin: 10px 0 5px;
}
div dt.bookPhoto {
	text-align: center;
	margin: 10px 0 5px;
}
div dd.bookTitle {
	text-align: left;
	margin: 0 15px 5px;
	font-size: 0.80em;
	font-weight: bold;
	line-height: 1.1em;
}
div dd.bookAuthor {
	text-align: left;
	margin: 0 15px 5px;
	font-size: 0.80em;
	font-weight: normal;
	line-height: 1.1em;
}
div dd.bookDetail {
	display: block;
	margin: 10px 15px 5px;
	font-size: 0.73em;
	font-weight: normal;
	line-height: 1.1em;
}
div dd.button {/* 詳細ボタン位置調整 */
	display: block;
	margin: 0 0 5px 100px;
}

/* アニメPickUp */
#AnimePU dl.animeInfo {
	display: block;
	float: left;
	width: 200px;
	margin: 10px 30px;
}
#AnimePU dt.animePhoto {
	text-align: center;
}
#AnimePU dd.animeTitle {
	font-size: 0.80em;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
	margin: 10px 15px;
}
#AnimePU dd.animeDetail {
	display: block;
	margin: 10px 15px 5px;
	font-size: 0.73em;
	font-weight: normal;
	line-height: 1.1em;
}
#AnimePU dd.button {/* 詳細ボタン位置調整 */
	display: block;
	margin: 0 0 5px 120px;
}
div.guideBtn {
	text-align: center;
	margin-top: 25px;
}

/*　++++++++++News ++++++++++++++　*/
#NewsTop div#Year {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #4D4D4D;
}
#NewsTop div#Past {
	display: block;
	width: 250px;
	float: right;
	text-align: right;
	font-size: 0.85em;
}
/*　一覧表用　*/
table#NewsList {
	width: 100%;
	color: #221815;
}
#NewsList td {
	padding: 4px;
	vertical-align: top;
}
table #NewsList tr {
	background-image: url(dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#NewsList .date {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	width: 80px;
}
/*　詳細ページ　*/
#NewsDetailTop {
	background-image: url(news_top_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#NewsDetailDate {
	display: block;
	width: 100px;
	float: left;
	font-size: 0.9em;
	color: #4D4D4D;
}
#NewsDetailBody {
	display: block;
	width: 460px;
	float: left;
	font-size: 0.9em;
	color: #4D4D4D;
}
div.NewsDetailText {
	display: block;
	width: 390px;
	float: left;
	font-size: 0.9em;
}
div.NewsDetailText p {
	margin: 0;
	padding: 0 15px 10px 0;
	line-height: 1.5em;
}
div.NewsDetailText p.siteLink {
	text-align: right;
	font-size: 0.9em;
}
div.NewsDetailText p.siteLink img {
	vertical-align: bottom;
}
div.NewsDetailText p.caption {
	margin-top: 5px;
	font-size: 0.85em;
}
div.NewsDetailPhoto {
	display: block;
	width: 170px;
	float: left;
	font-size: 0.83em;
}
div.NewsDetailPhoto p {
	margin: 0;
}
div.NewsDetailPhoto p.caption {
	margin-top: 5px;
}
div.NewsDetailBock {
	margin-bottom: 20px;
}


/*　++++++++++新刊情報 ++++++++++++++　*/
#NewList {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#NewList th {
	background-color: #898989;
	border: 1px solid #000;
	padding: 2px;
}
#NewList td {
	padding: 5px;
	border: 1px solid #000;
}
#NewList .photo {
	width: 10%;
	text-align: center;
}
#NewList .genre {
	width: 10%;
	text-align: center;
}
#NewList .bname {
}
#NewList .auth {
	width: 15%;
	text-align: center;
}
#NewList .price {
	white-space: nowrap;
	text-align: center;
}
#NewList .isbn {
	white-space: nowrap;
}
#NewList .tach {
	text-align: center;
}

/* ++++++++++発売カレンダー++++++++++ */

#CalTop div#Month {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #4D4D4D;
}
#CalTop div#Move {
	display: block;
	width: 250px;
	float: right;
	text-align: right;
	font-size: 0.85em;
}
table#CalList {
	width: 100%;
	color: #4D4D4D;
	border-collapse: collapse;
}
#CalList td {
	padding: 2px;
	height: 20px;
	margin: 0;
	vertical-align: middle;
}
#CalList tr {
	background-image: url(dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#CalList .day {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	width: 40px;
	text-align: center;
	border-right: #ccc 1px solid;
}
#CalList .top {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	width: 40px;
	text-align: center;
	border-top: #ccc 5px solid;
	border-right: #ccc 1px solid;
}
#CalList .dow {
	white-space: nowrap;
	width: 20px;
	text-align: center;
	border-right: #ccc 1px solid;
}
#CalList .icon {
	width: 40px;
	text-align: center;
}
#CalList .body {
	font-size: 0.9em;
}


/* ++++++++++検索結果++++++++++ */

#ResultNum {
	font-size: 1.3em;
	font-weight: bold;
	color: #3C3C3C;
	float: left;
}
#ResultTop div.pagination {
	float: right;
}
#Alart {
	color: #3C3C3C;
	margin-top: 80px;
	margin-bottom: 100px;
	margin-left: 100px;
}

/* ++++++++++購入リスト++++++++++ */

#BuyList {/* 一覧表 */
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#BuyList th {/* 一覧表最上段 */
	background-color: #E5E5E5;
	border: 1px solid #000;
	padding: 2px;
}
#BuyList td {/* 一覧表セル */
	padding: 5px;
	border: 1px solid #000;
}
#BuyList .bname {/* リスト書名 */
}
#BuyList .price {/* リスト価格 */
	width: 30%;
	text-align: right;
	white-space: nowrap;
}
#BuyList .num {/* リスト冊数 */
	width: 10%;
	text-align: center;
}
#BuyList .delete {/* リスト削除 */
	width: 10%;
	text-align: center;
}
#BuyList .total {/* リスト合計 */
	text-align: right;
	color: #FF0000;
}
#BuyList .tprice {/* リスト合計価格 */
	text-align: right;
}
#Buy div.notice {
	font-size: 0.8em;
}
#Buy div.buttons {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
#Buy input.bspace {
	margin: 5px 20px;
}


/* 画像border用追加分 */
.photo img {border: 1px solid #333;}
.cbookPhoto img {border: 1px solid #333;}
#DetailPhoto img {border: 1px solid #333;}
.bookPhoto img {border: 1px solid #333;}
.topBookPhoto img {border: 1px solid #333;}
#TopTachiani dt img {border: 1px solid #333;}

/* トクマ・フェバリット・コミックス用 */
#Comics .name01 a {
	font-size: 0.7em;
}

/* ムック　honeycouture 用　立ち読みボタン add - 090909 */
#Magazine p.btnTachMag {/* 立ち読みボタン・位置 */
	text-align: center;
	margin: 10px;
}
#Magazine p.btnTachMag a {/* 立ち読みボタン */
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 30px;
	background-image: url(btn_tachi_magazine.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#Magazine p.btnTachMag a:hover {/* 立ち読みボタン・反転 */
	background-image: url(btn_tachi_magazine_f2.gif);
}


/* トップバナースタイル修正　090911 */
.topBanner0909 {
  margin: 0 0 6px;
}
}


