body {
	background-image: url(../img/bg_1.png);
	background-repeat: repeat-x repeat-y;
	background-position: center;
}

.mr_block {
	margin: 0 auto;
    padding-bottom: 47px;
    background: url(../img/row_bottom_bg.png) no-repeat 50% 100%;
}

.mr_bg_left,
.mr_bg_left_2 {
	top: 0;
	left: 0;
	position: absolute;
	width: 284px;
	z-index: -1000;
	background-image: url(../img/bg_left_1.png);
	background-repeat: repeat-y;
}

.mr_bg_right,
.mr_bg_right_2 {
	top: 0;
	right: 0;
	position: absolute;
	width: 249px;
	z-index: -1000;
	background-image: url(../img/bg_right_1.png);
	background-repeat: repeat-y;
}

.inbath {
	max-width: 178px;
	width: 100%;
	height: 330px;
	margin-top: 30px;
	display: inline-block;
	margin-left: -3px;
}

.bodyshop {
	max-width: 126px;
	width: 100%;
	height: 330px;
	margin-top: 30px;
	display: inline-block;
	margin-left: -3px;
}

.treatment_1 {
	max-width: 171px;
	width: 100%;
	height: 330px;
	margin-top: 30px;
	display: inline-block;
	margin-left: -3px;
}

.treatment_2 {
	max-width: 190px;
	width: 100%;
	height: 330px;
	margin-top: 30px;
	display: inline-block;
	margin-left: -3px;
}

.styling {
	max-width: 171px;
	width: 100%;
	height: 330px;
	margin-top: 30px;
	display: inline-block;
	margin-left: -3px;
}

.finish {
	max-width: 144px;
	width: 100%;
	height: 330px;
	margin-top: 30px;
	display: inline-block;
	margin-left: -3px;
}

a.nav {
	color: #000;
	text-decoration: none;
}

a.nav > h2 {
	font-size: 1.8em;
}

a.nav:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	transition:  opacity 0.1s linear;
}

.lineup_box_top {
	background-image: url(../img/lineup_box_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	max-width: 970px;
	width: 100%;
	padding-bottom: 3%;
}

.lineup_box_middle {
	background-image: url(../img/lineup_box_middle.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-size: 100%;
	max-width: 970px;
	width: 100%;
}

.lineup_box_bottom {
	background-image: url(../img/lineup_box_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	max-width: 970px;
	width: 100%;
	padding-bottom: 6%;
}

.lineup_h3 {
	display: inline-block;
    max-width: 840px;
	width: 90%;
    margin: 0 auto;
    color: #fff;
    background-color: #e40c8f;
	height: 50px;
	line-height: 50px;
    border-radius: 100px;
	font-weight: 900;
}

a.lineup_more {
	margin: 0 auto;
	display: block;
	position: relative;
	background-image: url(../img/btn_more.png);
	background-repeat: no-repeat;
	background-position: center middle;
	background-size: 100%;
	width: 194px;
	height: 49px;
}

a.lineup_more:hover{
	background-position-y: -50px;
}

.lineup_item {
	width: 100%;
	max-width: 350px;
}

.lineup_h_split {
	height: 0px;
	border-bottom: dotted 1px #e4b074;
	width: 85%;
}

.lineup_item_right {
	margin-right: -80px;
}

h4.linup_title {
	color: #e4098e;
	font-size: 1.6em;
	line-height: 1.6em;
	width: 90%;
	font-weight: 900;
}

h4.linup_title > small {
	color: #e4098e;
	font-size: .8em;
	width: 90%;
	font-weight: 900;
}

h4.linup_title > em {
	color: #e4098e;
	font-size: 1.1em;
}

h5.lineup_item_name {
	color: #000;
	font-size: 1.3em;
	width: 80%;
}

@media screen and (max-width: 767px) {	
	a.lineup_more {
		margin: 0 auto;
		display: block;
		position: relative;
		background-image: url(../img/btn_more_mobile.png);
		background-repeat: no-repeat;
		background-position: center middle;
		background-size: 100%;
		width: 120px;
		height: 49px;
	}

	a.lineup_more:hover {
		background-position-y: 0px;
	}

	.lineup_item_right {
		margin-right: -30px;
	}
	
	h4.linup_title {
		color: #e4098e;
		font-size: 1.3em;
		width: 90%;
		font-weight: 900;
	}

	h4.linup_title > em {
		color: #e4098e;
		font-size: 1.1em;
	}

	h5.lineup_item_name {
		color: #000;
		font-size: 1em;
		width: 80%;
	}

	.lineup_box_top,
	.lineup_box_middle,
	.lineup_box_bottom {
		width: 95%;
	}
}