@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.wp-image {
	position: relative;
	width: 0 auto; /*画像サイズ*/
	margin: 0 auto; /*画像位置センター*/
}

.wp-image figcaption {
	position: absolute;
	top: 0px; /*上からの位置*/
	right: 0px; /*右からの位置*/
	margin: 5px !important; /*上下左右余白*/
	padding: 3px 5px; /*上下左右余白*/
	background:#4169e1; /*背景色*/
	color: #ffffff !important; /*文字色*/
	font-size: 14px !important; /*文字サイズ*/
	font-weight: bold !important; /*文字太さ*/
}

.wp-image2 {
	position: relative;
	width: 0 auto; /*画像サイズ*/
	margin: 0 auto; /*画像位置センター*/
}

.wp-image2 figcaption {
	position: absolute;
	top: 105px; /*上からの位置*/
	right: 0px; /*右からの位置*/
	margin: 5px !important; /*上下左右余白*/
	padding: 3px 5px; /*上下左右余白*/
	background:#4169e1; /*背景色*/
	color: #ffffff !important; /*文字色*/
	font-size: 16px !important; /*文字サイズ*/
	font-weight: bold !important; /*文字太さ*/
}

