/*ブランド品修理
---------------------------------------------------------------*/

/*要注意 pictureの高さ
-----------------------*/
#picture {
	height: 285px;
}

/*見出しと費用
-----------------------*/
#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: 24px;
	top: 83px;
}
#picture .after-1 {
	position: absolute;
	right: 48px;
	top: 83px;
}
#picture .after-2 {
	position: absolute;
	left: 500px;
	top: 189px;
}
#picture .after-3 {
	position: absolute;
	left: 270px;
	top: 230px;
}
#picture .change-allow {
	position: absolute;
	left: 253px;
	top: 106px;
}

/*before-after説明文
-------------------------------*/
#picture .before-copy {
	width: 200px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 27px;
	top: 245px;
	letter-spacing: -0.05em;
	z-index: 10;
}
#picture .after-copy {
	width: 90px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 477px;
	top: 70px;
	z-index: 1;
	letter-spacing: -0.05em;
}

/*図表
--------------------------*/
.i-position {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -260px;
}

