@charset "utf-8";

@import url(cmn.css);
@import url(base.css);
@import url(../js/jquery.bxslider/jquery.bxslider.css);

/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
#mainImg{
line-height:0;
text-align:center;
margin-bottom:20px;
}
#mainImg img{
  width:100%;
  height:auto;
}
#read img{
  width:100%;
  height:auto;
  margin:10px 0;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
section .title span{
  font-weight:normal;
  margin-left:30px;
  font-size:12px;
}
#price{
  overflow:hidden;
}
#price dl{
  overflow:hidden;
  border-bottom:#666 1px dotted;
}
#price dt{
  padding:8px 5px;
  vertical-align:top;
  float:left;
  font-weight:bold;
}
#price dd{
  padding:8px 5px;
  vertical-align:top;
  text-align:right;
  float:right;
  font-weight:bold;
  color:#003cca;
}
#price dd span{
  color:#000;
  font-weight:normal;
  margin-right:5px;
}