<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* font-size */
.m13{
	font-size:13px;
}
.m14{
	font-size:14px;
}
.m12{
	font-size:12px;
}
.m11{
	font-size:11px;
}
.bold{
	font-weight:bold;
}
.white{
	color:#ffffff;
}
.red{
	color:#cc0000;
}
.m4{
	margin-left:4px;
}
/* 著者ブロック */

div.individual {
	margin:10px 0px 5px 0px;
}

/* 著者個別 */

div.left{
	width:145px;
	margin:0 15px 0 0;
	float:left;
}
img.photo{
	padding:4px;
	border:#ccc 1px solid;
}
div.name{
	margin:5px 0 0 6px;
	font-size:15px;
	font-weight:bold;
}
div.nametitle{
	margin:2px 0 0 6px;
	font-size:11px;
}
div.related{
	margin:10px 0 5px 0;
	background-color:#F9BD55;
	padding:5px;
	font-size:14px;
}
div.related div.inner{
	font-size:14px;
	font-weight:bold;
	margin-left:2px;
}
.cntbnr img{
	vertical-align:middle;
	margin-right:4px;
	padding-bottom:3px;
}
div.right{
	width:525px;
	float:right;
	padding-right:5px
}
div.right div.bookcover{
	width:127px;
	float:left;
	margin-right:10px;
}
div.right div.bookcover a img.book{
	margin-bottom:5px;
	width:127px;
}
div.right div.bookdata{
	float:right;
	width:388px;
}
div.btitle{
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
}
div.bdata{
	font-size:13px;
	margin:0;
	padding:0;
}
div.bdata span.price{
	font-size:18px;
	font-weight:bold;
}
div.description{
	margin-top:0px;
	font-size:13px;
	line-height:1.6em;
}
div.divider{
	clear:both;
	border-top:#999 1px dotted;
	height:1px;
	margin:10px 0 10px 0;
}
/* 著者一覧 */

div.titlist{
	width:236px;
	border:#dcc2b8 1px solid;
	margin:0 0 25px 0;
}
div.titlist ul.authers{
	margin:0 8px 2px 5px;
}
div.titlist ul.authers li{
	list-style:none;
	border-bottom:#ccc 1px dashed;
	font-size:13px;
	font-weight:bold;
}
div.titlist ul.authers li a{
	height:26px;
	display:block;
	padding:9px 5px 0 10px;
}
div.titlist ul.authers li a:hover{
	height:26px;
	display:block;
	padding:9px 5px 0 12px;
}
div.titlist ul.autherst li:first-child{
	border-top:#ccc 1px dashed;
}
div.titlist ul.autherst li:last-child{
	border-bottom:transparent;
}

/* h1 settings */

h1.pagetitle{
	background:url(../images/h1bg_book.png) no-repeat;
	margin:15px 0 15px 0;
	padding-left:55px;
	height:40px;
	font-size:2em;
	font-weight:bold;
}

/* 電子書籍 */
ul.ecover{
	margin:0px 0 15px 15px;
}
ul.ecover li a img{
	width:120px; float:left; margin:6px; border:#ccc 1px solid; padding:6px; background-color:#fff;
}</pre></body></html>