/* 
for Renta
create 2016/09/14
author insowe Gili
*/
body { visibility: visible;}
.outwrap {
  width: 820px;
  padding-left: 35px;
  margin: 0 auto;
  font-family: Arial, "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, sans-serif;
  font-size: 14px;
}

#LPseries img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#LPseries .info-wrap {
  margin-bottom: 50px;
  margin-top: 10px;
}
#LPseries .info-wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#LPseries .info-left {
  width: 40%;
  float: left;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#LPseries .info-img {
  text-align: center;
  /*width: 200px;*/
  margin: 20px auto;
  /*border: 1px solid #ddd;*/
}
#LPseries .info-img img {
  vertical-align: bottom;
}
#LPseries .info-right {
  width: 60%;
  float: right;
  padding-left: 20px;
  /*padding-top: 50px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-text p {
  line-height: 165%;
  font-size: 15px;
  padding-top: 10px;
}
#LPseries .read-slider {
  border: 8px solid #eee;
}
#LPseries .read-item {
  width: 374px;
  height: 527px;
  overflow: hidden;
}
#LPseries h1 {
  font-size: 16px;
  line-height: 2;
  border-bottom: 2px solid #d5f637;
  margin-bottom: 20px;
}
#LPseries .btn-block {
  text-align: center;
  margin-top: 20px;
}
#LPseries .btn {
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  padding: 10px 20px;
  width: 180px;
  text-decoration: none;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#LPseries .btn-g {
  background-color: #87bd43;
  color: #fff;
  border-bottom: 3px solid #599e1f;
}
#LPseries .btn-g:hover {
  background-color: #599e1f;
}
#LPseries .book-block {
  margin-bottom: 50px;
}
#LPseries .book-block h1 {
  padding-left: 25px;
  background: url(../images/icon_book_bk.png) no-repeat left 5px;
}
#LPseries .book-slider {
  padding: 0 30px;
}
#LPseries .book-item {
  padding: 0 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#LPseries .book-item a {
  display: block;
  text-decoration: none;
  color: #333;
}
#LPseries .book-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#LPseries .book-img {
  display: block;
  margin-bottom: 6px;
  border: 1px solid #ddd;
}
#LPseries .book-img img {
  vertical-align: bottom;
  height: 237.45px;
  object-fit: contain;
}
#LPseries .book-text {
  display: block;
  font-size: 1.1em;
}
#LPseries .book-tag {
  display: inline-block;
  font-size: .8em;
  padding: 2px 8px;
}
#LPseries .tag-r {
  background-color: #ff5481;
  color: #fff;
}
#LPseries .tag-b {
  background-color: #3fa9f5;
  color: #fff;
}
#LPseries .tag-g {
  background-color: #87bd43;
  color: #fff;
}
#LPseries .slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  z-index: 999;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  outline: none;
}
#LPseries .slick-slider .slick-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#LPseries .slick-slider .slick-prev {
  background: url(../images/prev_g.png) no-repeat center center;
  left: -25px;
}
#LPseries .slick-slider .slick-prev.slick-disabled {
  pointer-events: none;
  background: url(../images/prev_gy.png) no-repeat center center;
}
#LPseries .slick-slider .slick-next {
  background: url(../images/next_g.png) no-repeat center center;
  right: -25px;
}
#LPseries .slick-slider .slick-next.slick-disabled {
  pointer-events: none;
  background: url(../images/next_gy.png) no-repeat center center;
}
#LPseries .book-line .book-item {
  border-left: 3px solid #87bd43;
}
#LPseries .mfp-bottom-bar {
  display: none;
}
