@charset "utf-8";

/* ===============================
==================  Team Fairy  */
.team-fairy article.page .entry-content img {
	border-radius:16px;
}
.team-fairy article.page .entry-content h3 {
	width:fit-content;
	line-height:1.4;
	margin:2em auto 1em;
	border-bottom:solid 4px #f7931e;
	font-size:1.2em;
	text-align:center;
}
.team-fairy article.page .entry-content h4 {
	text-align:center;
	color:#f7be86;
	margin-top:10px;
}
.team-fairy article.page .entry-content ul {
	width:fit-content;
	margin:1em auto 3em;
	font-size:.825em;
	list-style:none;
	text-align:center;
}
.team-fairy article.page .entry-content ul li {
	margin:0;
}
.team-fairy article.page .entry-content hr {
	background:url(../images/line_01.png) repeat-x;
	color:transparent;
	border:none;
	height:12px;
	margin:3em 0;
}
