@charset "UTF-8";

/*-----------------------------------------------------------
サニタイズのhtmlリセット打ち消し共通設定
--------------------------------------------------------------*/

strong, b
,strong u {
	font-weight: bold !important;
}

u {
	text-decoration: underline !important;
}

.ql-size-small {
	font-size: 0.75em !important;
}

.ql-size-large {
	font-size: 1.5em !important;
}

.ql-size-huge {
	font-size: 2.5em !important;
}

h1 { font-size: 2em; margin: .67em 0 }
h2 { font-size: 1.5em; margin: .75em 0 }
h3 { font-size: 1.17em; margin: .83em 0 }
h4,h5 { font-size: .83em; margin: 1.5em 0 }
h6 { font-size: .75em; margin: 1.67em 0 }

p a:hover,
.linkBlank:hover {
	color:#87cefa;
}

p a, .linkBlank{
	transition: color 0.3s;
}
