@charset "UTF-8";

.outofstock {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.5;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FF0000;
}

.price {
	color: #FF0000;
	font-size: 1.4em;
	line-height: 1.5;
}

.catch {
	color: red;
	font-weight: bold;
	background-image: url(/img/ranking/line.gif);
}

/**
 * おすすめ商品
 */
div#sub table.score-items {
	width: 240px;
	/** セルと表の隙間を無くす */
	border-collapse: collapse;
}

div#sub table.score-items td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#sub td.item-photo {
	width: 80px;
	height: 77px;
	text-align: center;
}

div#sub td.item-content {
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.score-items tr.hot {
	cursor: pointer;
}

table.score-items tr.hover {
	background-color: #E8F8FF;
}

/**
 * 売れ筋商品
 */
#sold-items-ranking {
}

table#sold-items-ranking h3 {
	margin-left: 10px;
	color: #36393D;
}

#sold-items-ranking th {
	border: 1px solid #999999;
}

#sold-items-ranking td {
	border: 1px solid #999999;
}

tr.ranking-head th {

}

.rank {
	background: transparent url(/img/ranking/bg_th.jpg) repeat-x top left;
}

p.description {
	width: 385px;
	margin: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

tr.ranking-body {
	height: 160px;
	overflow: hidden;
}

tr.ranking-body td {
	padding: 5px;
}

div#main div.sold-items {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#content .item-ranking {
}

div#content .item-photo {
	width: 80px;
	text-align: center;
}

div#content .item-photo a {
	display: block;
	width: 146px;
	height: 146px;
	border: 3px solid transparent;
}

div#content .item-photo a:hover {
	display: block;
	width: 146px;
	height: 146px;
	border: 3px solid #FF6600;
}

div#content .item-title {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#content p.staff-comment {
	clear: both;
	font-size: 1.0em;
	line-height: 1.4;
	padding-top: 6px;
	color: #D01F3C;
}
