﻿/* ===================================================================
全体設定
=================================================================== */

dl,dt,dd,ul,li,p,img { margin:0px; padding:0px; }

li { list-style: none; }

img { border: none; }

div#degibook {
	width: 660px;
	margin: 0 auto;
	padding: 0px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	background-color: #FEEBDD;
}

/* 人気シリーズの一巻目ベスト３ */
div#degibook_bookA {
	background: url(../img/degibook/bg_degibook_A.jpg) no-repeat bottom left #EDF0F6;
	padding-bottom: 30px;
	font-size:14px;
}
.book_ttlA {
	background:url(../img/degibook/img_degibook_bookA.gif) no-repeat top;
	height: 30px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
}
.book_ttlA span {
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
}
.degibook_readA {
	background:url(../img/degibook/img_degibook_cathA.gif) no-repeat top;
	height: 30px;
	font-size: 20px;
	color: #990000;
	text-align:center;
	font-weight: bold;
	line-height: 180%;
}
.setsumeiA {
	font-size: 14px;
	margin: 10px;
	padding-left: 8px;
	border-left: 5px solid #94AAE6;
	line-height: 150%;
}



/* 懐かしの名作が読める！ */
div#degibook_bookB {
	background: url(../img/degibook/bg_degibook_B.jpg) no-repeat bottom left #FEEBDD;
	padding-bottom: 30px;
	font-size:14px;
}

.book_ttlB {
	background:url(../img/degibook/img_degibook_bookB.gif) no-repeat top;
	height: 30px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
}
.book_ttlB span {
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
}
.degibook_readB {
	background:url(../img/degibook/img_degibook_cathB.gif) no-repeat top;
	height: 30px;
	font-size: 20px;
	color: #003366;
	text-align:center;
	font-weight: bold;
	line-height: 180%;
}
.setsumeiB {
	font-size: 14px;
	margin: 10px;
	padding-left: 8px;
	border-left: 5px solid #FE7D58;
	line-height: 150%;
}


/*　共通 */
.degibooks {
	margin-bottom: 20px;
}
.degibook_ttl {
	margin: 20px 155px 10px;
}
.degibookLeft {
	text-align: left;
	padding-left: 20px;
}
.degibookCenter {
	text-align: center;
}
.degibookRight {
	text-align: right;
	padding-right: 20px;
}
.arasuji {
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 150%;
}
.bookImg {
	margin: 10px;
}
.imgQR {
	text-align: center;
}
.PCurlRight {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	display:block;
}
.PCurlLeft {
	font-size:12px;
	text-align: left;
	padding-left: 10px;
	display:block;
}
.endRead {
	margin: 20px 0;
}