@charset "utf-8";
/* CSS Document */


/* title ----------*/

h1 {
	text-indent:-1000px;
	background-image:url(../survey/support/img/title_repair.jpg);
	background-repeat:no-repeat;
	width:725px;
	height:39px;
	overflow:hidden;
	margin-bottom:20px;
	} 


/* content ---------*/

#repair{
	clear:both;
	width:725px;
	border:1px solid #dddddd;
	background-image:url(../survey/img/bg_product.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:15px;
	text-align:center;
	overflow:hidden;
	}

#repair:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #repair {
    height: 1em;
    overflow: visible;
}
/**/

.cnt {
	clear:both;
	width:705px;
	margin:8px auto 10px auto;
	text-align:left;
	}

#repair p {
	margin:10px 0px;
	text-align:left;
	}


/* product box ----------*/

#repair_box {
	clear:both;
	width:705px;
	font-size:10px;
	}

#repair_box .name {
	width:107px;
	height:30px;
	margin:5px 0px;
	text-align:center;
	}

#repair_box .left {
	float:left;
	width:473px;
	margin:0px 0px 10px 0px;
	}

#repair_box .lleft {
	float:left;
	width:234px;
	}

#repair_box .lright {
	float:right;
	width:234px;
	}

#repair_box .right {
	float:right;
	width:227px;
	margin:0px 0px 10px 0px;
	}

#repair_box .pleft {
	float:left;
	width:107px;
	text-align:center;
	}

#repair_box .pright {
	float:right;
	width:107px;
	margin-right:7px;
	text-align:center;
	}

#repair_box .prright {
	float:right;
	width:107px;
	text-align:center;
	}


/* flow order ----------*/

#fo{
	clear:both;
	width:725px;
	text-align:center;
	}

