@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Adddate:        2010.03.03
 Upddate:        2010.03.05
 Style Info:     全成分表示ページCSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　bodyID設定
----------------------------------------------------------- */
#ingredient-body {
}

/* -----------------------------------------------------------
　　商品タイトル設定
----------------------------------------------------------- */
.prd-title {
 width: 696px;
 margin-top: 30px;
}
.prd-title h3 {
 float: left;
 width: 582px;
}
.prd-title p {
 float: right;
 width: 114px;
}

/* -----------------------------------------------------------
　　成分表示エリア設定
----------------------------------------------------------- */
.ingredient {
 width: 696px;
 margin-top: 20px;
}
.ingredient-left {
 float: left;
 width: 210px;
}
.ingredient-right {
 float: right;
 width: 471px;
}
.ingredient-right h4 {
 padding-left: 7px;
 background: url(../../../img/border_dot_h.gif) repeat-x left bottom #E3FAED;
 line-height: 1.8;
 font-weight: bold;
}
.ingredient-right h4 span {
 padding-left: 15px;
 background: url(../../../img/icon_ingredient_list.gif) no-repeat left 2px;
}
.ingredient-right p {
 margin-top: 5px;
}
