@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#0064FF;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#009245;}
a:visited{color:#666;}
a:hover{color:#FCEE85;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:middle; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
.forPc{display:block;}
.forSp{display:none;}
.vp50{padding-top:50px;}

/* Common
 * --------------------------------------------------------*/
body {
  letter-spacing: 1px;
  font:normal 16px/28px "YuGothic", "Yu Gothic", "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#333333;
}
.readt{font-family: "TBChibiRGothicPlusK DB", sans-serif;}
.hobonichi{letter-spacing:0;}
.ml25{margin-left:-20px;}
.wrapper {
  width: 900px;
  margin: 0 auto;
}
header {
  position: relative;
  border-top: 5px solid #FFEC85;
  border-bottom: 5px solid #FFEC85;
  margin: 40px 0;
}
header h2 {
  position: absolute;
  top: -20px;
  left: 95px;
}
header #yodogawa {
  padding: 30px 0 15px 10px;
}
header #yodogawa .prof{
  text-align: center;
  padding-top:30px;
}
header #yodogawa p{
  line-height: 35px;
}
.prof_pc{display: block;}
.prof_sp{display: none;}
.prof_pc_box{display: none;}
#profile{
  margin: 0 auto;
  width: 550px;
  padding: 30px 0;
}
#profile h3,
#profile p {
  padding:0 30px;
  text-align: left;
}
#profile h3 {
  padding-bottom: 20px;
}
#flipPage{
  text-align: center;
}
#flipPage li.btn_top{
  padding: 0 86px;
}
#flipPage li a:hover{
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#textliveArea {
  position: relative;
}
.textlive_header .btn_prev {
  position: absolute;
  top: 200px;
  left: 50px;
}
.textlive_header .btn_next {
  position: absolute;
  top: 200px;
  right: 50px;
}
.textlive_imgs {
  text-align: center;
  min-height: 456px;
  padding-bottom:30px;
}
.textlive_body {
  width: 450px;
  margin: 0 auto;
}
.textlive_ttl {
  border-top: 3px solid #333333;
  border-bottom: 2px dotted #333333;
  padding: 20px 0;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing:0;
  /*font-family: "TBChibiRGothicPlusK DB", sans-serif;*/
}
.menu_list {
  border-bottom: 3px solid #333333;
  padding-bottom: 20px;
  /*font-family: "TBChibiRGothicPlusK DB", sans-serif;*/
}
.menu_list span{
  display: table;
  margin: 0 auto;
  font-weight: bold;
}
.update {
  border-top: 3px solid #333333;
  padding-top: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 80%;
}
#bookInfo {
  display: table;
  margin: 120px auto;
}
#bookInfo .book_img img {
  border: 1px solid #ECECEC;
}
#bookInfo .book_img .book_cap {
  font-size: 12px;
  padding-left: 2px;
  line-height:1.8;
  padding-top:10px;
}
#bookInfo .book_txt {
  padding: 30px 0 20px 60px;
  font-weight: bold;
  line-height: 34px;
  font-family: "TBChibiRGothicPlusK DB", sans-serif;
}
#bookInfo .book_txt .btn_amazon{
  padding-top: 30px;
}

#textliveArchive {
  border-top: 5px solid #FFEC85;
  border-bottom: 5px solid #FFEC85;
  margin: 30px 0;
  padding: 0 0 30px 0;
}
#textliveArchive h4{
  text-align: center;
  margin-top: -20px;
}
#textliveArchive li{
  padding: 20px 22px 10px 15px;
  width: 110px;
  vertical-align: top;
  text-align:center;
}
#textliveArchive li .textlive_archives_ttl {
  font-size: 55%;
  letter-spacing:0;
  line-height: 20px;
  padding-top: 5px;
  font-family: "TBChibiRGothicPlusK DB", sans-serif;
}
#textliveArchive li .textlive_archives_date {
  font-size: 60%;
}
footer {
  padding: 30px 0;
  text-align: center;
}
footer ul {
  margin-bottom: 80px;
}
footer li {
  padding: 0 50px;
}

/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  body {width: 95%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrapper{width: 100%;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}
  header #yodogawa .prof{
    margin: 30px 0;
  }
  header h2 {
    position: absolute;
    top: -20px;
    left: 80px;
  }
  .prof_pc{display: none;}
  .prof_sp{display: block;}
  .prof_pc_box{display: block;}
  #profile{
    width: 100%;
    padding: 0 0 30px 0;
    display: none;
  }
  #profile h3,
  #profile p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding-left: 25px;
  }
  #profile h3 {
    padding-bottom: 20px;
  }
  #profile .btn_close {
    font-size: 14px;
  }
  .textlive_header .btn_prev {
    top: 100px;
    left: 0;
  }
  .textlive_header .btn_next {
    top: 100px;
    right: 0;
  }
  .menu_list {
    padding-bottom: 15px;
    margin-bottom: -25px;
  }
  .menu_list span {
    margin-top: -15px;
  }
  .textlive_body {
    width: 100%;
  }
  .textlive_imgs {
    min-height:280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom:0px;
  }
  .textlive_header .btn_prev::after,
  .textlive_header .btn_next::after {
    top: 5%;
    width: 18px;
  }
  .textlive_text p,
  .textlive_text .photo {
    display: table;
    margin: auto;
  }
  #bookInfo {
    margin: 80px auto;
  }
  #bookInfo h3 {
    text-align:center;
    padding-bottom: 20px
  }
  #bookInfo .book_img {
    display: table;
    margin: 0 auto
  }

  #bookInfo .book_txt {
    padding: 30px 0 20px 0;
  }
  #textliveArchive li{
    padding: 20px 13px 10px 13px;
    width: 42%;
    text-align: center;
  }
  footer {
    width: 100%;
  }
  footer li{
    display: inline-block;
    padding: 0;
    width: 20%;
  }
}
