@charset "UTF-8";
/* CSS Document */

#main .main-content{
	text-align:justify;
	text-justify:inter-ideograph;
}
img.mainImg{
	background:#2d008b;
	padding:4px;
	margin-top: 10px;
}
div.notice{
	background: #efefef;
	padding: 15px;
	border-top: 2px solid #fff;
	text-align: center;
}
div.notice p.text-left{
	text-align: left;
}
div.notice p{
	font-size:14px;
	line-height: 1.6em;
}
div.notice p span{
	font-weight:bold;
}
#pwArea{
	margin: 10px 0;
}
.bookListArea{
	margin: 30px 0;
	overflow: hidden;
}
.bookImg{
	float:left;
	margin-right: 13px;
}
.bookImg img{
border:1px solid #cfcfcf;
}
.banner_area ul li{
	float:left;
	margin:4px 4px 4px 0;
}
.bookListPickUpArea{
	clear:both;
	overflow: hidden;
}
.pickUp{
	background: #0f2880;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
#content #main .bookInfo h1{
	line-height: 1.5em;
	height: 70px;
}
.bookInfo h1,#content #main .bookInfo h2,#content #main h2{
	margin-top: 5px;
	height: 30px;
	background: none;
	padding:0;
	margin-bottom:0;
	color: #000;
}
.bookImg p.price{
	text-align: center;
padding: 10px 0;
font-size: 15px;
color: black;
font-weight: bold;
}
.bookInfo p{
	margin:10px 0;
	font-size: 14px;
line-height: 1.5em;
}
.bookInfo{
	width:395px;
	float:right;
}
hr {
	height:3px;
	border:0;
	background:linear-gradient(left, #f5f5f5, #999, #f5f5f5);
	background:-webkit-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
	background:-moz-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
}
hr.border {
    height:0;
    border:0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #fff;
}
.dlContentsArea{
	margin:20px 0;
	overflow: hidden;
}
.dlContentsArea a{
	text-decoration: none;
}
.dlContentsArea p.notice{
	font-size:14px;
	line-height: 1.6em;
	margin-bottom:20px;
}
.dlContentsArea ul{
width: 450px;
margin: 0 auto;
}
.dlContentsArea ul li{
	margin-bottom:15px;
}
.dlContentsArea ul li,
.dlContentsArea ul li input{
	float:left;
}
.dlContentsArea ul li{
	width:225px
}
.dlContentsArea ul li p{
	font-size: 16px;
height: 32px;
vertical-align: middle;
display: table-cell;
}
.banner_area {
	margin-top:10px;
}
p.author{
	font-weight: bold;
	color: #000;
}
