
#document {border-bottom:none;}
.main img {vertical-align: bottom;}

/* いいねボタン */
.scsLike {padding:40px 0;}
.scsLike a {
  text-decoration: none;
  border: 1px solid #6a6a6a;
  border-radius: 16px;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: #6a6a6a;
  display: block;
  box-sizing: border-box;
  width: 220px;
  background:#fff;
}
.scsLike a:after {
	overflow: hidden;
	display: inline-block;
	text-indent: 200%;
	white-space: nowrap;
	vertical-align: -3px;
	line-height: 1;
	background-image: url(/scstyle/common/spgood01.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	-moz-background-size: 14px auto;
	-o-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	margin-left: 3px;
	content: "";
}
.scsLike a.is-selected {
  background-color: #fa9ab8;
  border: 1px solid #fa9ab8;
  color: #fff;
}
.scsLike a.is-selected:after {
  background-image: url(/scstyle/common/spgood02.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
}
.scsLike p {
  color: #999;
  font-size: 12px;
  padding: 50px 10px 10px 10px;
  text-align: left;
}
/* go to top */
.pagetop{position: fixed;right: 30px;bottom: 50px;z-index: 20;display:none;}
.pagetop a{overflow: hidden;display: inline-block;text-indent: 200%;white-space: nowrap;vertical-align: middle;line-height: 1;background-image: url('/scstyle/common/totop.png');background-repeat: no-repeat;width: 44px;height: 44px;}
