/*
 *
 */

/* ------------------------------------------------------------------ *
 * 大盤の本の調整
 * ------------------------------------------------------------------ */
.bookLarge {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bookLarge .image {
  float: left;
}
.bookLarge h3 { /* タイトル */
  margin-left: 215px;
  font-size: 130%;
  font-weight: normal;
}
.bookLarge h3 .pre {
  display: block;
  font-size: 70%;
}
.bookLarge h3 .post {
  display: block;
  font-size: 70%;
}
.bookLarge h3.magazine { /* 雑誌類のタイトル */
  margin-left: 215px;
  font-size: 130%;
  font-weight: normal;
}
.bookLarge h3.magazine .pre {
}
.bookLarge h3.magazine .post {
  display: inline;
  text-align: left;
  font-size: 100%;
}

.bookLarge dl {
  margin-top: 1em;
  margin-left: 220px;
  font-size: 90%;
}
.bookLarge dt {
  font-weight: bold;
  margin-bottom: -1em;
}
.bookLarge dd {
  margin-bottom: 0.7em;
  margin-left: 70px;
}

.bookLarge .intro {   /* 内容紹介 */
  clear: both;
  padding-top: 30px;
}
*+html .bookLarge .intro h4 { /* IE7 バグ？修正 */
  margin-bottom: 20px;
}
* html .bookLarge .intro h4 { /* IE6 バグ？修正 */
  margin-bottom: 20px;
}
.bookLarge .intro p {
  margin-top: 5px;
  line-height: 1.2em;
}

.bookLarge .content { /* 目次 */
  line-height: 1.1em;
  padding-top: 20px;
}
* html .bookLarge .content h4 { /* IE6 バグ？修正 */
  margin-bottom: 20px;
}

*+html .bookLarge .content ul
{
	margin-top: 17px;
}

