/*靴・ベルト染め
---------------------------------------------------------------*/

/*要注意 pictureの高さ
-----------------------*/
#picture {
	height: 350px;
}

/*見出しと費用
-----------------------*/
#picture p {
	color: #009900;
	border-style: none;
	background-color: #FFFFFF;
	margin-left: 22px;
	padding: 0px;
	margin-top: 7px;
}
#picture h4 {
	margin-top: 15px;
	margin-left: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
	width: 550px;
}



/*画像
-------------------------------*/
#picture .before {
	position: absolute;
	left: 26px;
	top: 91px;
}
#picture .after-1 {
	position: absolute;
	right: 187px;
	top: 100px;
}
#picture .after-2 {
	position: absolute;
	left: 417px;
	top: 99px;
}
#picture .after-3 {
	position: absolute;
	left: 270px;
	top: 230px;
}
#picture .change-allow {
	position: absolute;
	left: 248px;
	top: 97px;
}

/*before-after説明文
-------------------------------*/
#picture .before-copy {
	width: 300px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 240px;
	top: 299px;
	letter-spacing: -0.05em;
	z-index: 10;
}
#picture .after-copy {
	width: 250px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 285px;
	top: 226px;
	z-index: 10;
	letter-spacing: -0.05em;
}

