/*****************************/
/*   ehon default settings   */
/*****************************/
#ehon * {
  box-sizing: border-box;
}

#ehon .pbNestedWrapper {
  overflow: visible;
}

#ehon-kvArea {
  background: url(/library/anshin/kodomo/ehon/common/img/ehon-kv-bg.png) no-repeat;
  background-size: cover;
  height: 460px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

#ehon-kvArea h2 {
  text-align: center;
}

#ehon-kv-titleimg {
  display: inline;
  margin-bottom: 100px;
  margin-top: 109px;
}

#ehon-kv-txt {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0; /* reset */
  line-height: 1.7;
  margin-top: 0; /* reset */
  padding-left: 73px;
  padding-right: 73px;
  text-align: justify;
}

#ehon-listArea {
  margin: 0 auto 70px;
  width: 660px;
}

.ehon-item + .ehon-item {
  border-top: 1px dashed #ababab;
}

.ehon-link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
  text-decoration: none;
}

.ehon-link:hover {
  cursor: pointer;
  opacity: .75;
  text-decoration: underline;
}

.ehon-link:hover .ehon-title,
.ehon-link:hover .ehon-belong,
.ehon-link:hover .ehon-name {
  color: #009944;
}

.ehon-imgArea {
  text-align: center;
  width: 200px;
}

.ehon-coverimg {
  border: 1px solid #ababab;
}

.ehon-descArea {
/*  width: 410px;*/
  width: 420px;
}

.ehon-vol {
  background: #5b982b;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 0; /* reset */
  text-align: center;
  width: 85px;
}

.ehon-title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0; /* reset */
  padding-left: 8px;
  text-align: justify;
  text-indent: -1em;
}

.ehon-info {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0; /* reset */
  padding-left: 2em;
  text-align: justify;
  text-indent: -2em;
}

.ehon-info + .ehon-info {
  margin-top: 10px;
}


