@charset "utf-8";
/* CSS Document */

#index_bg{
	background-image:url(../images/contents/service/bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#price{
	width:500px;
	margin:0px auto;		
}

#price tbody th{
	width:350px;
}

#price tbody td{
	width:150px;
	text-align:right;
}

#price tfoot td{
}

/* for wayou remodel */
div.flow{
	width:200px;
	float:left;
}

/* before and after */
div.remodel{
	vertical-align:middle;
	margin:0px auto;
}

div.remodel .before, div.remodel .after{
	float:left;
	color:#006600;
	font-weight:bold;
}

div.remodel img.next{
	margin:100px 10px 0px 10px;
	float:left;
}

