@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;
background-color: #CCC;
}

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

/*◇商品画像◇*/

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

.pic-position{
text-align:center;
margin:auto;
}

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;
}

/*◇価格◇*/

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

/*◇スライド◇*/

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

ul.slider li {
	padding: 0px;
	margin: 0px;
	margin-top:20px;
	float: left;
	width: 107px;
	height: 130px;
}
