html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
    font: inherit;
    vertical-align: baseline;
}

.member strong {
	font-weight: bold;
}
.member ul {
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.member p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.member figure {
	margin: 20px 0px;
}
.member h3 {
	font-weight: bold;
}
.member a {
	text-decoration: underline;
}

.btn a {
	text-decoration: none;
}

footer ul, footer ol {
	list-style: none;
}
footer a {
	text-decoration: none;
}
.member .is-resized img {
	width: 450px;
}
.member img {
	max-width: 450px;
	height: auto;
}

table tr td {
  line-height: 1.5em;
}
#body span {
	background-color : transparent;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
header {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 10px;
}

header ul {
	width: auto;
}
