/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 10:23:27 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 


.wp-block-group,
.wp-block-template-part,
.wp-block-tiptip-hyperlink-group-block{
	margin: 0;
}

a {
	text-decoration: none !important;
}

a:hover {
	opacity: 0.6 !important;
}

a:active {
	opacity: 0.4 !important;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: cover;
}