body {
	background: none;
	margin: 0px;
}
#contents {
	margin: 0px auto;
	width: auto;
	float: none;
	font-size: 12px;
	background: url(none);
}
#contents h2 {
	padding: 4px 0px 6px 0px;
	margin: 0px 5px 10px;
	background: url(none);
}

#inn-box h2 {
	margin: 0px 0px 10px;
}
#inn-box {
	background: url(none);
	width: auto;
}

#contents table {
	margin-bottom: 20px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}

#contents table th {
  font-size:20px;
	padding: 4px;
	background: #FBF9F6;
	padding: 4px 5px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#contents table td {
	background: #FFF;
	padding: 4px 5px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#contents table td p {
	margin: 0px 0px 5px;
}
#contents table td p.price_stock {
	color: #4d4d4d;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
  font-size:16px;
}
#contents table td p.regular_price_stock {
	text-align: center;
	text-decoration: line-through;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
#contents table td p.d_stock {
color: #B93E3E;
}
#contents table td p.discount_rate_stock {
	color: #FFF;
	background: #A9A9A9;
	font: bold 10px/1.4em Verdana, Geneva, sans-serif;
	text-align: center;
}
#contents p.close {
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	height: 28px;
	width: 88px;
	margin: 0px auto;
	line-height: 24px;
}
#contents p.close a {
	text-decoration: none;
	display: block;
	height: 100%;
	background: #dadada;
   color:#474747;
   padding:8px 4px 4px 8px;
}
#contents p.close a:hover {
	background: #F00;
	color: #FFF;
}
.marker{
  font-weight:bold !important;
  color:#4d4d4d;
  background: linear-gradient(transparent 60%, #efef00 60%) !important;
  padding:0 4px;
}