@charset "UTF-8";
/* CSS Document */

.content {
	width:550px;
}

.bnr {
	width:728px;
	height:90px;
}

.ttl_img {
	width:500px;
	height:200px;
}

#facebook-like-box {
	width:300px;
}



@media screen and (max-width: 768px) {
	
.content {
	width:100%;
}

.sale {
	width:100%;
}

.bnr {
	width:100%;
	height:auto;
}

.ttl_img {
	width:100%;
	height:auto;
}

#facebook-like-box {
	width:280px;
}
	
}