/* 共通のCSS　*/
body
{
	color: #333333 ;
	background-color: #FFF ;
	font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-style: normal;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

.container {
	margin: 0 auto;
	width: 98%;
}

h1 {
	border-bottom: solid 3px #333333;
	padding: 3px 0 0 0;
}

h2 {
	border-left: solid 6px #55936B;
	line-height: 1.3;
	padding: 3px 0 0 10px;
}

table {
	border: solid 1px #767676;
	line-height: 1.8;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	background-color: #88B16E;
	color: #FFFFFF ;
}
th, td {
	border: solid 1px #767676;
	vertical-align: middle;
	white-space: nowrap;
}

a {
	text-decoration: none;
}

.mt-s {
	margin-top: 10px;
}

.mt-m {
	margin-top: 20px;
}

.mb-s {
	margin-bottom: 10px;
}

.mb-m {
	margin-bottom: 20px;
}

/* ヘッダーのCSS　*/
#hanbaiten {
	text-align: right;
}

/* シミュレーション条件のCSS　*/
.input-tbl td {
	text-align: left;
	background-color: #F1F9DD;
}

/* シミュレーション結果のCSS　*/
.result_tbl tr:nth-child(2n+1) {
	background-color: #F1F9DD;
}
.result_tbl td {
	font-family: "ＭＳ ゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}

.pagetop a {
	font-weight: bold;
	color: #000000;
}
.pagetop a:hover {
	color: #519166;
}

/* ボタンのCSS　*/
.btn {
	border: 1px solid #767676;
	color: #333333;
	outline: 1px outset #c39e40;
	background: -webkit-linear-gradient(bottom, #e7e7e7, #fefefe 45%);
	background: -moz-linear-gradient(bottom, #e7e7e7, #fefefe 45%);
	background: -o-linear-gradient(bottom, #e7e7e7, #fefefe 45%);
	background: linear-gradient(to top, #e7e7e7, #fefefe 45%);

}

.btn:hover {
	background: -webkit-linear-gradient(top, #e7e7e7, #fefefe 45%);
	background: -moz-linear-gradient(top, #e7e7e7, #fefefe 45%);
	background: -o-linear-gradient(top, #e7e7e7, #fefefe 45%);
	background: linear-gradient(to bottom, #e7e7e7, #fefefe 45%);
}

/* フッターのCSS　*/
.copyright
{
	line-height: 1.2;
	font-size: middle;
}
