.page-header {
	text-align: center;
	margin-top: 5px;
}

header .text-center {
	line-height: 0.8em;
}

ul.nav li {
	text-align: center;
}

.kobaken {
	font-size: 160%;
	text-decoration: none;
	margin: 9px 10px;
}

a.kobaken:hover {
	text-decoration: none;
}

.dp {
	padding-top: 8px;
	width: auto;
}

.col-gray {
	color: #666666;
}

.row .mem {
	height: 45px;
}

.row .mem h3 {
	padding: 0;
	margin: 0;
}

p.m-name {
	font-size: 150%;
	font-weight: bold;
}

table.koba td {
	text-align: center;
}

footer p {
	text-align: center;
	font-size: 120%;
}

.c-black {
	text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}



@media (min-width: 992px) {
	.navbar-nav {
		margin: 0 auto;
    	display: table;
    	table-layout: fixed;
    	float:none;
	}

	.row .thumbnail {
		max-height: 550px;
		min-height: 550px;
	}

	.row .t-in {
		max-height: 350px;
		min-height: 350px;
	}

	.margin-50 {
		height: 50px;
	}

}

