@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_forPc{display:block;}
.textlive_forSp{display:none;}
.textlive_hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: pointer;
}
.textlive_hide { display: none; }
.textlive_invisible { visibility: hidden; }
#textliveArea .currentContents {
  border-bottom: #C1E0FF solid 10px;
  border-image: url(../images/line.png) 30 0 round;
  font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#textliveArea .currentContents img {
  vertical-align: middle;
}
#textliveArea .textlive_posts,
#textliveArea .timemachine {
  font-family: ”Osaka”, sans-serif;
}
#textliveArea .textlive_ymdLink {
  width: 690px;
  margin: 20px auto 0 auto;
  font-family: Georgia, serif;
  font-size: 16px;
  letter-spacing: 0;
  color: #998675;
}
.ymdtitle{font-size:20px;  font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color:#089970;}
#textliveArea .textlive_ymdLink li {
  padding-left: 6px;
  padding-right: 6px;
}
#textliveArea .textlive_ymdIcon {
  vertical-align: middle;
}
#textliveArea .textlive_posts {
  width: 700px;
  margin: 40px auto 0 auto;
}
#textliveArea .more {
  text-align: center;
  display: inline-block;
}
#textliveArea .textlive_imgs {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
#textliveArea .textlive_imgs img {
  display: inline-block;
  box-shadow: 2px 2px 32px -6px rgba(0, 0, 0, 0.6);
}
#textliveArea .textlive_imgs a {
  outline: none;
}
#textliveArea .textlive_body {
  width: 28em;
  margin: 45px auto 0 auto;
  padding-bottom: 5px;
  color: #534741;
  background-image: url(../images/ruled.png);
  background-repeat: repeat-y;
  letter-spacing: 1px;
  line-height: 30px;
}
#textliveArea h5 {
  position: relative;
  margin-bottom: 10px;
}
#textliveArea h5 img {
  position: absolute;
  right: -74px;
  top: -6px;
}
#textliveArea h5 > span {color:#fff;}
#textliveArea .textlive_date {
  padding-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 31px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #998675;
}
#textliveArea .textlive_subject {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #089970;
  width: 500px;
  padding-bottom: 15px;
}
#textliveArea .textlive_subject:before{
  content:url(../images/crystal.png);
  position: absolute;
  left: -40px;
  top: -62px;
  z-index: -1;
}
#textliveArea .textlive_text {
  line-height: 1.89;
  font-size: 14px;
  letter-spacing: 0.05em;
  clear: both;
}
#textliveArea .ftBtnWrap {
  width: 706px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
}
#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);*/
}

/* 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) {
  .textlive_fl,.textlive_fr {float: none;}
  .textlive_forPc{display:none;}
  .textlive_forSp{display:block;}
  .textlive_hoverOp:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #textliveArea .textlive_ymdLink {
    width: 95%;
    text-align: center;
  }
  #textliveArea .textlive_ymdLink ul {
    width: 320px;
    margin: 0 auto;
    text-align: left;
  }
  #textliveArea .textlive_ymdLink li {
    padding-left: 4px;
    padding-right: 4px;
    width: 30%;
  }
  #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_subject:before{
    left: -40px;
    top: -24px;
  }
  #textliveArea .textlive_subject{
    font-size: 21px;
    width: 100%;
  }
  #textliveArea .textlive_imgs {
    width: 100%;
    margin: 0 auto;
  }
  #textliveArea .textlive_imgs img {
    width: 100%;
  }
  #textliveArea .textlive_body {
    width: 90%;
    margin: 40px auto 0 auto;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.08em;
    padding-left: 5px;
  }
  #textliveArea .ftBtnWrap {
    width: 90%;
    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: 80%;
    min-width: 20%;
  }
  #textliveArea .textlive_date {
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 14px;
  }
  #textliveArea .textlive_text {
    padding-left: 12px;
  }
  #textliveArea .ftBtn.btn_asc {
    display: inline-block;
  }
  #textliveArea .textlive_body {
      background-image: url(../images/ruled_sp.png);
  }
  #textliveArea .btn_prev img,
  #textliveArea  .btn_next img {
    width: 85px;
  }
  #textliveArea .btn_reload{
    width: 178px;
  }
  #textliveArea .more {
    width: 178px;
    padding-top: 40px;
  }

  #controller {
    width: 96%;
    font-size: 88%;
    padding: 26px 0 30px 0;
  }
  #controller .controller_bottom {
    margin: 10px 0 0 0;
  }
  /* ColorBox */
  .js-colorbox:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
