﻿.box{
	background-image: url('../i/back.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden!important;
}
.page{
	width: 100%;
	max-width: 900px;
	margin : 10px 0 0 0;
	padding : 0px;
	font-size:14px;
	position:relative;
	display : block;
	float: right;
}
.lineup{
	width: 875px;
	height: 38px;
	margin : 0px;
	padding : 0 0 0 35px;
	top : 25px;
	vertical-align : middle;
	text-align : left;
	background: #302519;
	border-radius : 0 10px 10px 0 ;
	position:relative;
	z-index : 15;
}
.lineup img{
	width: 420px;
}
.item{
	width: 410px;
	height: 410px;
	margin : 27px 0px 0px 27px;
	padding : 60px 80px;
	text-decoration : none;
	background-image: url('../i/item.png');
	background-size:100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
.item > div > div{
	width: 250px;
	margin : 0px;
	vertical-align : middle;
	text-align : left;
	font-size : 10pt;
	color: #000000;
}
.item .img,
.item .img > img{
	max-width: 250px;
	max-height: 190px;
	object-fit: contain;
	margin : 0 auto;
	padding : 0px;
	display : block;
}
.item .img{
	height: 200px;
}
.item .img > img{
	height: 190px;
}
.item .name,
.item .title,
.item .price{
	padding : 1% 3%;
}
.item .name{
	background: #dcdddd;
}
.item .title{
	background: #efefef;
}
.item .price{
	background: #dcdddd;
}
.item .price > span{
	font-size : 14px;
	font-weight:600;
	color: #e60012;
}
.item .zei{
	font-size : 7pt!important;
}

.item_detail{
	z-index : 14;
	width: 730px;
	height: auto;
	margin : 60px auto 40px auto;
	padding : 0;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.4);
	position:relative;
}
.item_detail .img{
	z-index : 14;
	width: 100%;
	height: auto;
	margin : 0 0 15px 0;
	padding : 0;
	background-image: url('../i/itemback.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:contain;
	position:relative;
}
.item_detail .img img{
	z-index : 17;
	width: 100%;
	height: auto;
	margin : 0 auto;
	padding : 0;
	position:relative;
}
.item_detail .img img.itemimg{
	z-index : 16;
	max-width: 85%;
	max-height:472px;
	object-fit:contain;
	margin : 0 auto;
	padding : 0;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.itemdata{
	width: 90%;
	margin : 0 auto;
	padding : 0;
}
.category1{
	width: 100%;
	margin : 0;
	padding : 2px 5px;
	font-size : 14px;
	font-weight:600;
	color : #ffffff;
	vertical-align : middle;
	text-align : center;
	background-image: url('../i/textback1.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.category2{
	width: 100%;
	margin : 0;
	padding : 3px 5px 13px 5px;
	font-size : 15px;
	font-weight:500;
	color : #000000;
	vertical-align : middle;
	text-align : center;
}
.itemdata .artist,
.itemdata .title{
	font-size : 17px;
}
.itemdata .price{
	color: #e60012;
	font-size : 24px;
	font-weight:800;
}
.itemdata .price > span{
	font-size : 10pt;
}
.comment{
	padding : 3px 5px 30px 5px;
	vertical-align : top;
	text-align : justify;
	text-justify : inter-ideograph;
	line-break : strict;
}
.back{
	bottom:0;
	right:0;
	margin : 0;
	padding : 2px 5px;
	font-size : 15px;
	font-weight:600;
	color : #ffffff;
	text-decoration : none;
	vertical-align : middle;
	text-align : center;
	background-image: url('../i/textback2.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	position:absolute;
}

@media (max-width: 1020px) {
	.page{
		float: none;
	}
	.lineup{
		width: 100%;
		height: auto;
		top : 0px;
		padding : 0 0 0 0;
		text-align : center;
		border-radius : 0 0 0 0 ;
	}
	.lineup img{
		width: 80%;
	}
	.item{
		width: 50%;
		height: auto;
		margin : 0px 0px 0px 0px;
		padding : 0;
		background-image: url('../i/item.png');
		background-size:100%;
		position:relative;
		float: left;
	}
	.item:before{
		content: "";
		display: block;
		padding-top: 100%;
	}
	.item > div{
		width: 100%!important;
		height: 100%!important;
		top:0;
		left:0;
		margin : 0px auto;
		position: absolute;
	}
	.item > div > div{
		width: 70%!important;
		margin : 0 auto;
		font-size : 10pt;
	}
	.item .img > img{
		width: 80%;
		height: auto;
		margin : 0 auto;
		padding : 0px;
		display: block;
	}
	.item .img{
		width: 100%;
		height: auto;
		margin : 15% auto 15px auto;
		display: block;
	}
	.item .img > img{
		height: auto;
	}
	.item .name{
		background: #dcdddd;
	}
	.item .title{
		background: #efefef;
	}
	.item .price{
		background: #dcdddd;
	}
	.item .price > span{
		color: #e60012;
	}
	.item .zei{
		font-size : 7pt;
	}
}
@media (max-width: 920px) {
	.item_detail{
		width: 95%;
		margin : 20px auto 23px auto;
	}
	.lineup{
		padding : 0 0 0 0;
	}
}
@media (max-width: 880px) {
	.item .img > img{
		width: 75%;
	}
}
@media (max-width: 750px) {
	.item .img > img{
		width: 70%;
	}
}
@media (max-width: 720px) {
	.item{
		width: 100%;
		height: auto;
		margin : 0px 0px 0px 0px;
		padding : 0;
		background-image: url('../i/item.png');
		background-size:100%;
		position:relative;
		float: left;
	}
	.item > div > div{
		width: 70%!important;
		font-size : 12pt;
	}
	.item .img > img{
		width: 85%;
	}
	.lineup img{
		width: 95%;
	}
}
@media (max-width: 650px) {
	.item .img > img{
		width: 80%;
	}
}
@media (max-width: 520px) {
	.item > div > div{
		font-size : 10pt;
	}
	.item .img > img{
		width: 65%;
	}
	.category2{
		font-size : 14px;
	}
	.itemdata .artist,
	.itemdata .title{
		font-size : 16px;
	}
	.itemdata .price{
		font-size : 22px;
	}
	.itemdata .price > span{
		font-size : 10pt;
	}
}
