@charset "Shift_JIS";
/*___________ change == ___________ */

/*-----IEバグ回避-----*/
* {
zoom:1
}
/*-----body以下-----*/
body {
margin:0;
padding:0;
text-align:center;
color:#333333;
}
/*-----div(p)での回り込み解除-----*/
p.clear {
clear:both;
text-indent:-9999px;
line-height:1px;
}
/*-----どのブラウザでも表示を統一させる-----*/
div,td,th,p,pre {
text-align:;
margin:0;
font:14px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
'ＭＳ Ｐゴシック', sans-serif;
}
/*-----画像のborderをなくす-----*/
img {
border:0;
}
/*-----li ol ul をdivなどのように使えるようにする-----*/
/*-----文章の前に空白が入らない-----*/
li {
margin: 0;
list-style: none;
}
ol, ul {
margin: 0;
padding:0;
}
/*-----タグhの設定-----*/
h1 {
font-size:14px;
line-height:16px;
font-weight:bold;
margin:0;
}
h2,h3 {
font-size:12px;
line-height:16px;
font-weight:bold;
margin:0;
}
h4,h5,h6 {
font-size:10px;
line-height:16px;
font-weight:normal;
margin:0px;
}
/*-----フォームなどの設定-----*/
select {
display:block;
}
form {
margin:0;
}

.indent {
text-indent:-2345px;
}
.clear {
clear:both;
}
.center {
text-align:center;
}

/*-----商品の見出し設定-----*/ 
.bust_midasi{
  font-size : x-small;
  
  background-image : url(syouhin_kyachi_pink.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/* 画像透明設定
================================*/
}
a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
