body {
	font-size: 12pt;
	line-height: 1.5;
	font-family: "Times New Roman", "標楷體", serif;
}

input, textarea, select, optgroup {
	font-family: inherit;
	font-size: inherit;
}

a:not(:hover) {
	text-decoration: none;
}

.header {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
}
.header .rightGroup {
	align-self: end;
}

.header .logos {
	align-self: center;
	margin-top: 1em;
}
#title {
	font-size: 1.5em;
	margin: 1em 0;
}
#content {
	font-size: 20px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 2em;
}

@media (orientation: portrait) {
	#content {
		font-size: 15px;
		padding: 0;
	}
}


#itemList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#itemList li {
	font-size: 1.2em;
	margin: .5em 0;
	text-align: center;
}

#loginForm {
	text-align: center;
	margin: .5em 0;
}

#loginForm input {
	font-size: 1em;
	white-space: wrap;
}

#appList {
	display: flex;
	justify-content: center;
	min-height: 150px;
	align-items: start;
	flex-wrap: wrap;
}

#appList > * {
	margin: 1em;
}

#appList #new {
	font-size: 1.2em;
}

#appList .item {
	padding: .5em 1em;
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	border: 1px solid;
	border-radius: .25em;
	max-width: 12em;
}

#appList .item .no {
	font-weight: bold;
	font-size: 1.1em;
}

#appList .item .label {
	text-decoration: underline;
}

#appList .item .sub {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: .35em 0;
}