/* 共通のCSS　*/
body
{
	font-size: 10px;
}

input, select {
	font-size:16px;
	padding: 3px;
	margin: 5px;
}

.input_tbl th, .input_tbl td {
	font-size: 10px;
}

.result_tbl th, .result_tbl td {
	font-size: 8px;
	padding: 1px 1px 1px 1px;
}

.memo {
	line-height: 1.2;
	font-size: 10px;
}

/* ヘッダーのCSS　*/
.header-area {
	height: auto;
	width: auto;
	background: transparent url(../img/sd-hd-bg.png) no-repeat 0 0;
	margin: 0 auto;
}
.header {
	height: 60px;
	width: auto;
	position: relative;
}

.hd-logo {
	height: 39px;
	width: 91px;
	background: transparent url(../img/hd-logo.png) no-repeat 0 0;
	background-size: 91px 39px;
	display: block;
	top: 12px;
	left: 10px;
	position: absolute;
}

/* シュミレーション条件のCSS　*/
.input-tbl {
	max-width: 100%;
}

/* ボタンのCSS */
.btn {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px;
}

/* シュミレーション結果のCSS　*/
.pagetop a {
	font-size: 10px;
}
