@charset "utf-8";
/* CSS Document */

#navi li {
	float:left;
	width:50%;
}
#list section {
	margin-bottom:20px;
}
#list section h2 {
	background:#000;
	color:#fff;
	padding:10px 20px;
	text-align:left;
	font-size:120%;
	margin:0 0 10px 0;
}
#list table {
	width:100%;
}
.imagelist td {
	border-bottom:1px solid #ccc;
	width:50%;
	text-align:center;
	padding-bottom:10px;
}
.imagelist td img {
	width:80%;
	margin:10px auto;
}

#list dt {
	font-weight:bold;
	font-size:80%;
}
#list dd {
	font-size:70%;
}
.textlist td {
	border-bottom:1px solid #ccc;
	width:50%;
	text-align:center;
	padding:5px;
	text-align:left;
	font-size:90%;
}
.textlist td:nth-child(2) {
	background:#f2f2f2;
}
.pagetop {
	margin:0 5% 20px 5%;
}
.pagetop a {
	background:#09d7dc;
	text-decoration:none;
	color:#000;
	font-size:75%;
	display:block;
	margin:0 0 0 50%;
	text-align:center;
	padding:7px 0;
}