@charset "shift-jis";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
html,body{
	height:100%;
}
html{
	width: 100%;
}
body{
	color: #333;
}
a{
	color: #333;
	text-decoration: none;
}
#container{
	position: relative;
	height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}
/*ヘッダー*/
#header{
	position: relative;
	width: 100%;
	background: #000;
	overflow: hidden;
	margin-bottom: 10px;
}
#header a{
	position: absolute;
	top: 3px;
	left: 5px;
	display: block;
	height: 30px;
}
#header a img{
	height: 100%;
}
#header h2{
	color: #fff;
	font-weight: lighter;
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px;
	text-shadow: 1px 0px 1px rgba(255,255,230,1);
}
/*コンテンツ*/
#content{
	width: 100%;
	text-align: center;
	margin: 0px auto 30px;
	padding: 20px 0;
	padding-bottom:100px;
	line-height: 1.2em;
}
#content h3{
	display: inline-block;
	width: 80%;
	margin-bottom: 15px;
	line-height: 1.2em;
}
#content p{
	width: 80%;
	display: inline-block;
	margin-bottom: 15px;
}
#content p#needPt{
	font-size: 0.9em;
}
#content p#needPt strong span{
	color: #CC0000;
}
#content div#needClick{
}
#content div#needClick p{
	text-align: left;
	font-size: 0.9em;
	width: auto;
	padding: 0 10%;
}
#content div#needClick span{
	font-size: 0.8em;
	color: #cc0000;
}
#content #seriesBtn{
	display: inline-block;
	cursor: pointer;
	color: #000000;
	margin: 20px auto;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
}
#content #seriesBtn a{
	display: block;
	padding: 8px 20px;
}

/*フッター*/
#footer{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#footer ul{
	overflow: hidden;
	text-align: center;
	margin: 0 auto 15px;
}
#footer ul li{
	float: right;
	width: 41%;
	margin-right: 5.5%;
	list-style: none;
	white-space: nowrap;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5)
		-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5)
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5)
}
/*#footer ul li{
	float: right;
	width: 50%;
	list-style: none;
	white-space: nowrap;
	background: rgb(121, 63, 36);
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5)
		-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5)
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5)
} */
#footer ul li a{
	font-size: 0.8em;
	display: block;
	padding: 8px 0;
}
#footer #siteName{
	position: relative;
	width: 100%;
	background: #000;
	overflow: hidden;
	margin: 0px 0 10px;
	padding: 8px 0px;
	text-align: center;
}
#footer #siteName h2{
	color: #fff;
	font-size: 1em;
	font-weight: lighter;
	text-shadow: 1px 0px 1px rgba(255,255,230,1);
}






/*書籍詳細*/
#eachContent{
	margin-bottom: 50px;
	padding-bottom:115px;
}
#bookDetail{
	width: 95%;
	margin: 0 auto 20px;
}
#bookDetail div{
	height: auto;
	position: relative;
	line-height: 1.1em;
}
#bookDetail p{
	word-break: break-all;
	text-align: justify;

}
#bookDetail dl{
	display: block;
	font-size: 0.85em;
  	margin-left: 110px;
	text-align: justify;
}
#bookDetail dr{
	display: block;
	float: left;
	width: 60px;
}
#bookDetail dr span{
	float: right;
}
#bookDetail dd{
	margin-left: 65px;
}
#bookDetail h3{
	font-size: 0.85em;
}
#bookDetail h4{
	margin-bottom: 5px;
}
#bookPhoto{
	margin:10px 0;
	overflow: hidden;
	height: auto
}
#bookPhoto img{
	float: left;
  	padding: 0 !important;
  	border: 0 !important;
  	background: #aaa;
}
#bookPhoto p{
	overflow: hidden;
	height: auto;
	font-size: 0.85em;
	line-height: 1.2em;
}
#episodeList ul li a{
	display: block;
	color: #444;
	font-size: 0.9em;
	width: 98%;
	padding: 8px 1%;
	border-top: 1px solid #999;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
}
#episodeList ul li:last-child{
	border-bottom: 1px solid #999;
}
#episodeList ul li a strong{
	float: right;
}
#episodeList ul li a span{
	color: #CC0000;
}

#paging {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#paging ul {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}
#paging ul li{
	float: left;
	margin: 10px 2px;
	width: atuo;
	list-style: none;
}
#paging ul li a{
	display: block;
	color: #444;
	font-size: 0.85em;
	padding: 6px 11px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
}

#paging ul li a.current{
	color: gray;
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top, #d7d7d7 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7d7d7 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
}


div.gallery {
}

div.gallery_block{
	float: left;
	margin-left: 5px;
	min-height: 96px;
	min-width: 96px;
}

.viewer{
    width: 88%;
    height: 420px;
    border: 1px solid black;
    position: relative;
    margin-left: 6%;
}

.wrapper{
    overflow: hidden;
}

.clear { clear:both; }
.clear hr { display:none; }