@charset "utf-8";

/*ls共通*/
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

#s-contents-shopping .mainwrap{
	text-align:center;
	width: 490px;
    margin:20px 0 20px 15px
}
/*リンク、リスト個別設定*/
a.khaki {
	color: #5A5A00;
	text-decoration:none;
}
a.khaki:visited {
	color: #5A5A00;
	text-decoration:none;

}
a.khaki:hover {
	color: #5A5A00;
	text-decoration:underline;

}
div#hot_item dl dt#hallow {
	background:transparent url(http://ct.potora.jp/images/shopping/sp/splink/shopping_sp_06.gif) no-repeat scroll 0 0;
	/*★リスト*/
	color:#ff4201;
}
div#hot_item dl dt#poka {
	background:transparent url(http://ct.potora.jp/images/shopping/sp/sp09/pokapoka_li.gif) no-repeat scroll 0 1px;
	/*雪リスト*/
	color:#ff4201;
}


/*a.ore {
	color:#ff4201;
}
a.ore:visited {
	color:#ff4201;
	text-decoration:none;
}
a.ore:hover {
	color:#ff4201;
	text-decoration:underline;
}*/

/*アイテム*/
div#hot_item {
	margin:10px 0 0 0;
	width:490px;
	overflow:hidden;
	width:100%;
}
div#shop_hot_item h2 {height: 28px; text-indent: -9999px;}

/*商品が1段の時*/
div#hot_item div.section {
	background:transparent url(http://ct.potora.jp/images/shopping/sp/splink/shopping_sp_03.gif) repeat-y scroll 0 0;
	overflow:auto;
	padding-bottom:10px;
	width:490px;
	float: left;
	margin-bottom: 5px;
}
/*商品が2段になるときの上段の指定*/
div#hot_item div.section_01 {
	background:transparent url(http://ct.potora.jp/images/shopping/sp/splink/shopping_sp_04.gif) no-repeat left bottom;
	overflow:auto;
	padding-bottom:10px;
	width:490px;
	float: left;
	margin-top: -16px; 
	margin-bottom: 5px;
}

div#hot_item dl {
	display:inline;
	float:left;
	margin:0 15px;
	width:133px;
}
/*画像枠*/
div#hot_item dl dt.photo img {
	border:1px solid #cccccc;
}

div#hot_item dl dt.photo {
	margin:10px 0;
}


/*商品名*/
div#hot_item dl dt.title {
	font-weight:bold;
	text-align:left;
	line-height:1.3em;
	margin-bottom:5px;
	padding-left:15px;
}

div#hot_item span.point {
	font-size: 12px;
	text-align: right;
	padding:4px 0 0 15px;
	display: block;
}
/**/div#hot_item span.point span.redtx {color: #FF0000}

/*商品説明*/
div#hot_item dl dd {
	margin: 0 0 5px 15px;
	text-align: left;
	font-size: 95%;
    line-height:1em
}

div#hot_item dl dd.price {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

/*top　pageへ*/
div.tophe {
	text-align:right;

}
/*topのinfoへ*/
#s-contents-shopping .mainwrap #topinfo {
	height: 17px;
	background-image: url(http://ct.potora.jp/images/shopping/sp/sp02/mark_info.gif);
	background-repeat: no-repeat;
	padding-left: 29px;
	margin-top: 5px;
	text-align: left;
	margin-left: 190px;
}
#s-contents-shopping .mainwrap #topinfo p {
	background-position: center;
	height: 17px;
	line-height: 17px;
	margin: 0;
}


