body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

footer {
	height: 30px;
}

.top-logo {
	margin: 1rem 0;
	height: 20rem;
	background: url("../img/logo.png") no-repeat center;
	background-size: contain;
}

/*
.navbar-brand {
	background: url("../img/logo.png") no-repeat left center;
	background-size: contain;
	padding-left: 43px;
}
*/

.navbar-brand span {
	font-size: small;
}

.calender-cell {
	border: 1px solid #eee;
	padding: 1rem;
	text-align: center;
}

#admin_menu a {
	margin-bottom: 5px;
}
/*
#admin_menu ul {
	//display: none;
}
*/