/*バッグ染め　全体
---------------------------------------------------------------*/

/*要注意 pictureの高さ
-----------------------*/
#picture {
	height: 300px;
}

/*見出しと費用
-----------------------*/
#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: 13px;
	top: 82px;
}
#picture .after-1 {
	position: absolute;
	right: 90px;
	top: 48px;
}
#picture .after-2 {
	position: absolute;
	left: 270px;
	top: 150px;
}
#picture .after-3 {
	position: absolute;
	left: 270px;
	top: 230px;
}
#picture .change-allow {
	position: absolute;
	left: 224px;
	top: 137px;
}

/*before-after説明文
-------------------------------*/
#picture .before-copy {
	width: 170px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 29px;
	top: 253px;
	letter-spacing: -0.05em;
}
#picture .after-copy {
	width: 100px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 474px;
	top: 241px;
	z-index: 1;
	letter-spacing: -0.05em;
}
