@charset "UTF-8";

/* shop */

#shop {
  width:800px;
  margin-bottom:30px;
}

#shop ul li{
  width:100%;
  overflow: hidden;
  zoom:1;
  margin-bottom: 30px;
}

#shop .photo {
  width:500px;
  margin-right:20px;
  float:left;
}

.text {
  width:280px;
  float:right;
}

.text h1 {
  display: inline;
  line-height: 0.5em;
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
  padding-bottom: 0.5em;
}

.text p.sns {
  display:inline-block;
  vertical-align: middle;
  width:20px;
  height: auto;
}

.text p.sns img {
	width:100%;
	height: auto;
}

.text p.lead {
	margin-bottom: 20px;
}



/* membershipCard */
#membershipCard {
	width:100%;
	overflow:hidden;
	zoom:_1;
}

#membershipCard .text {
	float:left;
	width:465px;
}


#membershipCard img {
	float:right;
	width:315px;
}
