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



/* 基本
------------------------------------------------------*/
body {
  font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
a.tel:hover {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


#wrapper {
	width: 768px;
	margin: 0 auto;
}

.cart {
	position: relative;
}
.cart .btn {
	position: absolute;
	display: block;
	width: 39%;
}
.cart.cart1 .btn {
	top: 91.5%;
	left: 6.5%;
}
.cart.cart2 .btn {
	top: 80%;
	left: 54.4%;
}






@media  screen and (max-width:767px) {
	
	#wrapper {
		width: auto;
	}
	
}

@media  screen and (max-width:567px) {
	
	
}


@media  screen and (max-width:374px) {
	
}










