@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn04 a{
	background-position: left bottom;
}

/*mainのページ*/

div#main h2 {
	background: url(../img/item/itemtop.jpg) no-repeat;
	width: 750px;
	height: 300px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#main div#label {
	background: url(../img/item/label.png) no-repeat;
	width: 224px;
	height: 138px;
	margin-top: 50px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	float: left;
}
div#main div#concept {
	width: 450px;
	margin: 20px 0;
	float: right;
	line-height: 24px;
}
div#main div#concept dl {
	margin: 20px 0 30px 0;
}
div#main div#concept dl dt {
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
}

/*textのページ*/
div#text {
	float: right;
	margin-bottom: 50px;
}
div#text div.item {
	width: 365px;
	overflow: hidden;
	margin-bottom: 20px;
}
div#text div.item div#olive {
	width: 150px;
	height: 250px;
	float: left;
	background: url(../img/item/olive.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#text div.item div#rose {
	width: 150px;
	height: 250px;
	float: left;
	background: url(../img/item/rose.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#text div.item div.itext {
	padding-left: 15px;
	overflow: hidden;
}
div#text div.item div.itext h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}

div#text div.item div.itext p {
	line-height: 24px;
}

/*sideのページ*/
div#side {
	float: left;

}
div#side div.item {
	width: 365px;
	overflow: hidden;
	margin-bottom: 20px;
}
div#side div.item div#lavender {
	width: 150px;
	height: 250px;
	float: left;
	background: url(../img/item/lavender.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side div.item div#herb {
	width: 150px;
	height: 250px;
	float: left;
	background: url(../img/item/herb.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side div.item div.itext {
	padding-left: 15px;
	overflow: hidden;
}
div#side div.item div.itext h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}

div#side div.item div.itext p {
	line-height: 24px;
}