@charset "UTF-8";



/****************************************************
 * 引用のデザイン｜テキスト
 ****************************************************/

.quoteText p,
.quoteText ul,
.quoteText ol {
	font-size: 90%;
	margin-bottom: 0!important;
}
.quoteText p b {
	color: #7E57C2;
}
.quoteText cite {
	margin-top: 2.4em;
	padding-top: 1em;
}
.quoteText cite::before {
	content: "引用：";
}
cite a {
	color: #535252;
}



/****************************************************
 * 引用のデザイン｜画像
 ****************************************************/

.quoteImage figure {
	text-align: center;
}
.quoteImage figure img {
	width: 100%;
}
.quoteImage figure figcaption {
	margin-top: .5em;
}
.quoteImage figure figcaption a {
	color: #535252;
	text-decoration: none;
}
.quoteImage figure figcaption a::before {
	content: "引用：";
}




/****************************************************
 * 引用のデザイン｜YouTube動画
 ****************************************************/

.quoteYouTube {
	display: block;
	color: #535252;
	font-size: 70%;
	text-align: center;
	text-decoration: none;
	margin-top: -6em;
	transition: all .3s;
}
.quoteYouTube::before {
	content: "引用：";
}


