@import url(/css/site.css);
@import url(/css/variable/mort_calc.css);
.mort_item
	{
	width:400px;
	margin:30px auto 0px auto;
	}

.mort_head td
	{
	font-size:18px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}

.mort_body td
	{
	border-top:3px solid #fff;
	text-align:center;
	width:50%;
	}
	
.mort_body div
	{
	padding:5px;
	text-align:justify;
	width:290px;
	}

/*Calculator*/

#mort_calc_int td
	{
	text-align:left;
	padding:5px;
	border-top:3px solid #fff;
	}

#mort_calc
	{
	width:400px;
	margin:5px auto 0px auto;
	}
	
div#mort_calc td.label
	{
	width:45%;
	}

div#mort_calc td.value
	{
	width:55%;
	text-align:left;
	}

td#checkbox input
	{
	text-align:left;
	width:auto;
	}