/*商品陳列*/
#sk_itemSort {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: silver;
	border-bottom-color: silver;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	background-color: #fafafa;
	text-align: right;
	width: 99%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sk_pager {
	width: 100%;
	margin-bottom: 3px;
}

/*縦並び*/
.sk_itemLine {
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : #cedce0;
	width: 100%;
	clear:left;
}
.sk_itemThumb {
	width: 90px;
}
.sk_itemLineMsg {
	margin-left: 10px;
}
.sk_itemLineMsg h3 {
	font-size:14px;
	margin-bottom: 3px;
}
.sk_itemLinePrice {
	color:#ff0000;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.sk_soldout {
	color:#ff0000;
}
.sk_lastLine {
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : #cedce0;
	width: 100%;
}
/*横並び*/
.sk_itemWidthTable {
	border: 1px dotted #cedce0;
	margin-top:3px;
}

/*商品がないとき*/
#sk_itemNothing {
	border: 1px solid #CCCCCC;
	width:100%;
	height: 40px;
	text-align:center;
	margin-top: 10px;
}
#sk_itemNothing p {
	margin-top: 15px;
	font-weight: bold;
}


