﻿body {
	background: #FFFFFF;
	margin: 0;
}

.nav-bar {
	height: 64px;
	margin: auto;
}

.logo-bar {
	width: 160px;
	height: 120px;
	margin: auto;
}

.search-bar {
	width: 640px;
	height: 84px;
	padding-left: 1px
	padding-top: 40px;
	padding-right: 1px
	padding-bottom: 40px;
	margin: auto;
	margin-top: 16px;
	margin-bottom: 32px;
}

input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
.search-keyword {
	width: 501px;
	height: 46px;
	background-color: var(--search-box-bg, white);
	border-radius: calc(0.5 * var(--ntp-realbox-height));
	color: var(--search-box-text);
	font-size: 16px;
	outline: none;
	padding-inline-end: 40px;
	padding-inline-start: 12px;
	position: relative;
}

.search-button {
	width: 128px;
	height: 44px;
	background-color: var(--search-box-bg, white);
	border-radius: calc(0.5 * var(--ntp-realbox-height));
}

.search-tab {
	margin-top: 6px;
}

.search-tab span {
	color: #9C9C9C;
	margin: 4px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	line-height: 23px;
	font-family: Arial, sans-serif;
}

.app-bar {
	width: 500px;
	margin: auto;
}

.app-bar ul {
	margin-block-start: 0;
	padding-inline-start: 0;
	margin-block-end: 0;
	list-style-type: none;
}

.app-bar li {
	display: inline-block;
}

.tile {
	background: #F5F5F5;
	margin: 0;
	margin-top: 4px;
	width: 112px;
	height: 112px;
	border-radius: 8px;
}

.tile:hover {
	background: #FFE4E1;
}

.tile-icon img {
	margin-top: 12px;
	width: 64px;
	height: 64px;
}

.tile-title span {
	font-size: 12px;
}

.tile a {
	text-align: center;
}

.tile a:link {
	text-decoration:none;
}

.tile a:visited {
	text-decoration:none;
}

.tile a:active {
	text-decoration:none;
}
