<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		@media (max-width: 768px) {
			body.page div#primary,
			body.single:not(.post-type-product ) div#primary{
				padding: 30px 5px;
				width: 100vw;
				margin: 0 calc(50% - 50vw);
				margin-bottom: 50px;
			}
		}

.columns-search-form {
	margin-bottom: 20px;
    text-align: center;
}

.columns-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.columns-card {
    display: flex;
    gap: 20px;
	height: 230px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

span.cat {
    margin-right: 5px;
}

.thumb {
    width: 40%;
    background: #dcdcdc;
    display: inline-block;
    overflow: hidden;
}

.thumb a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.columns-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.columns-card .thumb:hover img {
    transform: scale(1.1); /* 1.1å€ã«æ‹¡å¤§ */
}

.columns-card .info {
    flex: 1;
}

.columns-card .meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.columns-card .title {
	font-weight: bold;
    margin:10px 0;
}

.columns-card .excerpt {
    margin: 0;
}

.columns-pagination {
    margin-top: 30px;
}

@media (max-width: 768px) {
	.thumb {
		width: 100%;
		min-height: 200px;
		margin-bottom: 15px;
	}
	
    .columns-card {
        display: block;
        height: 100%;
    }

    .columns-card .thumb img {
        width: 100%;
		height: 250px;
    }
	
	.columns.wrap div#primary {
		padding: 30px 5px;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		margin-bottom: 50px;
	}
}

div.columns.wrap .post-featured-image {
    display: block;
    float: unset;
	margin-bottom: 20px;
}

.columns-search-form input[type="text"] {
    padding: 6px;
    width: 60%;
    max-width: 300px;
    margin-right: 10px;
}
</pre></body></html>