@charset "UTF-8";

#link-html {
	width: 100%;
	max-width: 1200px;
	height: auto;
	resize: none;
	background: #1a526c;
	border: 5px solid #5399d3;
	border-radius: 10px;
	color: #bfd3e2;
	/* テキストの折り返しを有効にする */
	white-space: pre-wrap;
	/* 単語の途中でも改行する */
	word-break: break-all;
	/* 縦方向のスクロールを有効にする */
	overflow-y: auto;
	/* 横方向のスクロールを無効にする */
	overflow-x: hidden;
	/* スマホ版
	max-width: 100%; */
}

