@charset "utf-8";
/* テキスト中継 */
#textliveArea .currentContents {
  border-bottom: dotted 2px #4C1E05;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#textliveArea .currentContents img {
  vertical-align: middle;
}
#textliveArea .textlive_posts,
#textliveArea .timemachine {
  font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#textliveArea .textlive_posts {
  width: 720px;
  margin: 40px auto 0 auto;
}
#textliveArea .textlive_imgs {
  width: 320px;
  text-align: center;
  margin-top: -10px;
}
#textliveArea .textlive_imgs img {
  padding-top: 10px;
}
#textliveArea .textlive_body {
  margin-left: 30px;
}
#textliveArea h5 {
  margin: 5px 0 10px -12px;
  max-width: 290px;
  min-width: 110px;
  position: relative;
  line-height: 1.57;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px 12px 12px;
  text-align: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #7E6139;
}
#textliveArea h5 img {
  position: absolute;
  right: -74px;
  top: -6px;
}
#textliveArea h5 > a {color:#fff;}
#textliveArea h5 > a:link{color:#fff;}
#textliveArea h5 > a:visited{color:#fff;}
#textliveArea h5 > a:hover{color:#7FC9D2;}
#textliveArea h5.default {background: #7E6139;}
#textliveArea h5:after {
  content: "";
  background: url(../images/textlive/ico_balloon.png) no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  right: -15px;
  top: 26px;
}
#textliveArea .textlive_date {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 11px;
}
#textliveArea .textlive_text {
  line-height: 1.89;
  font-size: 14px;
  letter-spacing: 0.05em;
  clear: both;
}
#textliveArea .ftBtnWrap {
  width: 706px;
  margin: 0 auto;
  padding: 2px 0;
  font-size: 16px;
}
#textliveArea .ftBtn {
  display: inline-block;
}
#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);
}

/* controller */
#controller {
  width: 706px;
  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);
}

/* テキスト中継単体
 * --------------------------------------------------------*/
#textlive_wrapper {
  width: 1130px;
  margin: 30px auto 0 auto;
  text-align: center;
}
#textlive_wrapper .contsMid {
  padding-top: 30px;
}
#textlive_wrapper #textliveArea {
  margin-top: 0;
}
.copyright_top {
  padding-top: 40px;
}
.copyright_btm {
  width: 253px;
  margin: 45px auto -16px auto;
  display: block;
  padding-left: 5px;
}

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

/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	
 #textliveArea .currentContents {
   width: 95%;
   margin: 0 auto 20px auto;
   padding-bottom: 30px;
 }
 #textliveArea .textlive_posts {
   margin: 20px auto 0 auto;
 }
  #textliveArea .textlive_posts {
    width: 100%;
  }
  #textliveArea .textlive_imgs {
    width: 90%;
    margin: 0 auto;
  }
  #textliveArea .textlive_imgs img {
    padding-bottom: 6px;
  }
  #textliveArea .textlive_body {
    width: 90%;
    margin: 0 auto;
  }
  #textliveArea .ftBtnWrap {
    width: 96%;
    font-size: 14px;
  }
  #textliveArea .timemachine {
    font-size: 16px;
  }
  #textliveArea .btn_reload{
    padding: 0 10px;
  }
  #textliveArea h5 {
    margin-left: 0;
    margin: 5px 0 10px 0;
    max-width: 65%;
    min-width: 20%;
  }
  #textliveArea .textlive_date {
    padding : 10px 0 0 12px;
  }
  #textliveArea .textlive_text {
    padding-left: 12px;
  }
  #textliveArea .ftBtn img {
    width: 80%;
  }
  #controller {
    width: 96%;
    font-size: 88%;
    padding: 26px 0 30px 0;
  }
  #controller .controller_bottom {
    margin: 10px 0 0 0;
  }
}
