@charset "utf-8";
/* CSS Document */
/* 基本
------------------------------------------------------*/
body {
  	width: 100%;
	height: 100%;
}

#page-top:hover,
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.wrapper {
	font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	width: 100%;
/*	max-width: 640px;*/
	padding: 0;
	position: relative;
	line-height: 0;
}
.wrapper img{
	width: 100%;
	height: auto;
}
.content{
	position:relative;
}
.pict1{
	position: relative;
}
.pict2{
	position: absolute;
	/*top: 100px;
	left: 30px;*/
	    top: 4%;
    left: 5%;
    width: 64%;
}
.pict3{
	position: absolute;
	/*top: 388px;
	left: 5px;*/
	    top: 35%;
    left: 1%;
    width: 48%;
}

.pict4{
	position: absolute;
	/*top: 380px;
	left: 150px;*/
	    top: 25%;
    left: 24%;
    width: 55%;
}

.pict5{
	position: absolute;
	/*bottom: 380px;
	right: 60px;*/
	    bottom: 25%;
    right: 9%;
    width: 31%;
}



.cart{
	position:relative;
}

.cartBtn0{
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
}



.cartBtn1{
	position: absolute;
	bottom: 35px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.cartBtn1 img,.cartBtn2 img{
	width: 100%;
	height: auto;
}
.cartBtn2{
	position: absolute;
	/*bottom: 290px;*/
	bottom: 26%;
	left: 0px;
	right: 0px;
	text-align: center;
}
.cartBtn3{
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.cartBtn4{
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
}


.cartBtn5{
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	text-align: center;
}


.border_radius {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.border_radius1 {
    border-radius: 50px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}
