@charset "UTF-8";

.nbox {
padding: 0px 4px; 
border: 1px solid #DDD;
color: #999;
white-space:nowrap;
border-radius: 3px;
}

h1,h2,h3,h4,h5,h6 {
	text-align:center;
}

#sect-body {
	min-height: 30em;
}

#signup {
	display:inline-block;
	width: 20em;
	text-align:center;
	background-color:#09C;
	color:white !important;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #ddd;
	border-radius: 12px;
	position:fixed;
	top: 40%;
	left: 50%;
	margin-left:-10em;
	opacity: .8;
	z-index:1000;
}

.members {
	text-align:center;
}

.memberbox {
	width: 150px;
	height: 180px;
	display:inline-block;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #ddd;
	border-radius: 5px;
	margin: 12px;
	text-align:center;
	cursor:pointer;
}
.memberbox img {
	height:150px;
	border: 1px solid gray;margin-top: 6px;
}

.place {
	line-height:2;
	font-size:15px;
	white-space:nowrap;
}
.center {
	text-align:center;
}

