@charset "utf-8";

div.toppage-welcomemessage{
	width: 90%;
	border-radius: 48%;
	background: radial-gradient(rgba(64, 48, 160, 0.6) 0%, rgba(112, 80, 168, 0.5) 16%, rgba(208, 176, 240, 0.4) 24%, rgba(72, 56, 144, 0.6) 37%, rgba(16, 16, 96, 0.8) 50%, rgba(0, 0, 0, 1) 70%);
	
	margin: 30px auto 30px;
	padding: 60px 30px;
	font-size: 0.8em;
	font-family: var(--cap-font);
	line-height: 1.8em;
	text-shadow: 2px 2px 4px #000000c0, -2px -2px 4px #000000c0, 2px -2px 4px #000000c0, -2px 2px 4px #000000c0,
				 2px 2px 4px #000000c0, -2px -2px 4px #000000c0, 2px -2px 4px #000000c0, -2px 2px 4px #000000c0,
				 4px 4px 7px #b090d0, -4px -4px 7px #b090d0, 4px -4px 7px #b090d0, -4px 4px 7px #b090d0,
				 6px 6px 18px #b090d0, -6px -6px 18px #b090d0, 6px -6px 18px #b090d0, -6px 6px 18px #b090d0;
}

h1.toppage-welcomemessage #maintitle-in-welcomemsg{
	font-size: 1.4em;
}

h1.toppage-welcomemessage{
	border-radius: 5px;
	
	margin: 1rem auto 1rem;
	padding: 0px 0px 0.1rem;
	text-indent: 0;
	font-size: 1.5em;
	line-height: 2.3em;
	color: #ffa0f0;
	text-align: center;
}

p.toppage-welcomemessage{
	/* width: 90%; */
	border-radius: 5px;
	
	margin: 1rem auto 2rem;
	padding: 0px 0px 2px;
	text-indent: 0;
	line-height: 2em;
	font-size: 1.5em;
	color: #e0b0f0; 
}

div.toppage-introduction{
	max-width: 690px;
	border-radius: 12px;
	background: linear-gradient(120deg, rgba(255,0,255,0.2), rgba(0,255,255,0.1), rgba(255,0,255,0.2));
	
	font-size: 1.05em;
	line-height: 1.9em;
	margin: 6px auto;
	padding: 6px 24px;
	vertical-align: middle;
	color: #00c0d0;
}

p.toppage-introduction{
	text-align: center;
	text-indent: 0;
	margin: 6px auto;
	padding: 18px 6px 6px;
	font-size: 0.9em;
	line-height: 1.6em;
	vertical-align: middle;
	color: #00c0d0;
}

div#updatedate{
	text-align: right;
	
	margin: 6px 0px 0px;
	padding: 5px 40px 18px;
	text-indent: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #00c0d0;
}

ul.toppage-introduction{
	/* width: 90%; */
	border-radius: 12px;
	margin: 18px auto;
	padding: 6px 24px 6px;
	background: rgba(255,255,0,0.1);
	background: linear-gradient(60deg, rgba(255,128,0,0.1), rgba(255,255,0,0.07), rgba(255,128,0,0.1));
	text-align: left;
	font-size: 0.8em;
}

li.toppage-introduction{
	line-height: 2em;
	margin: 16px 0 16px 32px;
	color: #c0e0f0;
}

.toppage-emphasis1{
	color: #fff080;
	font-weight: 500;
	font-size: 1.1em;
}

.toppage-emphasis2{
	font-size: 1.1em;
	color: #d0ff80;
}

.toppage-emphasis3{
	color: #d0a0e0;
	font-size: 1.05em;
}

span.toppage-smalltext{
	font-size: 0.9em;
	color: #93b4d2;
}

@media (max-width: 960px) {
	p.toppage-introduction{
		text-align: left;
		margin-left: 30px;
		line-height: 1.8em;
		font-size: 0.9em;
	}
}

@media (max-width: 599px) {
	p.toppage-introduction{
		text-align: left;
		margin-left: 8px;
		line-height: 1.8em;
		font-size: 0.7em;
	}

	ul.toppage-introduction{
		padding: 0.5em 0;
		font-size: 0.6em;
	}

	div.toppage-welcomemessage {
		width: 85%;
		margin: 0 auto;
		padding: 1em 0em;
		font-size: 0.9em;
	}

	h1.toppage-welcomemessage #maintitle-in-welcomemsg{
		font-size: 1.4em;
	}
	
	h1.toppage-welcomemessage{
		font-size: 1em;
		line-height: 2em;
		color: #ffa0f0;
		text-align: center;
	}
	
	p.toppage-welcomemessage{
		/* width: 90%; */
		border-radius: 5px;
		
		margin: 0.8rem auto 1.9rem;
		padding: 0;
		text-indent: 0;
		font-size: 0.8em;
		line-height: 1.8em;
	}
	
}
