/*お試し店舗のヘッダを非表示*/
.FS2_trial{
display:none;
}
/*プレビューモードのヘッダを非表示*/
.FS2_preview{
display:none;
}

/*　商品説明　*/
.FS2_ItemComment {
	width: 450px;
}

/*　商品詳細表示、おすすめ商品の『商品名』（h1またはh2）　*/
.itemTitle {
	margin: 0px 0px 5px 0px;
	width: 450px;
}

/*　商品一言説明　*/
.FS2_ItemShortComment {
	padding-top:5px;
	text-align: left;
}

/*　system_preset.css　*/
#FS2_Recommend_List .gl_Item {
	float: left;
	width: 700px;
}

/*　商品グループ名（h2）　*/
.itemGroup {
	text-align: left;
}



