/* フォント */
body {
	font-size: 1.2rem;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

/* 引用 */
blockquote {
	color: #666;
	font-style: oblique;
	font-family: YakuHanMPs_Noto, 'Noto Serif JP', serif;
	padding: 0.5em 1em;
	border-left: solid 3px;
}

/* 箇条書き */
ul {
	list-style-type: square;
}

/* リンクの色 */
a {
font-weight:bold;
text-decoration:none;
}

a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

/* 見出し */
h2 {
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	padding: 0.25em 0.5em;
	border-left: solid 5px;
}

/* div */
.divmax {
	background-color: #bbb;
	width: 100%;
	margin: 0 auto;
}

.div90percent {
	background-color: #888;
	width: 90%;
	margin: 0 auto;
}

.divspace {
	height: 50px;
}

/* div inline-block */
.divinlineblockleft {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	text-align: left;
	vertical-align: top;
  	width: 160px;
}

.divinlineblockright {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	width: 500px;
}

.divright {
	font-style: oblique;
	text-align: right;
	padding: 20px;
	margin: 20px;
}

/* 区切り線 */

.horizon {
	display:block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 3px dotted #CCC;
}

/* 画像 */
.circle {
border-radius: 50%;
border: 3px solid #000;
width: 150px;
height: 150px;
}

/* Twemoji */
img.emoji {
	height: 1.0em;
	width: 1.0em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.1em;
}