
@charset "utf-8";

/*-----------------------------------------------------------------

	コンテンツ｜その他｜住宅にかかわる税金

------------------------------------------------------------------*/
div#tax{
	width: 950px;
	font-size: 92.3%;
	}
	
div#tax table.taxTbl{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #cec7bb;
	border-left: 1px solid #cec7bb;
	}

div#tax table.taxTbl h3{
	font-size: 107.7%;
	margin-bottom: 10px;
	}

div#tax table th{
	border-bottom: 1px solid #cec7bb;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	width: 732px;
	}
	
div#tax table td{
	border-right: 1px solid #cec7bb;
	border-bottom: 1px solid #cec7bb;
	padding: 10px;
	width: 176px;
	background: #fcfaf7;
	}

div#tax table td dl dt{
	float: left;
	width: 40px;
	margin-right: 10px;
	font-size: 0px;
	line-height: 0px;
	}

div#tax table td dl dd{
	float: left;
	padding-top: 6px;
	}

div#tax .annotation{
	margin-top: 10px;
	line-height: 160%;
	}















/**/		
