/*
#wrapper {
	position:relative;
	width:1184px;
	height:672px;
	background:#cccada;
	margin:0 auto;
	border-radius:0 0 20px 20px;
}
*/

@media screen and (max-width: 767px) {
	/*
	#info {
		position:absolute;
		width:100%;
		height:auto;
		bottom:20px;
		right:20px;
		background:#ccc;
		border-radius:20px;
		padding:15px;
		box-shadow:10px 10px 20px #333;
	}
	#info h1 {
		margin:10px 0;
		color:#5d5d5d;
		font-size:22px;
	}
	#info p {
		margin:0 0 7px 0;
		color:#5d5d5d;
		font-size:15px;
	}
	*/
	#bg-body {
		width:100%;
		height:227px;
		z-index: 1;
		position: relative;
		background:#FFF;
		text-align:center;
	/*
		min-width:1184px;
	*/
		overflow:hidden;
	}
	#bg-body img {
		position: absolute;
	/*
		position: fixed;
		margin-left:-500px;
	*/
		left:0;
		margin-left:-30%;
		width:180%;
		height:auto;
	}
	#bg-body-salon {
		width:100%;
		height:340px;
		z-index: 1;
		position: relative;
		background:#FFF;
		text-align:center;
		overflow:hidden;
	}
	#bg-body-salon img {
		position: absolute;
	/*
		position: fixed;
		margin-left:-500px;
	*/
		left:0;
		width:300%;
		height:auto;
	}
}

@media screen and (min-width: 768px), print {
	/*
	#info {
		position:absolute;
		width:400px;
		height:auto;
		bottom:20px;
		right:20px;
		background:#ccc;
		border-radius:20px;
		padding:15px;
		box-shadow:10px 10px 20px #333;
	}
	#info h1 {
		margin:10px 0;
		color:#5d5d5d;
		font-size:22px;
	}
	#info p {
		margin:0 0 7px 0;
		color:#5d5d5d;
		font-size:15px;
	}
	*/
	#bg-body {
		width:100%;
		height:672px;
		z-index: 1;
		position: relative;
		background:#FFF;
		text-align:center;
		min-width:1184px;
		overflow:hidden;
	}
	#bg-body img {
		position: absolute;
	/*
		position: fixed;
		margin-left:-500px;
	*/
		left: 50%;
		margin-left:-1000px;
		width:2000px;
		height:672px;
	}
	#bg-body-salon {
		width:100%;
		height:751px;
		background:#FFF;
		text-align:center;
		min-width:1184px;
		overflow:hidden;
		position: relative;
		z-index: 1;
	}
	#bg-body-salon img {
		position: absolute;
	/*
		position: fixed;
		margin-left:-500px;
	*/
		left: 50%;
		margin-left:-800px;
		width:1600px;
		height:751px;
	}
}


