@charset "utf-8";

/* webshop CSS
----------------------------------------*/
/*--- section-bgImage ---*/
#webshop .section-bg {
	background-image: url(../images/section_bg/bg_01.jpg);
	background-position: 0px 80px;
}
/*--- leadSentence ---*/
#webshop .leadSentence {
	width:500px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
/*--- leadMenu ---*/
#webshop .leadMenu {
	padding-top:10px;
	background-color:#fff;
}
/*--- column ---*/
#webshop .leadMenu .column {
	width: 750px;
}
#webshop .leadMenu .column .data {
	width: 365px;
}
/*--- itemImg width140px ---*/
/*--- item ---*/
#webshop .itemData {
	float: left;
	margin-right: 10px;
	width: 200px;
}