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

h2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	background: #278B00;
	width: 18em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
}
.start_menu li a{
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.start_menu {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.start_menu li {
	margin-top: 10px;
}
.start_menu .btn1.logout {
	color: #BBB;
	pointer-events:none;/
	cursor:default;
}
