@charset "UTF-8";

/*----------------
  #wrapper
----------------*/
#wrapper {
	background: url(../img/bg_goods.png) center bottom no-repeat fixed;
	background-size: cover;
}

#contents {
	margin: 40px auto 0;
	padding: 0 0 100px;
	position: relative;
}
h1 {
	margin: 0 auto 40px;
	text-align: left;
}
.toplogo {
	position: absolute;
	top: 0;
	right: 0;
}
.goods {
	padding: 0 80px 10px;
}

.goods ul {
	margin: 0 -15px -40px;
}
.goods ul li {
	margin: 0 15px 50px;
	padding: 0 0 46px;
	width: 260px;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
.goods .img {
	margin: 0 auto 15px;
}
.goods .name {
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 2;
}
.goods .price {
	margin: 0 auto 15px;
	text-align: right;
}
.goods dl {
	margin: 0 auto 20px;
	font-size: 0.9em;
}
.goods dl dt {
	width: 5em;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
}
.goods dl dd {
	width: 75%;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
}
.goods dl .pick {
	font-weight: bold;
}
.goods .attention {
	font-size: 11px;
}
.goods .btn {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.goods .btn a {
	padding: 8px 15px;
	text-align: center;
	background: #000;
	border: solid 1px #fff;
	display: block;
	position: relative;
}
.goods .btn a::after {
	content: "＞";
	position: absolute;
	top: 9px;
	right: 10px;
}
.goods .btn a:hover {
	text-decoration: none;
	background: #8e0000;
}
.goods .place {
	padding: 10px;
	text-align: center;
	line-height: 1.6;
	background: rgba(0, 0, 0, 0.5);
}