// 背景が白 / テキスト 黒 で固定された要素
%bgfff {
	color: #333;
	background-color: #fff;
}

// レイヤー要素
%absLayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

%figcaption {
	display: block !important;
	margin-top: .75rem;
	margin-bottom: 0; //core上書き
	color: inherit; //core上書き
	font-size: .8rem;
	line-height: 1.5;
	text-align: center;
	opacity: var(--ark-opacity--thin);
}

// 画像用のシャドウ
%imageShadow {
	box-shadow:
		0 2px 4px rgba(0, 0, 0, .1),
		0 4px 8px -4px rgba(0, 0, 0, .2);
}


// ウィジェットタイトル
%widgetTitle {
	position: relative;
	margin-bottom: 1.25rem;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.25em;
}
