@import url(../../2017/css/detail.css);
em, strong {
	font-style: normal;
	font-weight: bold;
}

.archiveshop-detail main #detail header h2 .archive_logo {
	display: inline-block;
	margin-right: 10px;
	padding-left: 0;
	vertical-align: bottom;
}

.archiveshop-detail main #detail header h2 .archive_logo > img {
	width: 60px;
}

.archiveshop-detail main #detail header h2 strong {
	margin-top: 5px;
}

.archiveshop-detail main #products #item-image {
	/*text-align: center;*/
}

.archiveshop-detail main #products #item-image ul li a,
.archiveshop-detail main #products #item-image figure {
	/*display: inline-block;*/
	/*float: none;*/
	/*width: 65%;*/
	/*height: auto;*/
	/*padding: 1.5%;*/
	background-color: #fff;
	/*text-align: center;*/
}
.archiveshop-detail main #products #item-image ul li a img,
.archiveshop-detail main #products #item-image figure > img {
	/*display: inline-block;*/
	/*float: none;*/
	/*height: auto;*/
	/*max-width: 100%;*/
	/*max-height: 100%;*/
	/*margin: 0;*/
	/*position: static;*/
	position: absolute;
	width: auto;
	height: 96%;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

.archiveshop-detail main #products #original-price {
	padding-top: 1em;
	line-height: 1;
}
/*.archiveshop-detail main #products #original-price:after {
	content: "\F054";
	font-family: "Material Design Icons";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 21px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
	vertical-align: middle;
	color: #666;
}*/
.archiveshop-detail main #products #original-price span {
	font-size: 140%;
	color: #666;
	vertical-align: middle;
	padding-right: 0.5em;
}
.archiveshop-detail main #products #original-price del[class] {
	display: none;
	font-size: 140%;
	color: #666;
	vertical-align: middle;
}

.archiveshop-detail main #products #item-price {
	padding-top: 0;
}
.archiveshop-detail main #products #item-price span {
	color: #000;
}


.archiveshop-detail main #products .mdi-unfold-more {
	/*border: none;*/
	/*background-color: transparent;*/
}

.archiveshop-detail main #products .mdi-unfold-more:before {
	/*content: '';*/
}

.archiveshop-detail main #products .mdi-unfold-more > select {
	/*display: none;*/
}

.archiveshop-detail main #products .mdi-unfold-more p {
	font-size: 113.125%;
	font-weight: bold;
}
