@charset "utf-8";
/*
Theme Name: Lightning Child Plus
Template: lightning
Description: ★ イラスト・キャラクター制作　株式会社ルノテオ★
Author: ★ Hiroko Kaimiya ★
Tags: 
Version: 0.1.2
*/

/* ==========================================
   #artwork サムネイル画像スタイル
   ========================================== */

/* #artwork 内のサムネイル画像を 180px x 180px*/ 
img {
    width: 180px;
    height: 180px;
	margin:5px;
	object-fit: cover;        /* 縦横比を崩さず中心で切り抜き */
    object-position: center;   /* 画像の中心を基準にして表示 */
}