<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#itemDetails {
	width: 460px;
	float: left;
}
#itemDetails h2 {
	padding: 0 5px 10px 5px;
	font-size: 120%;
}
#itemOrder {
	width: 220px;
	margin-left: 40px;
	float: right;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
#contents button.btn-addcart {
    background: url(https://file001.shop-pro.jp/PA01272/042/common/cart.png) no-repeat;
    width: 216px;
    height: 37px;
    text-indent: -2000px;
}
.item-price {
	color: #CC0000;
	font-weight: bold; 
	font-size: 120%;
}
table#item {
	border-bottom: 1px solid #DDDDDD;
}
table#item th {
	width: 120px;
}
table#item-details {
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table#item-details th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
}
table#item-details td {
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
hr {
	width: 100%;
	height: 1px;
	margin: 5px 0;
}</pre></body></html>