h1,h2,h3,p,ul {
	font-family: 'Noto Sans JP', sans-serif;
	color : #333 ; 
	line-height : 200% ; 
}

h1 {
	font-size : xx-large ; 
}

h2 {
	font-size : x-large ; 
}

p {
	padding-bottom : 32px ; 
}

b {
	font-size : large ; 
}

section {
	padding : 16px ; 
}

iframe {
	width : 100% ; 
	aspect-ratio : 16/9 ; 
	padding-bottom : 32px ; 
}


div#wrap {
	max-width : 960px ;
	margin : 0 auto ;
}

ul {
	padding-bottom : 32px ; 
}

li {
	padding-bottom : 16px ; 
	font-size : large ; 
}

table {
	padding-bottom : 64px ; 
}

th {

}

td {

	padding-left : 32px ; 
}

caption {
	text-align : left ; 
}

#artist {
	font-size : x-large ; 
	color : red ; 
	text-decoration : none ; 
}