/* ********************************
 ▼▼ FACEBOX 設定 ▼▼
******************************** */

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  line-height: 100%;
  font-size: 100%;
}

#facebox .popup {
  position: relative;
}

#facebox table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
  line-height: 100% !important;
}

#facebox .body {
  padding: 20px;
  background: #fff;
  width: 370px;
  line-height: 100% !important;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* ********************************
 ▼▼ 書籍紹介ブロック ▼▼
******************************** */

#pop_info-wrap {
	width: 533px;
}

/* 本表紙 左枠 */
#pop_book-Lt {
	float: left;
	width: 123px;
	padding-bottom: 3px;
}

#pop_book {
	border: 1px solid #acacac !important;
	margin-bottom: 15px !important;
}

*html .pop_book-Lt input {
	padding: 0;
}
*+html .pop_book-Lt input {
	padding: 0;
}

/* 詳細テキスト 右枠 */
#pop_book-Rt {
	float: right;
	width: 395px;
}

#pop_book-title {
	padding-bottom: 13px;
	margin-bottom: 10px;
	background: url(../images/bg_003.gif) bottom no-repeat;
}

#pop_book-title h4 {
	font-size: 90%;
	font-weight: bold;
	line-height: 100% !important;
	color: #784701;
	line-height: 1.2em;
}

#pop_book-title h4 span{
	font-size: 90%;
	font-weight: bold;
	color: #784701;
}

#pop_book-detail {
	margin-bottom: 15px;
}

#pop_book-detail li {
	font-size: 80%;
	line-height: 1.2em !important;
	color: #565656 !important;
}

#pop_book-text {
	font-size: 80%;
	line-height: 1.2em !important;
	color: #565656;
}

