@charset "shift_jis";

/*-------------------- テーブル ------------------*/
table {
	border: 1px solid #660;
	margin: 0 1em 0.7em;
}
td {
	text-align: center;
}
th,
td {
	width: 2.5em;
	line-height: 1em;
}

/*-------------------- 区切り --------------------*/
.section {
	clear: both;
	width: 100%;
}
/*-------------------- ボックス ------------------*/
.box {
	width: 32%;
	float: left;
}
.box h3:before {
	content: "";
}

/*-------------------- ボックス・クリア ----------*/
h3 {
	clear: both;
	width: 95%;
}

/*-------------------- 印刷用の設定項目 ----------*/
@media print {
	a,
	h2,
	iframe,
	.no-print,
	#rssfeed,
	#guide,
	#info,
	#history-navi,
	#upp-low,
	#goback,
	#shinobi,
	#p-ver,
	.last-up{
		display: none;
	}
	#notes {
		page-break-before: always;
	}
	#copyright {
		margin-top: 2em;
		border: 1px solid #000;
		line-height: 1.5em;
		text-align: center;
	}
	table {
		border-collapse: collapse;
	}
	th,td {
		border: 1px solid #000;
	}
	em {
		font-style: normal;
		font-weight: bold;
	}
	p {
		font-family: serif;
	}
}