
@import "/library/default.css";

body {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contents {
	position: relative;
	width: 950px;
	height: 1200px;
}

.contents .logo {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

.contents .goods {
	position: absolute;
	z-index: 1;
	text-align: center;
}

.contents .goods p {
	margin: 2px 0 5px 0;
	font-size: 12px;
	line-height: 140%;
}

.contents .goods .container {
	border: 5px solid #ffec6d;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url(../image/bg_goods.png);
	background-repeat: repeat;
	background-position: left top;
}

.contents .sp {
	top: 0;
	left: 0;
}

.contents .goods1 {
	top: 900px;
	left: 0;
}

.contents .goods2 {
	top: 900px;
	left: 240px;
}

.contents .goods1 div > img ,
.contents .goods2 div > img {
	width: 200px;	
}

.contents .goods3 {
	top: 520px;
	left: 30px;
	width: 130px;
}

.contents .goods4 {
	top: 520px;
	left: 170px;
	width: 130px;
}

.contents .goods3 div > img ,
.contents .goods4 div > img {
	width: 50px;	
}

.contents .goods5 {
	top: 200px;
	left: 0;
	width: 200px;
}

.contents .goods6 {
	top: 200px;
	left: 210px;
	width: 200px;
}

.contents .goods5 div > img ,
.contents .goods6 div > img {
	width: 170px;	
}
