@charset "utf-8";
/* CSS Document */
table#list_estimate td{
	position: relative;
	word-wrap: break-word;
}
table#list_estimate td:nth-of-type(1){
	width: 100px;
}
table#list_estimate td:nth-of-type(2){
	width: 100px;
}
table#list_estimate td:nth-of-type(3){
	width: 100px;
}
table#list_estimate td:nth-of-type(3){
	width: 100px;
    text-align: center;
}
p.estimate_etc{
	position: relative;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	background-color: #EEE;
	padding: 5px;
	margin: 5px;
	display: none;
}
