@charset "utf-8";
/* テキスト中継 */
.textlive_clrfx:before,.textlive_clrfx:after {content: " ";display: table;}
.textlive_clrfx:after {clear: both;}
.textlive_clrfx {*zoom: 1;}
.textlive_fl {float: left;}
.textlive_fr {float: right;}
.textlive_tac {text-align: center;}
.textlive_hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: pointer;
}
#textliveArea_wrap{
  overflow-x: hidden;
  background: url(../images/bg_txtlive.png);
}
#textliveArea_wrap:before{
content: url(../images/border_sen.png);
margin: 0 auto;
text-align: center;
}
#textliveArea_wrap:after{
content: url(../images/border_sen.png);
margin: 0 auto;
text-align: center;
}

#texrliveArea {

}
#textliveArea .currentContents {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 20px;
}
#textliveArea .currentContents:after {
  width: 640px;
  height: 10px;
  margin-top: 30px;
  background-image: url(../images/border.png);
  background-size: 640px;
  background-repeat: no-repeat;
  content: " ";
}
#textliveArea .currentContents img {
  vertical-align: middle;
}
#textliveArea .textlive_posts,
#textliveArea .timemachine {
  font-family: "Osaka", sans-serif;
}
#textliveArea .textlive_posts {
  width: 630px;
  margin: 0 auto;
  padding-top: 30px;
}

#textliveArea .textlive_imgs {
  width: 320px;
  text-align: center;
  margin-top: -10px;
}
#textliveArea .textlive_imgs img {
  padding-top: 10px;
}
#textliveArea .textlive_imgs a {
  outline: none;
}
#textliveArea .textlive_body {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 28px;
  margin-left: 20px;
  max-width: 290px;
}
#textliveArea h5 {
  color:#982614;
  margin: 20px 0 28px 0;
  max-width: 480px;
  min-width: 110px;
  position: relative;
  line-height: 1.4;
  font-size: 150%;
  padding: 20px;
  text-align: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #FFF;
  border-radius: 15px;
  border: 3px solid #E6E2BF;
}
#textliveArea h5 img {
  position: absolute;
  right: -85px;
  bottom: 0;
}
/*#textliveArea h5 > span {color:#fff;}*/
#textliveArea h5:after {
  content: "";
  background: url(../images/ico_balloon.png) no-repeat;
  width: 20px;
  height: 19px;
  position: absolute;
  right: -19px;
  top: 52px;
}
#textliveArea .textlive_date {
  font-size: 14px;
  letter-spacing: 0.15em;
  padding-bottom: 6px;
}
#textliveArea .textlive_text {
  line-height: 1.89;
  font-size: 14px;
  letter-spacing: 0.05em;
  clear: both;
}
#textliveArea .ftBtnWrap {
  width: 600px;
  margin: 0 auto;
padding: 30px 0 40px 0;
  font-size: 17px;
  font-weight: bold;
}
#textliveArea .ftBtn {
  display: inline-block;
}
#textliveArea .ftBtn.btn_asc {
  display: table;
  margin: 0 auto;
}
#textliveArea .btn_prev {
  float: left;
}
#textliveArea .btn_next {
  float: right;
}
#textliveArea .btn_prev:before,
#textliveArea .btn_next:after {
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
#textliveArea .btn_prev:before {
  padding-right: 4px;
  /*content: url(images/textlive/arrow_left.png);*/
}
#textliveArea .btn_next:after {
  padding-left: 4px;
  /*content: url(images/textlive/arrow_right.png);*/
}


#textliveArea .textlive_footer {
  padding-top: 10px;
}
#textliveArea .more {
  margin-left: 20px;
  text-align: center;
  display: inline;
}
#textliveArea .ft_timemachine {
  padding: 20px 0 30px 0;
}

/* controller */
#controller {
  width: 640px;
  margin: 0 auto;
  padding: 36px 0 30px 0;
  font-size: 16px;
}
#controller .cBtn {
  display: inline-block;
}
#controller .btn_asc {
  float: left;
}
#controller .btn_desc {
  float: right;
}
#controller .controller_bottom {
  margin: -30px 0 30px 0;
}

#controller .btn_asc:before {
  padding-right: 4px;
  content: url(images/textlive/arrow_up.png);
}
#controller .btn_desc:after {
  padding-left: 4px;
  content: url(images/textlive/arrow_up.png);
}

/* テキスト中継単体
 * --------------------------------------------------------*/
#textliveArea .textlive_border {
  width: 640px;
  margin: 0 auto;
}


/* ColorBox */
.js-colorbox:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}



/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  #textliveArea_wrap{
  	background:#FFF;
    padding-top: 10px;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
	}
  .textlive_fl,.textlive_fr {float: none;}
  .textlive_hoverOp:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #textliveArea {
    width: 95%;
    margin: 0 auto;
  }
  #textliveArea .currentContents {
    width: 95%;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
  }
  #textliveArea .currentContents:after {
    width: 100%;
    background-size: 100%;
  }
  #textliveArea .textlive_posts {
    padding-top: 20px;
  }
  #textliveArea .textlive_posts {
    width: 100%;
  }

  #textliveArea .textlive_imgs {
    width: 100%;
    margin: 0 auto;
  }
  #textliveArea .textlive_imgs img {
    padding-bottom: 6px;
    width: 100%;
  }
  #textliveArea .textlive_body {
    max-width: 98%;
    width: 98%;
    margin: 0 auto;
    padding-top: 32px;
    text-align: left;
  }
  #textliveArea .ftBtnWrap {
    width: 96%;
    font-size: 14px;
    padding: 0;
  }
  #textliveArea .timemachine {
    font-size: 16px;
  }
  #textliveArea .btn_reload{
    padding: 0 10px;
  }
  #textliveArea h5 {
    margin-left: 0;
    margin: 5px 0 10px 0;
    max-width: 70%;
    min-width: 20%;
    padding: 10px;
  }
  #textliveArea h5:after {
    top: 33px;
  }
  #textliveArea .textlive_date {
    padding : 0;
  }
  #textliveArea .textlive_text {
    padding-left: 12px;
  }
  #textliveArea .ftBtn.btn_asc {
    display: inline-block;
  }
  #textliveArea .ftBtn img {
  width: 43%;
  }
  #textliveArea .btn_prev img{
    width: 80px;
  }
  #textliveArea .btn_next img{
    width: 80px;
  }

  #controller {
    width: 96%;
    font-size: 88%;
    padding: 26px 0 30px 0;
  }
  #controller .controller_bottom {
    margin: 10px 0 0 0;
  }
  #textliveArea .textlive_border {
    width: 100%;
    margin: 0 auto;
  }

  #textliveArea .slick-dots {
    bottom: -20px;
  }
  #textliveArea .slick-next:before, #textliveArea .slick-prev:before {
    opacity: .25;
    color: #000;
  }
  #textliveArea .slick-prev {
    left: 0;
  }
  #textliveArea .slick-next {
    right: 0;
  }
  #textliveArea .btn_prev {
    float: left;
    width: 80px;
}
#textliveArea .textlive_footer {
    padding-top: 10px;
    padding-bottom: 40px;
}
  #textliveArea_wrap:before{
display: none;
  }
  #textliveArea_wrap:after{
display: none;
    }
}
