@charset "utf-8";
/* CSS Document */

#main h1{
	margin:0px 0px 23px;
}

#main .lead{
	margin-bottom:33px;
}

/* Make Up Pattern */

#main .pattern{
	margin-bottom:52px;
	margin-right:-2px;
}

#main .pattern h2{
	margin-bottom:5px;
}

#main .pattern ul li{
	float:left;
	text-align:center;
	margin-right:2px;
}

#main .pattern ul li div{
	width:310px;
	height:33px;
	background-color:#F4F4F4;
	text-align:center;
	padding-top:11px;
	margin:11px 7px 0px;
}

/* product(共通部分) */

#main .product{
	position:relative;
	zoom:1;
}

#main .product p{
	margin-left:250px;
}

#main .product .image{
	position:absolute;
}

#main .product h3{
	margin-bottom:23px;
}

/* product(eyeliner) */

#main .eyeliner{
	margin-bottom:47px;
}


/* product(cheek) */

#main .cheek{
	margin-bottom:55px;
}

#main .cheek .image{
	left:16px;
}


/* product(lip) */

#main .lip{
	margin-bottom:18px;
}

#main .lip .image{
	left:70px;
}

