@charset "utf-8";

/* boutique CSS
----------------------------------------*/
/*--- section-bgImage ---*/
#boutique .section-bg {
	background-image:url("../images/section_bg/bg_01.jpg");
	background-position: 0 80px;
}
/*--- leadSentence ---*/
#boutique .leadSentence {
	width:360px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#boutique .leadMenu p.newitem {
	height: 2em;
	line-height: 2em;
	color:  #CC0000;
	font-size: 114%;
}
/*--- leadMenu ---*/
#boutique .leadMenu {
	padding-top:10px;
	background-color:#fff;
}
/*--- column ---*/
#boutique .leadMenu .column {
	width: 750px;
}
#boutique .leadMenu .column .data {
	width: 365px;
}
/*--- itemImg width140px ---*/
/*--- item ---*/
#boutique .itemData {
	float: left;
	margin-right: 10px;
	width: 200px;
}
