@charset "utf-8";

/* 住宅ローン試算表 */

#contents input.right {
	padding-right:1px;
	text-align: right;
}

/* 計算ボタン領域 */
div#calc_button {
	width: 690px;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}

/* 計算結果用テーブル */
table.result {
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

table.result td {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
	padding: 5px;
	white-space: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9DAEC;
}

table.result th {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #ecf5fa;
	white-space: nowrap;
	border: 1px solid #B9DAEC;
}

table.result th.head {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #ecf5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DAEC;
	border-bottom-color: #B9DAEC;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9DAEC;
}
