@charset "UTF-8";
/**
 :タイトル "サイト共通パーツ スタイル設定";
 :一行説明 "サイト共通パーツ スタイル設定のスタイルシートです";
 :作成日 "2012-05-14";
 :改訂版 [:版 "1.0.0"; :作成日 "2012-05-14"];
*/


pre{
	overflow: auto;
	width: 656px;
	margin: 2em 0;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 86%;
}
code{
	font-family: Arial, Helvetica, sans-serif;
}
div.htuCat{
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color:#333;
	font-size: 133%;
	color: #fff;
}

div.htuHeading{
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #999;
	color: #fff;
	font-size: 133%;
	font-weight: bold;
}
div.htuHead{
	clear: both;
	margin: 2em 0 1em;
	padding: 0.5em;
	border: 3px solid #999;
}
div.htu{
	clear: both;
	margin: 1.5em 0 1em;
	padding: 0 10px;
	border-left: 3px solid #333;
	font-weight: bold;
	font-size: 133%;
}
div.htu strong{
	padding: 0.25em;
	color:white;
	background-color:red;
}



/* ▼セクション
   --------------------------------------------- */
div.section{
	margin-bottom: 2em;
}
div.section.last,
div.section div.section.last{
	margin-bottom: 0;
}
div.section div.section{
	margin-top: 2em;
}
div.section div.section.first{
	margin-top: 0;
}
div.section.catSec{
	margin-bottom: 1em;
}/* カテゴリTOPセクション調整 */

/* ▼段落
   --------------------------------------------- */
p.alC{
	text-align: center;
}
p.alR{
	text-align: right;
}
.upper{
	text-transform: uppercase;
}

/* ▼画像
   --------------------------------------------- */
img.pctL,
p.pctL{
	float: left;
	margin-right: 20px;
	text-align: center;
}
img.pctR,
p.pctR{
	float: right;
	margin-left: 20px;
	text-align: center;
}


/* ▼注記
   --------------------------------------------- */
span.note,
p.note,
ul.note{
	font-size: 86%;
}
span.notice,
p.notice,
ul.notice{
	color: #f00;
}


/* ▼見出し
   --------------------------------------------- */
h1.hdTxt01,
h2.hdTxt01{
	clear: both;
	position: relative;
	padding: 0 0 0.6em 0;
	margin: 0 -6px 1em;
	font-size: 129%;
	line-height: 1.35;
	background: url(/common/images/bg_heading01.gif) repeat-x left bottom;
}
h1.hdTxt01 span,
h2.hdTxt01 span{
	display: block;
	padding: 0.25em 0 0.25em 20px;
	background: url(/common/images/icn_heading01.gif) no-repeat 3px 0.15em;
}
h1.hdTxt01 span span.note,
h2.hdTxt01 span span.note{
	display: inline;
	padding: 0;
	background: none;
	font-size: 77%;
}
#bookCat h1.hdTxt01.hdTxt01mypage span,
#bookCat h2.hdTxt01.hdTxt01mypage span{
	padding: 0.2em 0 0.2em 43px;
	background: url(/common/images/icn_heading-mypage.gif) no-repeat 6px center;
}
#bookCat h1.hdTxt01.hdTxt01cart span,
#bookCat h2.hdTxt01.hdTxt01cart span{
	padding: 0.2em 0 0.2em 43px;
	background: url(/cart/images/icn_heading-cart.gif) no-repeat 6px center;
}
#bookCat h1.hdTxt01 span,
#bookCat h2.hdTxt01 span{
	background-image: url(/common/images/icn_heading01-book.gif);
}
#bookCat h1.hdTxt01 span span.note,
#bookCat h2.hdTxt01 span span.note{
	display: inline;
	padding: 0;
	background: none;
	font-size: 77%;
}
#kanpouCat h1.hdTxt01 span,
#kanpouCat h2.hdTxt01 span{
	background-image: url(/common/images/icn_heading01-kanpou.gif);
}
#kanpouCat h1.hdTxt01 span span.note,
#kanpouCat h2.hdTxt01 span span.note{
	display: inline;
	padding: 0;
	background: none;
	font-size: 77%;
}
#koukokuCat h1.hdTxt01 span,
#koukokuCat h2.hdTxt01 span{
	background-image: url(/common/images/icn_heading01-koukoku.gif);
}
#koukokuCat h1.hdTxt01 span span.note,
#koukokuCat h2.hdTxt01 span span.note{
	display: inline;
	padding: 0;
	background: none;
	font-size: 77%;
}

h2.hdTxt02,
h3.hdTxt02{
	padding: 0 0 0.35em 0;
	margin-bottom: 1em;
	background: url(/common/images/bg_heading02.gif) repeat-x left bottom;
	font-size: 114%;
}
h3.hdTxt03,
h4.hdTxt03{
	margin-bottom: 0.65em;
}
#bookCat h3.hdTxt03,
#bookCat h4.hdTxt03{
	color: #007fbf;
}
#kanpouCat h3.hdTxt03,
#kanpouCat h4.hdTxt03{
	color: #489a1f;
}
#koukokuCat h3.hdTxt03,
#koukokuCat h4.hdTxt03{
	color: #bf4026;
}

h2.hdImg01,
h3.hdImg01,
h4.hdImg01{
	margin-bottom: 1em;
}

div.detailLink{
	position: relative;
	margin: 0;
	font-size: 86%;
	width: 100%;
}
div.detailLink ul.linkList01{
	position: absolute;
	top: -3.5em;
	right: 0px;
}
div.detailLink.detailLinkH1 ul.linkList01{
	top: -4.25em;
}
div.detailLink ul.linkList01 li{
	float: left;
}


h2.hdImg02{
	margin-bottom: 15px;
}


/* ▼段組み：マルチカラム
   --------------------------------------------- */
div.clWrap{
	clear: both;
	zoom: 1;
	width: 100%;
}
div.clWrap:after{
	content:'';
	display:block;
	clear:both;
}

/* 画像＋キャプション セット */
dl.pctBox{
	margin: 0 0 1.5em;
	font-size: 86%;
}
dl.pctBox dt{
	margin: 0 0 0.6em;
}
dl.pctBox dt.alC{
	text-align: center;
}
dl.pctBox dt{
	display: block;
	text-align: center;
}
dl.pctBox dd{
	margin: 0 0 0.8em;
}
dl.pctBox dd.alC{
	text-align: center;
}
div.catIndex dl.pctBox{
	font-size: 100%;
}

/* 段組み（2カラム基準） */
div.clWrap.clWrap-2cl div.clBox{
	float: left;
	width: 310px;
}
div.clWrap.clWrap-2cl div.clBox.last{
	float: right;
}
div.clWrap.clWrap-2cl div.clBox.pctRBox{
	float: right;
	margin-left: 20px;
}
div.clWrap.clWrap-2cl div.clBox.pctLBox{
	float: left;
	margin-right: 20px;
}

/* 段組み（2カラム基準・2:1カラムセット） */
div.clWrap.clWrap-2cl div.clBox div.txtL{
	float: left;
	width: 210px;
}
div.clWrap.clWrap-2cl div.clBox div.pctR{
	float: right;
	width: 95px;
}
div.clWrap.clWrap-2cl div.clBox div.txtL02{
	float: left;
	width: 115px;
}
div.clWrap.clWrap-2cl div.clBox div.pctR02{
	float: right;
	width: 210px;
}

/* 段組み（3カラム基準） */
div.clWrap.clWrap-3cl div.clBox{
	float: left;
	width: 191px;
	margin-right: 33px;
}
div.clWrap.clWrap-3cl div.clBox.last{
	float: right;
	margin-right: 0;
}
div.clWrap.clWrap-3cl div.clBox.clBox2cl{
	float: right;
	width: 465px;
	margin-right: 0;
}
div.clWrap.clWrap-3cl div.txtL{
	float: left;
	width: 415px;
}
div.clWrap.clWrap-3cl div.txtR{
	float: right;
	width: 415px;
}
div.clWrap.clWrap-3cl div.clBox.pctRBox{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
div.clWrap.clWrap-3cl.catIndex dl.pctBox{
	margin-bottom: 0;
}
div.clWrap.clWrap-3cl dt.ttl {
	word-break: break-all;
}


/* 段組み（4カラム基準） */
div.clWrap.clWrap-4cl div.clBox{
	float: left;
	width: 146px;
	margin-right: 18px;
}
div.clWrap.clWrap-4cl div.clBox.last{
	float: right;
	margin-right: 0;
}



/* ▼コラム枠
   --------------------------------------------- */
div.columnBox{
	_zoom: 1;
	margin-bottom: 1.25em;
	padding: 1em 18px 0.5em;
	border: 2px solid #c3c3c3;
}
div.columnBox.columnBox2{
	padding: 1.1em 20px 0.6em;
	background-color: #ededed;
	border: none;
}
div.columnBox dl.columnBoxInner{
	zoom: 1;
}
div.columnBox dl.columnBoxInner:after{
   content:'';
   display:block;
   clear:both;
}
div.columnBox dl.columnBoxInner{
	zoom: 1;
	margin: 0;
}
div.columnBox dl.columnBoxInner div.txtL{
	float: left;
	width: 396px;
}
div.columnBox dl.columnBoxInner dt{
	margin-bottom: 0.8em;
	font-weight: bold;
	line-height: 1.5;
}
div.columnBox dl.columnBoxInner.contactInfo dt{
	padding: 0;
	background: none;
}
div.columnBox dl.columnBoxInner dd *{
	margin-bottom: 1em;
}
div.columnBox div.pctR{
	float: right;
	width: 200px;
	margin-bottom: 10px;
}


/* ▼ステップナビ
   --------------------------------------------- */
div.stepNav01{
	margin: 1em 0;
	font-size: 96%;
	text-align: center;
}
div.stepNav01 ul{
	position: relative;
	overflow: hidden;
	display: inline-block;
}
div.stepNav01 ul li.back{
	position: relative;
	z-index: 20;
	float: left;
	margin-right: 0.5em;
	padding-left: 12px;
	background: url(/common/images/icn_link-step01.gif) no-repeat left 0.65em;
}
div.stepNav01 ul li.next{
	position: relative;
	z-index: 21;
	float: right;
	width: 2em;
	margin-left: 0.5em;
	padding-right: 12px;
	background: url(/common/images/icn_link-step02.gif) no-repeat right 0.65em;
}
div.stepNav01 ul li.number{
	position: relative;
	z-index: 22;
    top: -3px;
	float: left;
	padding: 0.25em 0.25em;
	text-align: center;
}
div.stepNav01 ul li.number span.number{
	font-weight: bold;
	padding: 0.25em 0.25em;
	background: #ededed;
}
div.stepNav01 ul li.number span.current{
	font-weight: bold;
	padding: 0.25em 0.25em;
	color: #ffffff;
	background: #3333ed;
}


/* ▼プラグインダウンロード
   --------------------------------------------- */
div.downloadBox{
	zoom: 1;
	margin: 2em 0 1.5em;
	padding: 1em 18px 0.5em;
	border: 2px solid #c3c3c3;
}
div.downloadBox:after{
   content:'';
   display:block;
   clear:both;
}
div.downloadBox dt{
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 117%;
}
div.downloadBox p.pct{
	float: left;
	width: 160px;
	margin: 0;
}
div.downloadBox div.txt{
	margin-left: 175px;
}
div.downloadBox div.txt *{
	margin-bottom: 1em;
}


/* ▼リスト（通常）
   --------------------------------------------- */
ul.list01{
	margin-bottom: 1.25em;
	list-style: disc;
}
ul.list01 li{
	margin-left: 1.25em;
}
ol.list01{
	margin-bottom: 1.25em;
	list-style: decimal;
}
ul.listmark ol.list01 li{
	margin-left: 1.25em;
	text-indent: 0px;
}
ol.list01 li{
	margin-left: 2.25em;
}
ul.listIndt01 li li{
	margin-left: 1em;
}
ul.listIndt02 li li{
	margin-left: 2em;
}
ul.listIndt03 li li{
	margin-left: 3em;
}
ol.list01 ul.list01{
	margin-bottom: 0;
}


/* ▼リスト（記号指定）
   --------------------------------------------- */
ul.listmark{
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
ul.listmark li,
ul.linkList01 ul.listmark li{
	margin: 0 0 0.35em 1em;
	padding: 0;
	text-indent: -1em;
	background: none;
}
ul.listmark.listmark02 li{
	margin-left: 2em;
	text-indent: -2em;
}
ul.listmark.note{
	font-size: 86%;
}
ul li ul.listmark{
	margin-bottom: 0;
}
ul.listmark li ul.linkList01 li{
	margin: 0;
	text-indent: 0;
}
ul.listmark li ul.listmark{
	margin: 0.35em 0 0 0;
}


/* ▼定義リスト
   --------------------------------------------- */
dl.list01{
	margin: 0 0 1.25em;
	line-height: 1.5;
}
dl.list01 dt{
	margin: 0 0 0.4em;
	font-weight: bold;
}
dl.list01 dd{
	margin: 0 0 1.25em;
}

dl.list02{
	margin: 0 0 1.25em;
	line-height: 1.5;
}
dl.list02 dt{
	margin: 0 0 0.4em;
	font-weight: bold;
}
dl.list02 dt.single{
	margin: 0 0 1.25em;
}
dl.list02 dd{
	margin: 0 0 1.25em 1em;
}
dl.list02 dd.last{
	margin: 0 0 0 1em;
}


/* ▼リンクリスト
   --------------------------------------------- */
ul.linkList01{
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
table.dataTable01 ul.linkList01{
	margin: 0;
}
ul li ul.linkList01{
	margin-bottom: 0;
}
ul.linkList01 ul.linkList01{
	margin-top: 0.35em;
}
ul.linkList01 li{
	margin: 0 0 0.35em 0;
	padding: 0 0 0 19px;
	background: url(/common/images/icn_link01.gif) no-repeat 3px 0.35em;
}
ul.linkList01 li.newwin{
	background: url(/common/images/icn_link-newwin.gif) no-repeat 0px 0.55em;
}
ul.linkList01 li.pdf{
	background: url(/common/images/icn_link-pdf.gif) no-repeat 0px 0.35em;
}
ul.linkList01 li.word{
	background-image: url(/common/images/icn_link-doc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.35em;
}
ul.linkList01 li.excel{
	background-image: url(/common/images/icn_link-xls.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.35em;
}
ul.linkList01 li.ppt{
	background: url(/common/images/icn_link-ppt.gif) no-repeat 0px 0.35em;
}
ul.linkList01 li.back{
	background: url(/common/images/icn_link-step01.gif) no-repeat 5px 0.5em;
}
ul.linkList01.pageNav01 li{
	background: url(/common/images/icn_link-page.gif) no-repeat 0px 0.65em;
}
ul.linkList01.pageNav02{
	_zoom: 1;
	overflow: hidden;
	font-size: 86%;
}
ul.linkList01.pageNav02 li{
	float: left;
	margin-right: 15px;
}
img.linkIcn{
	vertical-align: middle;
}

div.pageNavWrap01{
	_zoom: 1;
	overflow: hidden;
}
div.pageNavWrap01 ul.linkList01.pageNav01{
	float: left;
	margin-right: 1.5em;
}


/* ▼リンクボタン
   --------------------------------------------- */
ul.linkBtn01{
	margin-bottom: 1em;
}
ul.linkBtn01 li{
	margin-bottom: 4px;
	border: 1px solid #c3c3c3;
}
ul.linkBtn01 li a{
	_zoom: 1;
	display: block;
	padding: 0.3em 5px 0.3em 20px;
	background: #fff url(/common/images/icn_link01.gif) no-repeat 8px 0.65em;
}
ul.linkBtn01 li.newwin a{
	background: url(/common/images/icn_link-newwin.gif) no-repeat 8px 0.55em;
}
ul.linkBtn01 li.pdf a{
	background: url(/common/images/icn_link-pdf.gif) no-repeat 4px 0.55em;
}
ul.linkBtn01 li.word a{
	background-image: url(/common/images/icn_link-doc.gif);
	background-repeat: no-repeat;
	background-position: 4px 0.55em;
}
ul.linkBtn01 li.excel a{
	background-image: url(/common/images/icn_link-xls.gif);
	background-repeat: no-repeat;
	background-position: 4px 0.55em;
}
ul.linkBtn01 li.ppt a{
	background: url(/common/images/icn_link-ppt.gif) no-repeat 4px 0.55em;
}


/* ▼「このページの先頭へ」
   --------------------------------------------- */
p.toPageTop{
	margin: 2em 0 1.25em;
	text-align: right;
	font-size: 86%;
}
p.toPageTop a{
	padding-left: 15px;
	background: url(/common/images/icn_link-pagetop.gif) no-repeat left center;
}


/* ▼データテーブル
   --------------------------------------------- */
/* dataTable01 */
table.dataTable01{
	margin-bottom: 1.25em;
	line-height: 1.5;
	empty-cells: show;
	border-collapse: separate;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
}
table.dataTable01.full{
	width: 100%;
}
table.dataTable01.fixed{
	table-layout: fixed;
}
table.dataTable01 caption{
	margin: 0 0 0.35em;
	padding: 0;
	font-weight: bold;
}
table.dataTable01 th,
table.dataTable01 td{
	padding: 0.5em 10px;
	vertical-align: top;
	word-wrap: break-word;
	background: #fff;
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}
#bookCat table.dataTable01{
	border-color: #7fbfdf;
}
#bookCat table.dataTable01 th,
#bookCat table.dataTable01 td{
	border-color: #7fbfdf;
}
#koukokuCat table.dataTable01{
	border-color: #df9f92;
}
#koukokuCat table.dataTable01 th,
#koukokuCat table.dataTable01 td{
	border-color: #df9f92;
}
#kanpouCat table.dataTable01{
	border-color: #7eab68;
}
#kanpouCat table.dataTable01 th,
#kanpouCat table.dataTable01 td{
	border-color: #7eab68;
}

table.dataTable01 th.nowrap,
table.dataTable01 td.nowrap{
	white-space: nowrap;
	width: 1%;
}
table.dataTable01 ul{
	margin-top: 0;
	margin-bottom: 0;
}
table.dataTable01 ul.linkList01,
table.dataTable01 ul.linkList01 li,
table.dataTable01 p{
	margin: 0;
}
table.dataTable01 ul.listmark,
table.dataTable01 ul.listmark li,
table.dataTable01 ul.list01,
table.dataTable01 ul.list01 li,
table.dataTable01 ol.list01,
table.dataTable01 ol.list01 li,
table.dataTable01 dl.list01,
table.dataTable01 dl.list01 dd,
table.dataTable01 dl.list02{
	margin-bottom: 0;
}
table.dataTable01 th{
	background-color: #f3f3f3;
}
table.dataTable01 th.alR,
table.dataTable01 td.alR{
	text-align: right;
}
table.dataTable01 th.alC,
table.dataTable01 td.alC{
	text-align: center;
}
table.dataTable01 th.nowrap,
table.dataTable01 td.nowrap{
	white-space: nowrap;
}
table.dataTable01 th span.notice{
	font-weight: normal;
}
table.dataTable01 thead th{
	font-weight: bold;
	text-align: center;
}
table.dataTable01 td.heading{
	background-color: #f3f3f3;
	font-weight: bold;
}

table.dataTable01 table.inner,
#bookCat table.dataTable01 table.inner,
#koukokuCat table.dataTable01 table.inner,
#kanpouCat table.dataTable01 table.inner{
	margin: 0;
	border: none;
	width: 100%;
}
table.dataTable01 table.inner td,
#bookCat table.dataTable01 table.inner td,
#koukokuCat table.dataTable01 table.inner td,
#kanpouCat table.dataTable01 table.inner td{
	padding: 0 0.25em 0.25em 0.25em;
	vertical-align: top;
	border-bottom: none;
	border-right: none;
	font-size: 86%;
}

/* dataTable01 セル幅指定 */
table.dataTable01 th.w10,
table.dataTable01 td.w10{
	width: 10%;
}
table.dataTable01 th.w15,
table.dataTable01 td.w15{
	width: 15%;
}
table.dataTable01 th.w20,
table.dataTable01 td.w20{
	width: 20%;
}
table.dataTable01 th.w25,
table.dataTable01 td.w25{
	width: 25%;
}
table.dataTable01 th.w30,
table.dataTable01 td.w30{
	width: 30%;
}
table.dataTable01 th.w35,
table.dataTable01 td.w35{
	width: 35%;
}
table.dataTable01 th.w40,
table.dataTable01 td.w40{
	width: 40%;
}
table.dataTable01 th.w45,
table.dataTable01 td.w45{
	width: 45%;
}
table.dataTable01 th.w50,
table.dataTable01 td.w50{
	width: 50%;
}

/* sortTable */
table.sortTable th a{
	padding-right: 14px;
	background: url(/common/images/icn_sort.gif) no-repeat right center;
}
table.sortTable th a.sort-up{
	background: url(/common/images/icn_sort-up.gif) no-repeat right center;
}
table.sortTable th a.sort-down{
	background: url(/common/images/icn_sort-down.gif) no-repeat right center;
}

/* dataTable01s */
table.dataTable01s{
	font-size: 83%;
}

/* dataTable01sFixed */
table.dataTable01sFixed{
	font-size: 83%;
	table-layout: fixed;
}
table.dataTable01sFixed th{
	vertical-align: middle;
}
table.dataTable01sFixed thead th{
	text-align: center;
}
table.dataTable01sFixed tbody td{
	vertical-align: middle;
	text-align: center;
}
table.dataTable01sFixed tbody th{
	font-weight: normal;
}
table.dataTable01sFixed th,
table.dataTable01sFixed td{
	padding: 0.35em 6px;
}

/* dataTable02 */
table.dataTable02{
	margin-bottom: 1.25em;
	line-height: 1.5;
	empty-cells: show;
	border-collapse: separate;
}
table.dataTable02 th,
table.dataTable02 td{
	padding-bottom: 0.65em;
	vertical-align: top;
	word-wrap: break-word;
	background: #fff;
}
table.dataTable02 th.nowrap,
table.dataTable02 td.nowrap{
	white-space: nowrap;
	width: 1%;
}
table.dataTable02 th{
	padding-right: 10px;
}
table.dataTable02 td div.inner{
	padding-left: 10px;
	background: url(/common/images/bg_border01.gif) repeat-y left top;
}
table.dataTable02 ul{
	margin-top: 0;
	margin-bottom: 0;
}
table.dataTable02 ul.linkList01,
table.dataTable02 ul.linkList01 li,
table.dataTable02 p{
	margin: 0;
}
table.dataTable02 ul.listmark,
table.dataTable02 ul.listmark li,
table.dataTable02 ul.list01,
table.dataTable02 ul.list01 li,
table.dataTable02 ol.list01,
table.dataTable02 ol.list01 li,
table.dataTable02 dl.list01,
table.dataTable02 dl.list02{
	margin-bottom: 0;
}
table.dataTable02 th.alR,
table.dataTable02 td.alR{
	text-align: right;
}
table.dataTable02 th.alC,
table.dataTable02 td.alC{
	text-align: center;
}
table.dataTable02 th span.notice{
	font-weight: normal;
}

/* フォーム用パーツ */
table.formTable01{
	line-height: 1.75;
}
/*table.formTable01 th{
	width: 200px;
}*/
table.formTable01 td.must{
	width: 26px;
}
input.inputTxt{
	height: 20px;
	padding: 0 5px;
	border: 1px solid #aaa;
	font-size: 100%;
}
input.inputBtn{
	font-size: 100%;
}
select.select{
	font-size: 100%;
}
textarea.txtarea{
	padding: 0 5px;
	border: 1px solid #aaa;
	font-size: 100%;
}


/* ▼登録ボタン
   --------------------------------------------- */
div.registBtn{
	margin: 2em 0;
	text-align: center;
}
div.registBtn ul{
	display: inline-block;
	overflow: hidden;
}
* html div.registBtn ul{
	zoom: 1;
	display: inline;
}/* IE6 */
*:first-child+html div.registBtn ul{
	zoom: 1;
	display: inline;
}/* IE7 */
div.registBtn ul li{
	padding: 0 15px;
	display: inline;
}

div.registBtn02{
	text-align: center;
	padding: 10px 0;
	background: #ededed;
}


/* ▼タブ切り替え
   --------------------------------------------- */
div.tabIndexWrap{
	margin-bottom: 2em;
}
div.tabIndexWrap ul.heading{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 1.25em;
	border-bottom: 3px solid #999;
}
body#koukokuCat div.tabIndexWrap ul.heading{
	border-color: #bf4026;
}
div.tabIndexWrap ul.heading li{
	float: left;
	margin-right: 4px;
}
div.tabIndexWrap ul.heading li.last{
	float: right;
	margin-right: 0;
}
div.tabIndex.disnon{
	display: none;
}


/* ▼詳細検索ボックス
   --------------------------------------------- */
#searchBox{
	_zoom: 1; /* IE6 */
	margin-bottom: 1em;
	padding: 0 0 15px;
	background: #fff;
	border: 3px solid #99cce5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1.75;
}
body#kanpouCat #searchBox{
	border-color: #9fc88c;
}
body#koukokuCat #searchBox{
	border-color: #E5B3A8;
}
#searchBox p.ttl{
	margin: 0;
	padding: 5px 21px;
	background: #99cce5;
}
#searchBox div.searchBoxInner{
	padding: 21px 21px 1px;
	font-size: 86%;
}
#searchBox dl.formItem{
	margin-bottom: 0.75em;
}
#searchBox dl.formItem dt,
#searchBox dl.formItem dd{
	display: inline;
}
#searchBox dl.formItem dt{
	margin-right: 0.5em;
	font-weight: bold;
}
#searchBox dl.formItem dd{
	margin-right: 1em;
}
#searchBox dl.formItem dt.none{
	position: absolute;
	overflow: hidden;
	top: -9999px;
	left: 0;
	margin: 0;
	padding: 0;
}
#searchBox div.btn{
	padding: 8px 0;
	text-align: center;
	background: url(/book/images/bg_search01.gif) repeat left top;
}
#searchBox input,
#searchBox select,
#searchBox textarea{
	font-size: 100%;
}
#searchBox input.inputTxt{
	height: 20px;
	padding: 0 5px;
	border: 1px solid #aaa;
}
#searchBox input.inputTxt.inputKeyword{
	width: 390px;
	color: #cccbc6;
}
#searchBox input.inputTxt.inputYear{
	width: 45px;
}
#searchBox input.inputTxt.inputMonth,
#searchBox input.inputTxt.inputDay{
	width: 25px;
}
#searchBox select.selectBox01{
	width: 165px;
}
#searchBox p.condition{
	text-align: center;
}


/* ▼検索件数・ステータス
   --------------------------------------------- */
div.resultInfo{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 1em;
	font-size: 86%;
}
div.resultInfo p.searchNumber{
	float: left;
	margin: 0;
}
div.resultInfo div.searchCondition{
	float: right;
}
div.resultInfo input,
div.resultInfo select,
div.resultInfo textarea{
	font-size: 100%;
}