@charset "utf-8";


.salonwrap {
	width: 1000px;
	margin: 0 auto;
}

.salonwrap h2 {
	width: 106px;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}



.price01 {
	overflow: hidden;
	margin: 0 0 40px 0;
}

.price01 .txt {
	width: 610px;
	float: left;
	margin: 0 0 0 10px;
	line-height: 200%;
}

.price01 .img {
	width: 326px;
	float: right;
	margin: 0 10px 0 0;
	
}




.pricebox {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 40px 60px;
	margin: 0 0 40px 0;
	position: relative;
}

.pricebox:before {
	content: "";
	display: block;
	width: 948px;
	height: 19px;
	background: url(../images/shadow3.jpg) no-repeat left top;
	position: absolute;
	top: 0;
}

.pricebox:after {
	content: "";
	display: block;
	width: 948px;
	height: 19px;
	background: url(../images/shadow3.jpg) no-repeat left top;
	position: absolute;
	bottom: -20px;
}





.priceh {
	overflow: hidden;
}

.priceh .img {
	width: 273px;
	float: left;
	padding-right: 10px;
	background-image: url(../images/price/price_photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}

.priceh .title {
	width: 555px;
	float: left;
	margin: 0 0 0 30px;
	line-height: 180%;
}

.priceh .title h3 {
	margin: 0 0 15px 0;
}

.priceh .title span {
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 7px 0 0 0;
	font-size: 80%;
}




.pricelist {
	border-top: 1px solid #ccc;
	
	width: 100%;
	margin: 30px 0 50px 0;
	/*padding: 20px 0 20px 0;*/
	display: block;
}

.pricelist th {
	font-size: 140%;
	font-weight: normal;
	width: 525px;
	padding: 20px 5px;
	border-bottom: 1px solid #ccc;
}

.pricelist th .mk {
	margin: 0 0 0 15px;
	position: relative;
	top: -3px;
	width: 63px;
}
.pricelist th .mk a {
	display:none;
}
.pricelist th .mk a.more {
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	height: 19px;
	width: 63px;
	text-indent: -9999px;
	background-image: url(../images/price/price_21.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pricelist th .txt {
	display: block;
	font-size: 60%;
	margin: 5px 0 0 0;
}

.pricelist td {
	font-size: 120%;
	font-weight: normal;
	width: 140px;
	padding: 20px 5px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}



.pricef {
	margin: 10px 0 0 50px;
	line-height: 300%;
}




















