/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/





#footer-fixed {
    bottom: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
	height: 50px;
    z-index: 99999;
    text-align: center;
    font-weight: bold;
}



#footer-fixed a:link{color:#fff;}
#footer-fixed a:visited{color:#fff; }

#footer-fixed-line{
	float: right;
	width: 45%;
    background-color: #dd8282;
	height: 50px;
	padding-top: 3px;
}

#footer-fixed-left{
	float: left;
	width: 55%;
    background-color: #dd8282;
	height: 50px;
	padding-top: 3px;
}






#kijisita-box {
    text-decoration: none;
    background-color: white;
	height: 800px;
    overflow-y: hidden;
    margin-top: 10px;
    border-top: 1px solid #CCC;
	padding-top: 10px;
}

#kijisita-box li {
   
    margin-bottom: 3px;
    margin-left: 10px;
    overflow: hidden;
		font-size: 15px;
		height: 50px;
	
}

.widgettitle {    height: 45px;
}


.line-like-more{
  display:none;
}


.line-like-more-btn{
  margin-top:48px;
  position:relative;
  text-align:center;
}
/*
.line-like-more-btn:before{
  background:#00C31A;
  border-radius:4px;
  width:280px;
  height:48px;
  display:inline-block;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  line-height:48px;
  content:'いいね！を押すと続きが表示されます';
}
.line-like-more-btn:after{
  background:#00C31A;
  margin:0 auto;
  width:16px;
  height:16px;
  transform:rotate(-45deg);
  position:absolute;
  right:0;
  top:40px;
  left:0;
  content:'';
}
*/
.line-like-more-btn-wrap{
  margin:48px auto;
  width:92px;
  height:20px;
  transform:scale(2.4);
  -webkit-transform:scale(2.4);
  overflow-x:hidden;
  position:relative;
  text-align:center;
  cursor:pointer;
}
/**/
.line-like-more-btn-wrap:after{
  background:#D75;
  border-radius:2px;
  position:absolute!important;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  color:#FFF;
  font-size:9px;
  line-height:20px;
  content:'続きを読む';
}
/**/
.line-like-more-btn-wrap iframe{
  position:absolute!important;
  top:0;
  left:0;
  z-index:2;
  /**/
	opacity:.01;
  /**/
}

