
#title {
	background-image: url(images/title_bg.jpg);
}

div.salon-photo {
	float: left;
	width: 300px;
}

div.salon-text {
	background: white;
	margin: 80px 0 0 700px;
	padding: 60px 50px 60px 50px;
	position: absolute;
	width: 620px;
}

div.salon-text h2 {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	width: 485px;
}

div.salon-text h2 span {
	font-size: 20px;
}

div.salon-text p {
	line-height: 1.6em;
}

div.salon-text table {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.salon-text table th {
	font-weight: 400;
	line-height: 1.2em;
	padding: 8px 3px 8px 10px;
	text-align: right;
}

div.salon-text table td {
	padding: 8px 0;
}

div.salon-text table td.s {
	padding: 8px 5px;
}

div.salon-text table tr:nth-child(even) th,
div.salon-text table tr:nth-child(even) td {
	background: #f0f0f0;
}

div.salon-text ul.point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 10px 0 10px;
}

div.salon-text ul.point li {
	background-color: #787273;
	color: white;
	margin-bottom: 1px;
	padding: 3px 0;
	text-align: center;
	width: 166px;
}