@charset "utf-8";

/*-----------------------------------------------------
BASE
-------------------------------------------------------*/
#article p,
#article li,
#article dt,
#article dd,
#article th,
#article td,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6{
	letter-spacing:.17em;
	line-height:1.8;
}
#article a{
	text-decoration: underline;
}




/*-----------------------------------------------------
SNS
-------------------------------------------------------*/
ul.sns-btn{
	margin: 15px 0 5px;
	text-align: right;
}
ul.sns-btn li {
	display: inline-block;
    min-height: 30px;
    margin-right: 15px;
    line-height: 0!important;
	letter-spacing: 0;
	vertical-align: bottom;
}
ul.sns-btn li.last,
ul.sns-btn li:last-child {
	margin-right: 0;
}

/*-----------------------------------------------------
.like-section
-------------------------------------------------------*/
.like-section{
  margin-top: 100px;
}
.like-section .main-wrap {
  float: right;
  width: 379px;
  height: 138px;
  text-align: center;
  background: #eceaeb;
  line-height: 1.7;　　
}
.like-section .sub-wrap {
  float: left;
  width: 341px;
}
.like-section .main-wrap h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 116%;
}