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

.popup-ebook{
	width:326px;
	height:180px;
	/*border:#cccccc solid 1px;*/
	/*background: #FFF;*/
}
.popup-ebook .popup-ebook-top{
	padding-top:10px;
	padding-left:13px;
	width:312px;
	height:33px;	
	color:#413d3e;
	border-bottom:none;
}
.popup-ebook .popup-ebook-mid{
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	/*width:300px;*/
	height:85px;
	background: #FFF;
	border-bottom:none;
	border-top:none;
}
.popup-ebook .popup-ebook-mid .p-pic{
	float:left;
	width:51px;
	height:69px;
}
.popup-ebook .popup-ebook-mid .p-text{
	float:left;
	margin-left:10px;
	width:238px;
	height:auto;
}
.popup-ebook .popup-ebook-mid .p-text ul{
	float:left;
	width:210px;
	height:auto;
}
.popup-ebook .popup-ebook-mid .p-text ul li{
	float:left;
	width:247px;
	height:auto;
}
.popup-ebook .popup-ebook-mid .p-text ul li span.popup-left{
	float:left;
	width:80px;
	display:block;
}
.popup-ebook .popup-ebook-mid .p-text ul li span.popup-right{
	float:left;
	width:165px;
	display:block;
}
.popup-ebook .popup-ebook-mid2{
	padding-left:13px;
	width:312px;
	height:53px;
	background: #eeeeee;
	border:#cccccc solid 1px;
	border-top:none;
}
.popup-ebook .popup-ebook-mid2 .button-popup{
	float:right;
	margin-right:10px;
	margin-top:10px;
	width:100px;
	height:26px;
}
.btn-popup1{
	width:100px;
	height:26px;
	background-color:#cc0000;
	color:#FFF;
	border:none;
	cursor:pointer;
}
.btn-popup1:hover{
	width:100px;
	height:26px;
	background-color:#85ca2c;
	color:#FFF;
	border:none;
	cursor:pointer;
}
.popup-ebook .popup-ebook-bottom{
	width:100%;
	height:18px;
	background:url(../images/ebook/popup-bottom.png) top left no-repeat;
}