@charset "euc-jp";
/**************
text
****************/
.section {
  margin-bottom: 15px;
}
.girlsImg {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #d6d6d6;
}
.girlsImg:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.girlsImg:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.girlsFaceImg {
  display: block;
  float: left;
  margin: 0 6px 0 0;
}
.girlsFaceImg .imgWrap {
  display: block;
  width: 50px;
  height: 37px;
  overflow: hidden;
}
.girlsFaceImg .imgWrap .girlThumb {
  display: block;
  width: 50px;
  height: 37px;
}
figure {
  margin: 0;
}
.imgWrap {
  border-radius: 3px;
}
.girlsImg .girlsName {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.girlsImg .girlsName .time {
  color: #444;
  font-weight: normal;
}
.girlsImg .status {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 6px;
  margin-bottom: 4px;
  background: #c7c7c7;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
}
.girlsImg .status { background: #b2b2b2; }
.girlsImg .status.online  { background: #d18a00; }
.girlsImg .status.chat    { background: #da3d8b; }
.girlsImg .status.twoshot { background: #812fcc; }
.girlsImg .status.wait    { background: #2b8fdc; }

.blogBox .line.mail_good {
  text-align: center;
}
.blogBox .line.mail_good li { margin-right: 5px; }
.blogBox .line.mail_good li a {
  position: relative;
  display: block;
  width: 58px;
  height: 30px;
  line-height: 30px;
  color: #444444;
}
.blogBox .line.mail_good li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(https://assets-legacy.livede55.com/common/img/blog_parts.png) no-repeat;
}
.blogBox .line.mail_good li a.btnBlog:before { background-position: 0 0; }
.blogBox .line.mail_good li a.btnBlog:hover:before { background-position: 0 -150px; }
.blogBox .line.mail_good li a.btnComment:before { background-position: 0 -30px; }
.blogBox .line.mail_good li a.btnComment:hover:before { background-position: 0 -180px; }
.blogBox .line.mail_good li a.boxNice:before { background-position: 0 -60px; }
.blogBox .line.mail_good li a.boxNice:hover:before { background-position: 0 -90px; }
.blogBox .line.mail_good li a.boxNice.boxNiceGood:before,
.blogBox .line.mail_good li a.boxNice.boxNiceGood:hover:before { background-position: 0 -120px; }
.blogBox .line.mail_good li a .balloon {
  display: none;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  width: 58px;
  margin-left: -29px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.blogBox .line.mail_good li a.btnBlog .balloon,
.blogBox .line.mail_good li a.btnComment .balloon {
  background: #444;
}
.blogBox .line.mail_good li a.boxNice .balloon {
  background: #ff399e;
}

.blogBox .line.mail_good li a:hover { text-decoration: underline; }
.blogBox .line.mail_good li a:hover .balloon { display: block; }

.blogBox .line.mail_good li a .balloon:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #444;
}
.blogBox .line.mail_good li a.boxNice .balloon:before { border-top: 6px solid #ff399e; }

.boxItem {
  display: block;
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
}
.boxItem img {
  display: inline-block;
  max-width: 500px;
  margin-bottom: 20px;
}
.boxItem p {
  display: block;
  color: #333;
  font-size: 14px;
  text-align: left;
}
.boxItem p img {
  margin: 0;
}

.boxLink {
  display: block;
  padding: 8px 30px 8px 10px;
  background-color: #f4f4f4;
}
.boxLink:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.boxLink .btnFollow {
  display: block;
  float: left;
  line-height: 34px;
  margin-top: 3px;
  padding: 0 12px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
  background: linear-gradient(#fff 85%,#f9edf8 100%);
  box-shadow: 0 1px 2px 0 #bbb;
  color: #9a0074;
}
.boxLink .btnFollow:hover {
  background: linear-gradient(#fffafc 50%, #f9e1ec 100%);
  text-decoration: none;
}
.boxLink .btnFollow:after { content: "登録"; }
.boxLink .btnFollow:before {
  content: "";
  display: inline-block;
  background: url(https://assets.chatpia.jp/common/images/blog_parts.png) no-repeat 0 0;
  width: 22px;
  height: 18px;
  margin-top: -1px;
  margin-right: 5px;
  vertical-align: middle;
}
.boxLink .btnFollow.on       { border: solid 1px #9a0074; }
.boxLink .btnFollow.on:before { width: 27px; background-position: 0 0; }
.boxLink .btnFollow.on:after  { content: "済み"; }

.boxLink .linkList {
  display: block;
  float: right;
  margin: 0 !important;
}
.boxLink .linkList li {
  display: block;
  float: left;
}
.boxLink .linkList li a {
  position: relative;
  display: block;
  color: #444;
  font-size: 14px;
}
.boxLink .linkList li a:hover,
.boxLink .linkList li a:hover span {
  color: #9a0074;
}
.boxLink .linkList li a.btnBlog,
.boxLink .linkList li a.btnComm {
  padding: 13px 40px;
}
.boxLink .linkList li a.btnNice {
  margin: 4px 50px 0 0;
  padding: 8px;
  border: solid 1px #afafaf;
  border-radius: 3px;
  background: #fff;
  background: linear-gradient(to bottom,  #fff 85%,#f9edf8 100%);
}
.boxLink .linkList li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background: url(https://assets.chatpia.jp/common/images/blog_parts.png) no-repeat;
}
.boxLink .linkList li a.btnBlog:before,
.boxLink .linkList li a.btnComm:before {
  left: 0;
}
.boxLink .linkList li a.btnBlog:before { background-position: 15px -20px; }
.boxLink .linkList li a.btnComm:before { background-position: 15px -80px; }
.boxLink .linkList li a.btnNice:before { background-position: 0 -50px; right: -50px; }

.boxLink .linkList li a.btnNice:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  right: -6px;
  border-bottom: solid 1px #afafaf;
  border-right: solid 1px #afafaf;
  background: #fff;
  transform: rotate(-45deg);
}
.boxLink .linkList li a.btnNice:hover,
.boxLink .linkList li a.btnNice:hover:after,
.boxLink .linkList li a.btnNice.on,
.boxLink .linkList li a.btnNice.on:after {
  border-color: #9a0074;
}
.boxLink .linkList li a.btnNice.on {
  color: #9a0074;
  font-weight: bold;
}
.boxLink .linkList li a.btnNice.on:hover {
  text-decoration: none;
}
.boxLink .linkList li a .count {
  font-weight: bold;
}
.boxLink .linkList li a .count:before {
  content: " ";
}
.boxLink .linkList li a.btnNice.on .count:before {
  content: "済み ";
}


/** コメント **/
.boxComm .comment {
  display: block;
  padding: 15px;
  border-bottom: solid 1px #d6d6d6;
}
.boxComm .comment h3 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px;
}
.boxComm .comment h3 .time {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin: 0 4px;
}
.boxComm .comment.myComment    { background-color: #fbf1f9; }
.boxComm .comment.myComment h3 { color: #9a0074; }

.txtLinkWrap {
  display: block;
  padding: 15px 30px;
  text-align: center;
}
.txtLinkWrap .txtLink {
  display: inline-block;
  color: #444;
}

.boxComm .enterBox {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  background: #f4f4f4;
}
.boxComm .enterBox .wrapper:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.boxComm .enterBox .wrapper .inputWrap,
.boxComm .enterBox .wrapper .submitWrap {
  float: left;
}
.boxComm .enterBox .wrapper .inputWrap {
  width: 84%;
}
.boxComm .enterBox .wrapper .inputWrap textarea {
  display: block;
  width: 98%;
  padding: 10px 1%;
}
.boxComm .enterBox .wrapper .submitWrap {
  width: 16%;
  text-align: center;
}

.boxComm .enterBox .wrapper .submitWrap .commentPost,
.boxComm .enterBox .wrapper .submitWrap .rice {
  display: inline-block;
}
.boxComm .enterBox textarea {
  border: 1px solid #ccc;
}
.boxComm .enterBox .wrapper .submitWrap .commentPost {
  padding: 16px 30px;
  margin-bottom: 6px;
  border-radius: 4px;
  border: none;
  background: linear-gradient(#af008b, #9a0074);
  box-shadow: 0 1px 2px 0 #bbb;
  box-sizing: border-box;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.boxComm .enterBox .wrapper .submitWrap .commentPost:hover {
  background: linear-gradient(#c900ad ,#a80090);
}
.boxComm .enterBox .riceList {
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.boxComm .enterBox .riceList li {
  font-size: 12px;
}
.boxComm .enterBox .riceList li:before {
  content: "※";
  color: #9a0074;
}

/*tweetボタン
*******************************************/
#tweet {
  position: absolute;
  right: 25px;
  top: 25px;
}

/*前、次へのブログの遷移
*******************************************/
.titLv2.otherTitle {
  margin-bottom: 10px;
}
.otherBlog {
  display: table;
  padding: 0 !important;
  table-layout: fixed;
  width: 100%;
}
.otherBlog .item {
  margin: 0 auto;
  overflow: hidden;
  width: 250px;
}
.otherBlog .blogBox {
  border-radius: 5px;
  display: block;
  float: none;
  overflow: hidden;
  width: 240px;
}
.otherBlog section {
  margin-top: 10px;
}
.otherBlog > li {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.otherBlog > li .item > p { margin-bottom: 5px; color: #bf8a42; }
.otherBlog > li:last-child .item > p {
  text-align: right;
}
.otherBlog .btn {
  display: block;
  width: 243px;
  margin: 0 auto 10px;
  padding: 8px 12px;
  border: solid 1px #b7b7b6;
  border-radius: 3px;
  background: #fff;
  background: linear-gradient(to bottom,  #fff 85%,#f9edf8 100%);
  box-shadow: 0 1px 2px 0 #ddd;
  color: #9a0074;
  text-align: center;
}
.otherBlog .btn:hover {
  border: 1px solid #9a0074;
  text-decoration: none;
}

/*aタグのたて幅　全てラッピング
*******************************************/
.otherBlog .blogBox .goOtherPage {
    border-bottom: medium none;
}
.otherBlog .blogBox .goOtherPage:after {
    content: "";
    display: block;
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

