	body {
		font-size: 1.15rem;
		padding: 10px;
		overflow-wrap: anywhere;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
	}

#toppage-h1 {
    margin-top: 0;
}
	
	.fs1rem p, .fs1rem h1 { font-size: 1rem; }

	p { line-height: 1.7; }
	
pre {
  font-size: 1.15rem;    /* p要素と同じ基本サイズに */
  line-height: 1.7;      /* p要素と同じ行間 */
  white-space: pre-wrap; /* 折り返しを有効にする */
  word-wrap: break-word; /* 長い単語も折り返す */
}

	.jump-lto-bottom {
		text-align: right; /* 右寄せ */
	}



blockquote {
  position: relative;
  padding-left: 1.5em;
  margin: 1em 0;
  border-left: 3px solid #C0C0C0;
}

blockquote::before {
  content: "❝"; /* 装飾的なUnicode引用符 */
  font-family: inherit; /* 現在のフォントを継承 */
  position: absolute;
  left: -0.3em;
  top: -0.2em;
  color: #C0C0C0;
  font-size: 3em;
  font-family: Arial, sans-serif;
}





