
/*◇タイトル◇*/
body {
	margin: 0px;
	padding: 0px;
	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: #666;
}

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

/*◇◇◇商品ボックス設定◇◇◇*/

.r3-item-box{
margin: 2px;/* 外枠までの余白 */
padding: 0 0 5px 0;/* 内側の余白（上 右 下 左の順に余白を設定） */
border: 0px solid # ;/* 商品ボックスに枠線（線幅｜線種｜線色） */
background-color:;/* 商品ボックス内塗り潰し色 */
}


/*◇◇◇順位画像サイズ設定◇◇◇*/

.r3-ranking-pict{
width: 110px;/*●サイズ調整２*/
}

/*順位画像のポジション調整-------*/

.r3-ranking-pict-pisition{
text-align: center;/* 左寄left 右寄right 中央center */
padding-top: 5px;/* 上の余白 */
}


/*◇◇◇順位変動矢印◇◇◇*/

/*上下矢印サイズ設定-------------------*/
.r3-ranking-arrow{
width: 20px;/* 横幅を指定してサイズ調整 */
}

/*上下矢印のポジション調整-------------*/
.r3-arrow-pisition{
text-align: left;/* 左寄left 右寄right 中央center */
margin: 2px;/* 上下左右の余白（微妙にちょうどいい位置に調整） */
}



/*◇◇◇商品画像の設定◇◇◇*/

.pict{
	width: 110px;/*●サイズ調整３*//* 大きさを横幅で指定 */
	border: 1px solid #ededed;/*商品画像の縁取り線*/
	margin: 0px auto 0px auto;/* 余白を設定 */
}

/*商品画像のポジション調整*/
.r3-item-pisition{
text-align: center;/* 左寄left 右寄right 中央center */
margin: 0px;/* 余白を設定 */

}


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

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

a{
text-decoration: none; 
}


/*◇価格◇*/

.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;
padding: 0px;
}

ul.slider li {
float: left;
width: 120px;/*●サイズ調整*//* スライドするボックスの横幅 */
height:230px;/*●サイズ調整*//* スライドするボックスの縦幅 */
}
