@charset "Shift_JIS";

/*--------------------------------------------------------------------------------
	.sns
--------------------------------------------------------------------------------*/
.sns {
	margin: 35px 0 30px;
	overflow: hidden;
}

.sns h4 {
	margin: 0 0 15px 0;
	color: #333;
	text-align: center;
}

.sns ul {
	position: relative;
	left: 50%;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	*zoom: 1;
}

.sns ul:after {
	clear: both;
	display: block;
	content: "";
}

.sns ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 15px;
}

.sns ul li img {
	height: 18px;
	background: #fff;
}

@media(max-width:640px){
	.sns ul li img {
		height: 36px;
	}
}

/*--------------------------------------------------------------------------------
	.banner
--------------------------------------------------------------------------------*/
.banner {
	margin-top: 30px;
	line-height: 0;
}

@media(max-width:640px){
	.banner img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	.product-info
--------------------------------------------------------------------------------*/
.product-info {
	margin-top: 25px;
	min-height: 172px;
	_height: 172px;
	line-height: 1.3;
	*zoom: 1;
}
.product-info:after {
	clear: both;
	display: block;
	content: "";
}

.product-info .img {
	float: left;
	_display: inline;
	margin: 0 5px 0 220px;
	height: 172px;
}

.product-info .txt {
	float: left;
}

.product-info em {
	display: block;
	padding-top: 25px;
	font-size: 88%;
	font-style: normal;
	text-indent: 5px;
}

.product-info h4 {
	margin: 5px 0 0;
	font-size: 170%;
	text-indent: 5px;
}

.product-info img.btn {
	margin-left: 20px;
	height: 16px;
}

.product-info .mod-storeLink {
	_display: inline;
	margin-top: 10px;
}

.product-info .mod-storeLink-note {
	margin-top: 3px;
}

@media(max-width:640px){
	.product-info {
		padding-bottom: 30px;
		text-align: center;
	}
	.product-info .img {
		float: none;
		margin: 0;
	}
	.product-info .txt {
		float: none;
		display: inline-block;
		text-align: left;
	}
	.product-info em {
		margin-top: -35px;
		padding: 0;
		text-indent: 0;
	}
	.product-info h4 {
		text-indent: 0;
	}
}