/*ブランド品修理
---------------------------------------------------------------*/

/*要注意 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: 25px;
	top: 133px;
}
#picture .after-1 {
	position: absolute;
	right: 79px;
	top: 99px;
}
#picture .after-2 {
	position: absolute;
	left: 502px;
	top: 127px;
	z-index: 10;
}
#picture .after-3 {
	position: absolute;
	left: 270px;
	top: 230px;
}
#picture .change-allow {
	position: absolute;
	left: 238px;
	top: 135px;
}

/*before-after説明文
-------------------------------*/
#picture .before-copy {
	width: 170px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 42px;
	top: 89px;
	letter-spacing: -0.05em;
	z-index: 10;
}
#picture .after-copy {
	width: 200px;
	font-size: 11px;
	color: #A08049;
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 315px;
	top: 57px;
	z-index: 10;
	letter-spacing: -0.05em;
}



/*図表
--------------------------*/
.i-position {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -260px;
}
