@charset "utf-8";
/* CSS Document */

body {width: 900px;}

h3 {
	color: #A10D1C;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: left;
	margin: 0 0 0 0;
	font-size: 20px;
}

.top {width: 900px;}

.top-menu {
	column-count: 6;
	column-gap: 0;
	/*column-width: 180px;*/
	margin-bottom: 10px;
	}
.top-menu-option {
	width: 180px;
	align-content: center;
	align-items: center;
	justify-content: center;
	break-inside: avoid;
}

@media ( max-width : 320px ){
	body {width: 320px;}
	.top {width: 320px;}
	.top-menu {
		column-count: 2;
		column-gap: 0;
		column-width: 140px;
		}
	.top-menu-option {
		width: 140px;
	}	
}

@media (max-width:480px) {
	body {width: 480px;}
	.top {width: 480px;}
	.top-menu {
		column-count: 2;
		column-gap: 0;
		column-width: 190px;
		}
	.top-menu-option {
		width: 190px;
	}	
}

.header {text-align: center}

h4 {/*color: #A10D1C; */
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: left;
	margin: 0 0 0 0;
	font-size: 18px;
}

.first {
	margin-top: 10px;
}

p {
	font-size: 18px;
}

p.delim {
	width: 100%;
	color: #444444;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 0px;
	align: left;
	border-bottom: thin solid #444444;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

li {
	font-size: 18px;
}

a {
	color: #A10D1C;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
}

th {text-align: left;
	vertical-align: top;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;	
	}
.he {
}
