/**********************************/
/* content */
/**********************************/
#share {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#share ul {
  margin-bottom: 13px;
  float: right;
}

#share ul li {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 2;
  overflow: hidden;
}

#share ul li.like {
  line-height: 0.6;
}

#officialSns {
  width: 980px;
  margin: 0 auto;
  color: #555;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}
#officialSns h1, #officialSns h2, #officialSns h3, #officialSns h4 {
  line-height: 0;
}
#officialSns a:link,
#officialSns a:visited {
  color: #555;
  text-decoration: none;
}
#officialSns a:hover {
  color: #555;
  text-decoration: underline;
}

.officialSns-inner{
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.officialSns-inner h3{
  margin-bottom: 20px;
}

.message{
  width: 700px;
  margin: 0 auto;
  padding: 37px 0 20px 0;
  overflow: hidden;
  *zoom:1;
}
.message-img{
  float: left;
  width: 314px;
}
.message-text{
  float: right;
  width: 348px;
}

.about{
  height: 1161px;
  background: url(../images/bg.jpg) repeat-y 0 0;
}
.about-lead{
  position: relative;
  height: 76px;
}
.about-lead img{
  position: absolute;
  top: 0;
  left: 295px;
}
.about-plan{
  width: 653px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.about-plan li{
  font-family: "メイリオ",meiryo;
  position: relative;
}
.plan1{
  float: left;
  width: 291px;
  height: 291px;
  background: url(../images/plan1.png) no-repeat 0 0;
}
.plan1 .plan-qr{
  position: absolute;
  top: 92px;
  left: 98px;
}
.plan1 .plan-text{
  width: 176px;
  position: absolute;
  top: 198px;
  left: 63px;
}
.plan2{
  float: right;
  width: 291px;
  height: 291px;
  background: url(../images/plan2.png) no-repeat 0 0;
}
.plan2 .plan-id{
  position: absolute;
  top: 120px;
  left: 55px;
  font-size: 17px;
  letter-spacing: 0.08rem;
}
.plan2 .plan-text{
  width: 185px;
  position: absolute;
  top: 163px;
  left: 62px;
}
/*.plan3{
  width: 264px;
  height: 325px;
  background: url(../images/plan3.png) no-repeat 0 0;
}
.plan3 .plan-friend{
  position: absolute;
  top: 115px;
  left: 57px;
}
.plan3 .plan-text{
  width: 177px;
  position: absolute;
  top: 178px;
  left: 46px;
}*/

.about-howto{
  position: relative;
  width: 740px;
  margin: 70px auto 0 auto;
}
.about-howto:after{
  content: url(../images/howto_bottom.png);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.howto-inner{
  padding: 30px 30px 0 68px;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
}
.for-pc {
  width: 263px;
  float: left;
}
.for-pc ul{
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
}
.for-pc li{
  float: left;
}
.for-sp {
  width: 318px;
  float: right;
}
.for-sp ul {
  width: 318px;
  margin: 30px auto 0 auto;
}
.for-sp li{
  float: left;
  margin-left: 10px;
}
.for-sp li:first-child{
  margin-left: 0;
}
