/*CSS編集について*/
/*値を変更する際には半角小文字英数字を使用*/
/*誤って全角スペースを入れないようご注意ください。*/
/*横幅を変更する場合は『●サイズ調整１?３』のpx数を調整します。*/



/*◇◇◇外枠全体◇◇◇*/
.wrap{
width: 100%;/*全体幅*//*●サイズ調整１*/
padding: 0px;
margin:0px auto;/*全体の外側マージン*/
/*border: 1px #D4D4D4 solid; /*線幅 ｜ 線色 | 線種 (点線はdotted 破線はdashed）*/
}

/*◇◇◇タイトル部分◇◇◇*/

.im-title{
font-size: 11pt; /* 文字サイズ */
color: #666; /* 文字色（#で始まる6桁のカラーコードを入力） */
font-weight: bold; /* bold → normalで標準 */
text-align: center; /* 左寄 left 中央 center 右寄 right */
padding: 5px;/*文字の周りの余白*/
margin:0px;
background-color: #f5f5f5;/*タイトル部分背景色*/
}


/*◇◇◇更新日時◇◇◇*/
.sub-title{
font-size: 10pt; /* 文字サイズ */
color: #555; /* タイトル色（#で始まる6桁のカラーコードを入力） */
font-weight: normal; /*bold太字*/
}


/*◇◇◇商品画像の設定◇◇◇*/
.pict{
border: 5px solid #fff;/*商品画像に付ける枠線*/
width: 170px;/*●サイズ調整３*//*大きさを横幅で指定*/
/*float: right;*/
box-shadow: 0 0 10px #e0e0e0;
}


/*◇◇◇商品名◇◇◇*/
.item-name{
font-size: 9pt; /* 商品名の文字サイズ */
font-weight: normal; /* normal → bold で太字 */
text-align: left; /* left（左寄せ）center（中央）right（右寄せ）*/
line-height: 1.1em; /* 商品名の行間 */
padding: 3px 3px 3px 3px; /* 商品名の周りの余白 */
margin: 0px;
}

a{ text-decoration: none; } /* none → underlineで下線有り */
a:link{color: #555; } /* 商品名のフォント色 */
a:visited{ color: #555; } /* クルック済みの色 */
a:hover{
color: #16ABFF; /* マウスを当てた時の色 */
text-decoration: ; /* マウスオンで下線underline、下線なし none */
/* background-color: #FFFF99;*/
}


/*◇◇◇販売価格◇◇◇*/

.price{
font-size: 10pt; /* 販売価格の文字サイズ */
font-weight: bold; /* bold → normalで標準 */
color: #FF9900; /* 価格の色（#で始まる6桁のカラーコードを入力） */
text-align: left; /* 左寄 left 中央 center 右寄 right */
padding: 2px; /* 販売価格の周りの余白 */
margin: 0px 0px 15px 0px;
}


.zei{
font-size: 8pt; /* 販売価格の文字サイズ */
font-weight: normal; /* bold → normalで標準 */
color: #FF9900; /* 価格の色（#で始まる6桁のカラーコードを入力） */
}



/*◇◇◇マウスオーバーで画像を白色化◇◇◇*/

/*マウスをリンク付き画像に乗せると色が薄くなります。*/
/*効果を「なし」にしたい場合は下記を削除してください。*/

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

/*◇◇◇各商品セル単位の設定◇◇◇*/

.item-cell{
text-align: center; /* 左寄 left 中央 center 右寄 right */
}

/*------------------------------------------------------------
●全体設定
------------------------------------------------------------*/

body{
margin: 0;
font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;/*フォントタイプ*/
padding:0;
overflow: hidden;
background-color: transparent;
}



/*◇データ一覧設定◇*/

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

ul.ichiran li {
margin: 0px;
float: left;
text-align: center; /* 左寄 left 中央 center 右寄 right */
width: 192px;/*●商品ボックス幅*/
height: 192px;/*●商品ボックス高さ*/
padding:0px;
}

/*
ヘッダー幅　4分割　5分割　6分割
700px　:　　175px　 140px　116px
800px　:　　200px　 160px　133px
880px　:　　220px　 176px　146px
900px　:　　225px　 180px　150px
920px　:　　230px　 184px　153px
940px　:　　235px　 188px　156px
950px　:　　237px　 190px　158px
960px　:　　240px　 192px　160px
970px　:　　242px　 194px　161px
980px　:　　245px　 196px　163px
1000px　:　　250px　 200px　166px
1100px　:　　275px　 220px　183px
1200px　:　　300px　 240px　200px
*/

