@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   price
---------------------------------------------------------------------------------------------------- */
#price p	{
	padding-bottom: 15px;
}

#price table	{
	width: 533px;
	margin-bottom: 15px;
	border-top: 1px solid #947f65;
	border-left: 1px solid #947f65;
}

#price table tr th	{
	padding: 10px 0;
	background-color: #efebe6;
	border-right: 1px solid #947f65;
	border-bottom: 1px solid #947f65;
	text-align: center;
}

#price table tr td	{
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #947f65;
	border-bottom: 1px solid #947f65;
}

.price_service	{
	width: 103px;
}

.price_service strong	{
	font-weight: bold;
}

.price_item	{
	width: 210px;
	padding-left: 30px;
}

.price_num	{
	width: 160px;
	padding-right: 30px;
	text-align: right;
}


/* ----------------------------------------------------------------------------------------------------
   estimate
---------------------------------------------------------------------------------------------------- */
#estimate p	{
	padding-bottom: 15px;
}

#estimate table	{
	width: 533px;
	margin-bottom: 15px;
	border-top: 1px solid #947f65;
	border-left: 1px solid #947f65;
}

#estimate table tr th	{
	padding: 10px 0;
	background-color: #efebe6;
	border-right: 1px solid #947f65;
	border-bottom: 1px solid #947f65;
	text-align: center;
}

#estimate table tr td	{
	padding: 10px 5px;
	border-right: 1px solid #947f65;
	border-bottom: 1px solid #947f65;
	line-height: 1.3em;
}

#estimate table tr td strong	{
	font-weight: bold;
}

.estimate_select	{
	width: 120px;
}

.estimate_num	{
	width: 80px;
	text-align: right;
}

.estimate_total	{
	background-color: #eeeeee;
}

.estimate_label	{
	color:#660000;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}


