@charset "utf-8";

@import url(./base.css);
@import url(./common.css);

/* =========================================================
■basiccosme
========================================================= */

/*　---------------------------------------------------------
 Moisture Bath 製品ページ
--------------------------------------------------------- */

p{ 
　　margin:10px 0;
}
.purple{
	color:#7b66d1;
	font-weight:bold;
	}
.s_spacer{
	margin-bottom:30px;
	}
.xs_spacer{
	margin-bottom:10px;
	}
#mb_left {
	width:326px;
	margin-right:14px;
	float:left;
}
#mb_right {
	width:350px;
	float:left;
}
#products dl{
	margin-bottom:40px;
}
#products dl dt {
	float: left;
	margin-right:10px;
}
#products dl dt dd {
	float:left;
	width: 400px;
}

#products .m_bath .spacer {
	margin-bottom:150px;
}

#products .spa_beaute .spacer {
	margin-bottom:20px;
}
#movie ul li {
	float: left;
}
#movie ul .flash_text {
	font-size: 10px;
}
#movie ul .flash_text a {
	color:#7b66d1;
}

