@charset "UTF-8";
/* CSS Document */

.member_position {
	width: 20em;
}

.member_name {
/*
*/
	width: 13em;
}

.member_kenmu {
	width: 2em;
}

.member table {
	margin: 0px 0px 50px 0;
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #E5E5E5;
	border-left: 5px solid #E5E5E5;
	width:100%;
}

.member table th, .member table td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 5px 10px;
	white-space: nowrap;
}

.member table th {
	background-color:#F9F9F9;
}

table td.member_souran {
	width: 2em;
	padding:5px;
	white-space:nowrap;
}

.member_souran a {
	background-color: #888888;
	border: 0 solid #888888;
	border-radius: 5px;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	line-height: 0.75;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
}

.member_souran  a.pager_active {
	background-color: #ff8888;
	border: 0 solid #ff8888;
}
.member_souran  a:hover {
	background-color: #ffaa00;
	border: 0 solid #ffaa00;
}

.hosoku {
	border: #E5E5E5 1px solid;
	float: right;
	padding: 10px 15px;
	margin-bottom: 10px;
}