@charset "utf-8";

p.txt_main {
	text-align: center;
	width: 700px;
	margin: 20px auto 50px;
	line-height: 1.6;
	font-size: 1em;
	letter-spacing: 2px;
}

h3 {
	margin-bottom: 50px;
}

h4 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 10px;
	margin: 80px 0 40px;
}

table {
	margin: 0 0 0 0;
	width: 890px;
	margin: 0 auto;
	font-size: 0.8em;
}

table tr td {
	padding: 10px;
	line-height: 1.6;
	text-align: left;
	background: #EDF0F8;
	border-bottom: 2px solid #FFF;
}

table tr td.ttl_table {
	height: 50px;
	text-align: center;
	background: #EEE;
}

table td:nth-child(1) {
	width: 30%;
	border-right: 2px solid #FFF;
}

table td:nth-child(2) {
	width: 20%;
	border-right: 2px solid #FFF;
}

table td:nth-child(3) {
	width: 50%;
}

caption {
	font-size: 1.2em;
	margin-bottom: 8px;
	text-align: left;
}

p.btn_print {
	text-align: center;
}

p.btn_print a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}