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

/*header,footerの背景色が黒だから変更すると影響する*/
body {
	background: #fff;
	text-align:center;
}
#wrap_cosme{
	text-align:center;
}
#wrap_cosme .inner{
	margin:0 auto;
	width:1014px;
}


#wrap_cosme img{
	vertical-align:top;
}

#wrap_cosme p {
	margin: 0;
	padding: 0;
}

#wrap_cosme .order{
	background:url(../../images/h_trial/bg_order.jpg) no-repeat;
	height:163px;
	padding-top:56px;
	text-align:right;
}

#wrap_cosme .order a{
	display:block;
	margin-right:42px;
}



#review{
	background:#f3efe7 url(../../images/h_trial/07.gif) no-repeat;
	hieght:609px;
	padding:108px 0 40px;
	box-sizing:border-box;
}
#review .reviewBox{
	margin:0 25px;
}

#review .reviewBox iframe{
	width:100%;
	height:445px;
	border:none;
}