@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
*/

table{
	font-size:12px;
}
figure.p-articleThumb {
  position: relative; /* 疑似要素配置用 */
}

figure.p-articleThumb::after {
  content: "※画像はイメージ";
  position: absolute;
  bottom: 5px;   /* 下からの余白 */
  right: 5px;    /* 右からの余白 */
  font-size: 12px;
  color: #fff;   /* 白文字 */
  background: rgba(0,0,0,0.5); /* 半透明背景で視認性アップ */
  padding: 2px 6px;
  border-radius: 3px;
}