/*フォント設定*/

/*リンクテキストの設定*/
a:link{ color: #0033cc; text-decoration: none; font-size: 100%; font-family: inherit; }
a:visited{ color: #0033cc; text-decoration: none; font-size: 100%; font-family: inherit; }
a:hover{ color: #0033cc; text-decoration: none; font-size: 100%; font-family: inherit; background-color: #ccccff; }
a:active{ color: #0033cc; text-decoration: none; font-size: 100%; font-family: inherit; }

h1{
 display: inline;
 font-size: 1.6rem;
 font-weight: bold;
}
h2 , h3 , h4 , h5 , h6 , h7 {
 margin-bottom: 0;
}

/*商品名*/
.item-name{
 font-size: 1.6rem;
 font-weight: bold;
}
/*価格*/
.price{
  font-size : 2.0rem;
  font-weight : bold;
  color : #ff0033;
  font-family:“Hiragino Kaku Gothic ProN”,Meiryo;
}
/*価格（小）*/
.price-s{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ff0033;
  font-family:“Hiragino Kaku Gothic ProN”,Meiryo;
}
/*ポイント文字*/
.point{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ff0033;
  font-family:“Hiragino Kaku Gothic ProN”,Meiryo;
}
/*注釈文字（赤細）*/
.notes{
 color: #ff0033;
}
/*注釈文字（赤太）*/
.annotation{
 color: #ff0033;
 font-weight: bold;
}
/*小見出し文字（ダイコー青太）*/
.subhead{
  color: #0a51a1;
  font-weight: bold;
}
/*小見出し文字（ダイコー青細）*/
.subhead-s{
  color: #0a51a1;
  font-weight: normal;
}
/*大見出し文字（ダイコー青）*/
.caption{
 color: #005dad;
 font-size: 120%; 
}

