#contents .nest {
  overflow: visible;
}
#contents .title {
  margin: 20px 0;
}
#contents .comic {
  padding: 0 10px;
}
#contents .comic img {
  width: 100%;
  height: auto;
  box-shadow: 0 0  12px rgba(0,0,0,0.4);
  margin-bottom:20px;
}
#contents .comment {
  position: relative;
}
#contents .comment.first {
  z-index: 30;
}
#contents .comment.second {
  margin: 60px 0 !important;
  z-index: 20;
}
#contents .comment.third {
  z-index: 10;
}
#contents .comment .text {
  display: inline;
  position: relative;
  z-index: 10;
  background-color: rgba(255,255,255,.8);
}
#contents .comment .chara {
  position: absolute;
  bottom: -85px;
  right: 10px;
}
#contents .comment.left .chara {
  position:absolute;
  left: 10px;
  bottom:-50px;
}

/* chara */
#contents .comment.left .chara02 {
  bottom:-75px;
}

#contents .comment.left .chara03 {
  bottom:-80px;
}

#contents .comment.left .chara05 {
  bottom:-75px;
}

#contents .comment.left .chara08 {
  bottom:-80px;
}
#contents .comment.left .chara09 {
  bottom:-80px;
}


#contents .comment .memo {
  position: relative;
  padding: 20px;
  text-align: left;
  width: auto;
  z-index: 0;
}
#contents .comment .memo:before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 120px;
  margin-left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #fff transparent transparent;
  z-index: -1;
}
#contents .comment .memo:after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 119px;
  margin-left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 42px 27px 0;
  border-color: transparent #d7d5cc transparent transparent;
  z-index: -10;
}
#contents .comment.left .memo:before {
  left: 120px;
  border-width: 25px 40px 0 0;
  border-color: #fff transparent transparent transparent;
}
#contents .comment.left .memo:after {
  left: 119px;
  border-width: 27px 42px 0 0;
  border-color: #d7d5cc transparent transparent transparent;
}
#point {
  margin: 40px 0 20px;
  padding: 40px 10px 20px 10px;
  border-top: 1px solid #d7d5cc;
  border-bottom: 1px solid #d7d5cc;
  background: url(../images/common/bg_author.png) repeat 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
#point img {
  width: 100%;
  max-width: 880px;
  height: auto;
}
#point p + p {
  margin-top: 10px;
}
#lecture {
  margin: 40px 0 20px;
  padding: 40px 10px 20px 10px;
  border-top: 1px solid #d7d5cc;
  border-bottom: 1px solid #d7d5cc;
  background: url(../images/common/bg_author.png) repeat 0 0;
  font-size: 18px;
  line-height: 1.6;
}
#lecture h2 {
  margin: 0 0 60px 0;
  padding: 40px 0 40px 80px;
  background: url(../images/common/chara_k.png) no-repeat 0 0;
  background-size: 70px 130px;
  font-weight: bold;
}
#lecture h3 {
  margin-bottom: 40px;
  padding: 15px 0;
  background: #000;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#lecture p {
  margin-bottom: 30px;
}
#lecture .screen {
  text-align: center;
  font-size: 14px;
}
#lecture .screen img {
  margin-bottom: 20px;
  box-shadow: 0 0 10px #888;
  width: 100%;
  height: auto;
}
#lecture a {
  color: #000;
}
#lecture table{
	width:100%;
	table-layout:fixed;
}
#lecture th{
    background-color: #DDD;
    border: #000 thin solid;
    color: #000;
    text-align: center;
    padding: 5px;
}
#lecture td{
	border:#000000 thin solid;
	padding:5px;
	vertical-align:top;
    font-size: 16px;
}
#lecture caption{
	font-weight:bold;
}

#contents #lecture .comment {
  position: relative;
  margin: 20px 0 0 0;
}
#contents #lecture .comment .memo {
  padding: 20px 0 20px 20px;
}
#contents #lecture .comment .title {
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 100;
  text-align: left;
}
#contents #lecture .comment .chara {
  right: 30px;
  bottom: -120px;
}
#return_top_footer{
margin-top:-4px;
}
.pager_btn_area .next_btn,
.pager_btn_area .prev_btn,
.pager_btn_area .top_btn{
 display:inline-block;
 vertical-align:middle;
}
.pager_btn_area{
text-align:center;
}


.pager_btn_area a .numtxt{
 text-align:center;
 font-size: 1em;
 width:75px;
 height: 24px;
 line-height: 23px;
 position: absolute;
/*top: 30px; */
 bottom: 14px;
}
.pager_btn_area .next_btn,
.pager_btn_area .prev_btn{
 width:116px;
 position:relative;
}

.pager_btn_area .next_btn a .numtxt{
margin-left: 36px;
}
.pager_btn_area .prev_btn a .numtxt{
margin-left: 10px;
}
.pager_btn_area .next_btn a{
 background-image:url(../images/btn_left.png);
}
.pager_btn_area .prev_btn a{
 background-image:url(../images/btn_right.png);
}
.pager_btn_area .top_btn a{
 display:block;
 background:url(../images/btn_top.png) no-repeat;
 background-size:74px auto;
 padding-top:53px;
 overflow:hidden;
 width:74px;
 margin:12px 0px;
 height:0px;
 overflow:hidden;
}

.pager_btn_area a{
 text-decoration:none;
 display:none;
 color:white;
 background-size:116px auto;
 height:50px;
 width:116px;
/* padding-top: 12px;*/
}

@media screen and (min-width: 901px) {
  #contents .title {
    font-size: 18px;
  }
  #intro .download {
    margin-top: 0;
  }
  #contents .comment.second {
    margin: 70px 0 60px 0 !important;
  }
  #contents .comment .memo {
    padding-right: 155px;
  }
  #contents .comment.left .memo {
    padding-right: 20px;
    padding-left: 180px;
  }
  #contents .comment .chara img {
    width: 150px;
    height: 200px;
  }
  #contents #lecture .chara img {
    width: 212px;
    height: 390px;
  }

  #contents .comment .memo:before {
    right: 170px;
  }
  #contents .comment .memo:after {
    right: 169px;
  }
  #contents .comment.left .memo:before {
    left: 170px;
  }
  #contents .comment.left .memo:after {
    left: 169px;
  }
  #point img {
      width: 50%;
      height: auto;
    }
  #lecture h2 {
    padding: 100px 0 100px 120px;
    background-size: 120px 222px;
    font-size: 26px;
  }
  #lecture h3 {
  margin-bottom: 55px;
    font-size: 24px;
  }
  #lecture p {
    margin-bottom: 40px;
  }
  #contents #lecture .comment {
    margin: 60px 0 140px 0;
  }
  #contents #lecture .comment .title {
    left: 50px;
  }
  #contents #lecture .comment .title img {
    width: 217px;
    height: 22px;
  }
  #contents #lecture .comment .chara {
    right: 100px;
    bottom: -270px;
  }
  #contents #lecture .comment .chara img {
    width: 212px;
    height: 390px;
  }
  #contents #lecture .comment .memo {
    margin: 0;
    padding: 40px 50px;
    font-size: 28px;
  }
  #contents #lecture .comment .memo:before {
    bottom: -35px;
    right: 370px;
    border-width: 0 40px 35px 0;
  }
  #contents #lecture .comment .memo:after {
    bottom: -37px;
    right: 369px;
    border-width: 0 42px 37px 0;
  }
 .pager_btn_area a{
/*  padding-top: 21px;*/
 }
 
 .pager_btn_area .next_btn a .numtxt{
  margin-left: 53px;
 }
 .pager_btn_area .prev_btn a .numtxt{
  margin-left: 20px;
 }
 .pager_btn_area a .numtxt{
  display:block;
  text-align:center;
  font-size: 24px;
  width:150px;
  bottom: 35px;
 }
 .pager_btn_area .top_btn a{
  background-size:auto;
  padding-top:107px;
  width:148px;
  margin:25px;
 }
 .pager_btn_area a{
  height: 90px;
  width: 215px;
/*  padding-top: 27px;*/
  background-size:auto;
 }
 .pager_btn_area .next_btn,
 .pager_btn_area .prev_btn{
  width:215px;
 }

}
