@charset "utf-8";
@import url(common.css); 

/*
Copyright(c)2006-2007 BRANKASTA.co.INC
*/


/* ---------------------------------------------- */

body#cosme {
	background:url(../img/special/cosmetic/bg_body.jpg) center top no-repeat;
	color:#333;
	border:none;
	line-height:145%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

body#cosme a {
	color:#006699;
}

/* ---------------------------------------------- cosmetic */

body#cosme div#wrap {
	width:934px;
	padding-right:34px;
	margin:0 auto;
}

body#cosme div#headwrap {
	width:900px;
	padding:0 0 0 34px;
	height:73px;
}
body#cosme div#headwrap h1 {
	width:178px;
	height:17px;
	padding-top:28px;
	background:url(../img/special/cosmetic/h_logo.jpg) left bottom no-repeat;
	text-indent:-9999px;
	float:left;
}
body#cosme div#headwrap p {
	width:226px;
	padding-top:15px;
	float:right;
}
body#cosme div#headwrap p a {
	display:block;
	height:50px;
	background:url(../img/special/cosmetic/hn_brankasta.jpg) no-repeat;
	text-indent:-9999px;
}

body#cosme h2 {
	clear:both;
	width:934px;
	height:336px;
	padding-bottom:42px;
	background:url(../img/special/cosmetic/mainimg.jpg) no-repeat;
	text-indent:-9999px;
}

body#cosme div.contwrap {
	clear:both;
	width:900px;
	padding:0 0 40px 34px;
}

body#cosme div.contwrap h3 {
	text-indent:-9999px;
}
body#cosme div#infowrap h3 {
	height:36px;
	background:url(../img/special/cosmetic/ct_information.jpg) no-repeat;
	padding-bottom:36px;
}
body#cosme div#brandwrap h3 {
	height:47px;
	background:url(../img/special/cosmetic/ct_brandlist.jpg) no-repeat;
	padding-bottom:10px;
}

body#cosme div.pointlist {
	padding:0 0 35px 2px;
}
body#cosme div.bestbrand {
	height:328px;
	padding-bottom:12px;
	background:url(../img/special/cosmetic/brandlist.jpg) no-repeat;
}

body#cosme p.deliverybtn {
	width:650px;
	margin:0 auto;
}

body#cosme p.checkdoc {
	padding-bottom:17px;
}

body#cosme div.brandwrap {
	width:430px;
}
body#cosme div#cosmewrap { float:left; }
body#cosme div#perfumewrap { float:right; }

body#cosme div.brandwrap h4 {
	height:44px;
	padding-bottom:10px;
	text-indent:-9999px;
}
body#cosme div#cosmewrap h4 { background:url(../img/special/cosmetic/st_cosmetic.jpg) no-repeat; }
body#cosme div#perfumewrap h4 { background:url(../img/special/cosmetic/st_perfume.jpg) no-repeat; }

body#cosme div.brandwrap h5 {
	padding:2px 5px;
	font-size:1em;
	background:#E3E3E3;
	border:#CCC 1px solid;
}
body#cosme div.brandwrap p {
	padding:5px 0 8px;
}

body#cosme div#footwrap {
	clear:both;
	width:100%;
	height:88px;
	background:url(../img/special/cosmetic/footer.jpg) center top no-repeat;
}

body#cosme div#footwrap small {
	display:block;
	padding-top:55px;
	text-align:center;
	font-size:84%;
}
body#cosme div#footwrap small a {
	color:#F4BCC2;
	text-decoration:none;
}

/*
----------------------------------------------------------------------------
huckclearfix クリア
----------------------------------------------------------------------------
*/

div#wrap:after,
div.contwrap:after {
	content: "";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
	}	

div#wrap,
div.contwrap {
	display:inline-block;
	}
 
/*\*/

* html div#wrap,
* html div.contwrap {
	height:1%;
}

div#wrap,
div.contwrap {
	display:block;
	}

/**/