h1,h2,h3,h4,p,ul,small {
	font-family: 'Noto Sans JP', sans-serif ; 
	color : #333 ; 
	line-height : 200% ; 
}

h1 {
	font-size : xx-large ; 
}

h2 {
	font-size : x-large ; 
}

hr {
	border-top : #ccc;
}

p {
	padding-bottom : 32px ; 
}

b {
	font-size : large ; 
}

iframe {
	width : 100% ; 
	aspect-ratio : 16/9 ; 
	padding-bottom : 32px ; 
}

section {
	padding : 16px ; 
}


div#wrap {
	max-width : 960px ;
	margin : 0 auto ; 
}


ul {

	padding-bottom : 32px ; 
}

li {
	padding-bottom : 32px ; 
	font-size : large ; 
}

table {
}

th {
	font-family: 'Noto Sans JP', sans-serif ;
	text-align : left ; 
}

td {
	font-family: 'Noto Sans JP', sans-serif ; 
	padding-left : 8px ; 
}

caption {
	font-family: 'Noto Sans JP', sans-serif ; 
	text-align : left ; 
}

h2 a {
	text-decoration : none ; 
}

.rise {
	text-align : right ; 
}

.log {
	text-align : right ; 
}

footer {
	font-family: 'Noto Sans JP', sans-serif ; 
}