<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Kiyomizu
Template: twentyfifteen
Text Domain: kiyomizu
Description: This theme has 2column post list. Customized Twenty Fifteen Theme
Theme URI: http://hideokamoto.github.io/wp-theme-kiyomizu
Author: Hidetaka Okamoto
Author URI: https://wp-kyoto.net/
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.kiyomizu-content-top-widget {
	list-style-type: none;
}

.kiyomizu-content-top-widget &gt; li{
	padding: 0 ;
	margin-bottom: 1rem;
}

.kiyumizu-related-post-row {
	font-size: .8em;
}

.kiyumizu-related-post-row li {
	list-style: none;
}

.kiyumizu-related-post-row a {
	border-bottom: none;
}

.kiyumizu-related-post-row p {
	color: rgb(94, 94, 94);
}


.kiyumizu-related-post-row a.more-link:hover {
	border-bottom: 1px solid black;
}

@media screen and (min-width: 59.6875em){
		.blog .site-main,
		.archive .site-main {
			overflow: hidden;
			-webkit-column-count: 2;
			-moz-column-count: 2;
			-ms-column-count: 2;
			-o-column-count: 2;
			-webkit-column-gap: 50px;
			-moz-column-gap: 50px;
			-ms-column-gap: 50px;
			-o-column-gap: 50px;
		}

	.blog .hentry,
	.archive .hentry {
		margin: 10px 0;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.blog .site-main,
	.archive .site-main {
		padding-left: 8%;
		padding-right: 8%;
	}

	.blog .page-header,
	.archive .page-header {
		margin-left: 0;
		margin-right: 0;
	}

	.blog .hentry:nth-child(2n+1),
	.archive .hentry:nth-child(2n+2) {
		margin-left: 0;
	}
	.blog .hentry:nth-child(2n+2),
	.archive .hentry:nth-child(2n+1) {
		margin-right: 0;
	}
	.blog .hentry:nth-child(2) {
		margin-top: 0;
	}
		.pagination{
			margin: 10px auto;
		}


}
@media screen and (min-width: 87.6875em){
	body:before {
		width: -wetbkit-calc(50% - 360px);
		width: calc(50% - 360px);
	}
	.site {
		max-width: 2000px;
	}
	.sidebar {
		max-width: none;
	}
}
</pre></body></html>