/*
Theme Name: TwentyTwentyFiveChild
Template: twentytwentyfive
*/

/*body { background: #fecc70; }*/

.bold{
	font-weight: bold;
}

.del{
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: red;
}

.red{
 color:red;
}

.blue{
 color:blue;
}

.darkblue{
 color:darkblue;
}

.orangered{
 color:orangered;
}

.green{
 color:green;
}

.darkviolet{
 color:darkviolet;
}

.crimson{
 color:crimson
}

.teal{
 color:teal;
}

.postid-166 .wp-block-post-featured-image img{
	width: auto !important;
	height: auto !important;
}

.wp-block-post-featured-image img{
	filter: drop-shadow(0 0 0.75rem black);
}

.ms {
	font-family: "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.denpa{
	font-family:serif;
	color:yellow;
	text-shadow: -4px -4px 1px #808080,4px 4px 1px #f2e1dc;
	opacity:80%;
}

.firebrick{
	color:firebrick;
}

.mugen{
	font-family:serif;
	color:gray;
}

.serif{
	font-family:serif;
}

.wp-block-post-title {
	text-align: center;
}

.rl{
	transform: scale(-1, 1);
}

cite{
	text-align: right;
}