@charset "shift_jis";
/*◇タイトル◇*/
body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;/*フォントタイプ*/
	background-color: #FFF;
}

.container {
width:100%;
text-align:left;
}

/*◇タイトル◇*/

.title{
	font-size: 10.5pt;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	margin: 0px;
		margin-bottom:10px;
	background-color: #999999;
	background-image: url(img/dgrid.png);
}

/*◇更新日時◇*/
.sub-title{
font-size: 9pt;
color: #555;
font-weight: normal;
}

.ranking_pict{
	width: 142px;
}

/*◇商品画像◇*/

.pict{
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #ededed;
}

a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}

/*◇商品名◇*/
.itemname{
font-size: 8.5pt;
font-weight: normal;
text-align: center;
line-height: 1em;
padding: 2px;
margin: 0px;
}

a{
text-decoration: none; 
}

/*◇入荷日◇*/

.date{
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: #ff9e00;
	margin: 0px;
}

/*◇価格◇*/

.price{
	font-size: 9.5pt;
	font-weight: bold;
	color: #ff3000;
	text-align: center;
	padding: 2px;
	margin: 0px;
}

/*◇スライド◇*/

ul.slider {
list-style-type: none;
margin: 0px;
padding: 0px 10px 10px 10px;
}

ul.slider li {
	margin: 0px;
	float: left;
	width: 150px;
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
