@charset "UTF-8";

/* ------- レイアウトここから -------*/
#pageInner {
	background-image: url(../../img/sub/bg_main.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 90px;
}

/* ----- contents ----- */
#contents {
	margin-bottom: 60px;
}

#contentsInner {
	background-image: url(../../img/sub/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width: 440px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 15px #000;
	-moz-box-shadow: 5px 5px 15px #000;
	-ms-box-shadow: 5px 5px 15px #000;
	box-shadow: 5px 5px 15px #000;
}

#wrap_bgBottom {
	background-image: url(../../img/sub/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

h1 {
	text-align: center;
	margin-bottom: 10px;
}

.book {
	width: 360px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #000;
	clear: both;
}

#bookLastData {
	height:90px;
	border-bottom: 1px dotted #000;
}

#bookLast {
	padding-bottom: 90px;
}

.bookImg {
	width: 100px;
	text-align: center;
	padding-top: 10px;
	float: left;
}

.bookData {
	width: 260px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 14px;
	float: right;
}

.bookData  h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

#pageNav {
	width: 160px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	clear: both;
}

#prevPageNoLink, #prevPage a {
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
	margin-right: 5px;
	float: left;
}

.pageNum {
	width: 20px;
	border-left: 1px solid #000;
	text-align: center;
	float: left;
}

#pageNumLast {
	border-right: 1px solid #000;
}

#nextPageNoLink, #nextPage a {
	width: 27px;
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 13px;
	margin-left: 5px;
	float: left;
}

/* clearfix hack */
#pageNav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#pageNav ul {
	display: inline-block;
}

/* hide macie \*/
*html #pageNav ul {
	height: 1%;
}

#pageNav ul {
	display: block;
}
/* end hide */
/* end clearfix hack */

nav {
	clear: both;
}

/* ----- /contents ----- */

/* ----- footer ----- */
#copyright {
	text-align: center;
	font-size: 0.6em;
	padding-bottom: 20px;
}
/* ----- /footer ----- */

/* ------- レイアウトここまで -------*/