@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');

/*"あんずもじ始等幅", */

body{
	width: 60%;
	font-family: 'M PLUS Rounded 1c', "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:500;
	font-size: clamp(22px, 1vw, 30px);
	line-height: 1.9;
	margin: auto;
	color: #eeeeee;
	background-color: #000000; 
	}

@media screen and (max-width: 480px) {
	body {
		-webkit-text-size-adjust: 100%;
		width: auto;
		font-size: 12pt; 
	}
}

.sp{
	font-family: 'M PLUS Rounded 1c', "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック", sans-serif;
	}

.center {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	}

h1{
	font-size:120%; 
	font-family:ＭＳ ゴシック, メイリオ, Hiragino Kaku Gothic ProN;
	font-weight:bold;
	font-style: oblique;
	padding:75 0;
	margin:0;
	}

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #ffffff; /* 線色 */
	height: 1px; /* 高さ */
	}

table {
	margin:auto;
	font-size:10.5pt; 
	line-height : 20pt; 
	font-family: ＭＳ ゴシック, Hiragino Kaku Gothic ProN;
	}

a:link {
	color: #ffffff ;
}

a:visited {
	color: gray; 
}

a:hover {
	color: #0000b3; 
	background-color: silver;
}

.tdftad a {
	text-decoration: none; color:gray;
}