section{
	position:absolute;
	z-index:90;
	top:50px;
	height:80%;
	overflow:auto;
	max-width:720px;
	padding:0 30px 0 0;
	left:50%;
	margin-left:-375px;
}
.mokuhyo{
	background:rgba(255,255,255,0.7);
	color:#000;
	border-radius:5px;
	padding:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:0 0 15px 0;
}
section h3{
	text-shadow:0 3px 3px rgba(0,0,0,0.3);
	font-size:22px;
	color:#000;
}
th,td{
	padding:5px 10px;
}