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


/******* cuisine *******/
#spa {
}
#spa .inner {
	position: relative;
	background-image: url(../images/spa/spa-bg.png);
	background-repeat: no-repeat;
	background-position: 555px 30px;
}
#spa h2 {
	height: 56px;
	margin: 0 0 30px;
	padding: 7px 0 0;
}
#spa p {
}
#spa p img {
	display: block;
	width: 1024px;
	height: 320px;
	margin: 30px 0 0;
}
#spa p.btn {
	width: 250px;
	height: 60px;
	position: absolute;
	top: 28px;
	right: 0;
}
#spa p.btn img {
	width: 250px;
	height: 60px;
}
#powder {
	background-color: transparent;
	background-image: url(../images/common/bg-white.png);
}
#powder .inner {
	padding: 30px 0;
}
#powder h2 {
	width: 365px;
	height: 82px;
	margin: 0 0 30px;
}
#powder p {
	color: #333;
	width: 390px;
}
#powder p.img {
	width: 610px;
	height: 224px;
	float: right;
}
#about {
}
#about .inner {
	min-height: 258px;
	background-image: url(../images/spa/about-bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#about h3 {
	width: 204px;
	height: 25px;
	margin: 0 0 50px;
	padding: 39px 0 0 316px;
}
#about dl {
	overflow: hidden;
	padding: 0 0 0 316px;
}
#about dt {
	color: #dab431;
	width: 3em;
	float: left;
	margin: 0 0 1em;
}
#about dd {
	margin: 0 0 1em;
	padding: 0 0 0 6.5em;
	text-indent: -2.5em;
}
#about dd:before {
	content: ":";
	margin: 0 2em 0 0;
}
