@charset "UTF-8";
/*! stylesheet style blog v1.00 (http://www.sofrosune.net/) */
/*!
	Copyright (C) 2015 Sofrosune; http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version: 1.00, October 11, 2015
	Version: 1.01, December 12, 2015 (added wp-caption)
	Version: 1.02, December 14, 2015 (added search)
	Version: 1.03, December 16, 2015 (added single page)
	Creation date: Wed Oct 20 2021 18:49:21 GMT+0900
*/
/*! stylesheet base globals v1.00 (http://www.sofrosune.net/) */
/*! stylesheet mixins v1.00 (http://www.sofrosune.net/) */
/* === constants === */
/* === page layout === */
body {
	background-color: #f8f8f8;
}

#home-container {
	width: 100%;
}
#home-container a {
	color: #006cb4;
}
#home-container a:hover {
	color: #dc143c;
}
@media print, screen and (min-width: 960px) {
	#home-container {
		width: 960px;
		margin: 0px auto;
	}
}

#header {
	width: 100%;
}

#footer {
	width: 100%;
	clear: both;
	padding: 10px 20px;
	background-color: #f0f0f0;
}
@media print, screen and (min-width: 960px) {
	#footer {
		border-radius: 10px;
	}
}

#sidebar {
	margin: 20px 2rem;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #eef;
}
@media print, screen and (min-width: 960px) {
	#sidebar {
		margin: 20px auto;
		width: 256px;
		float: right;
	}
}
#sidebar::after {
	display: block;
	clear: both;
	content: "";
}

#content {
	width: 100%;
	margin: 20px 0px;
	padding: 0px 16px;
}
@media print, screen and (min-width: 960px) {
	#content {
		width: 672px;
		float: left;
	}
}

/* === header === */
#header {
	position: relative;
	width: 100%;
	max-width: 960px;
}
#header .header-title {
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -1rem;
	font-size: 2rem;
	line-height: 1;
}
#header .header-guide {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
#header::after {
	display: block;
	clear: both;
	content: "";
}

/* === footer === */
#footer {
	font-size: 0.875rem;
	line-height: 1;
}
#footer .site-credit {
	float: right;
}
#footer .site-info {
	float: left;
}
#footer::after {
	display: block;
	clear: both;
	content: "";
}

/* === sidebar === */
#sidebar .widget {
	margin-bottom: 1rem;
}
#sidebar .widget a {
	color: #666;
}
#sidebar .widget h2.widgettitle {
	margin-bottom: 0px;
	color: #666;
	font-size: 1rem;
}
#sidebar .widget ul {
	margin-left: 0.5rem;
}
#sidebar .widget ul li {
	list-style: none;
	line-height: 1.2;
	color: #666;
	font-size: 0.75rem;
}
@media print, screen and (min-width: 720px) {
	#sidebar .widget ul li a {
		font-size: 0.875rem;
	}
}
#sidebar .widget select {
	margin-left: 0.5rem;
	font-size: 0.875rem;
	color: #666;
	background-color: #f8fff8;
}
#sidebar .widget.widget_search label.screen-reader-text {
	display: none;
}
#sidebar .widget.widget_search input {
	font-size: 12px;
	line-height: 1;
}
#sidebar .widget.widget_search input[type=text] {
	padding: 2px 4px;
}
#sidebar .widget.widget_search input[type=submit] {
	padding: 2px 4px;
}
#sidebar .widget.widget_categories li.cat-item {
	display: inline-block;
	margin: 2px 2px;
	border: 1px dotted #c0c0c0;
	border-radius: 5px;
	padding: 2px 10px;
	background-color: #f8fff8;
}
#sidebar .widget.widget_categories li.cat-item-1 {
	display: none;
}
#sidebar .widget.widget_recent_entries li {
	padding-top: 4px;
	padding-left: 8px;
	background: left 5px no-repeat url("../images/arrow-blue-right.png");
}
#sidebar .widget.widget_recent_entries li a {
	border-bottom: 1px dotted #c0c0c0;
}
#sidebar .widget.widget_archive label.screen-reader-text {
	display: none;
}
#sidebar .widget.widget_archive ul li ul li.archive_item {
	display: inline-block;
}
#sidebar .widget.widget_archive ul li ul li.archive_item:not(:last-child)::after {
	content: ", ";
	x-padding-right: 5px;
}
#sidebar .widget.widget_archive ul li ul li.archive_item a span.archive-count {
	padding-left: 2px;
}
@media print, screen and (min-width: 720px) {
	#sidebar .widget.widget_archive ul li ul li.archive_item a span.archive-count {
		font-size: 75%;
	}
}
#sidebar::after {
	display: block;
	clear: both;
	content: "";
}

/* === content === */
.entry-meta {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 1rem;
}
.entry-post {
	margin: 0px 1rem 1rem 1rem;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 1rem 1rem;
	background-color: #fff;
}
.entry-post .entry-header .entry-title {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.entry-post::after {
	display: block;
	clear: both;
	content: "";
}

.search-results .site-main {
	margin: 0px 1rem 1rem 1rem;
}
.search-results .site-main .page-header h1.page-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.search-results .site-main .post {
	margin-bottom: 1rem;
	border: 1px dotted #c0c0c0;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	background-color: #fff;
}
.search-results .site-main .post .entry-header h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 0rem;
}
.search-results .site-main .post .entry-meta {
	margin-bottom: 0rem;
}
.search-results .site-main .post .entry-summary {
	margin-top: 0.5rem;
}
.search-no-results .site-main {
	margin: 0px 1rem 1rem 1rem;
}
.search-no-results .site-main .page-header h1.page-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

/* === wp-caption === */
.wp-caption.alignleft {
	float: left;
}
.wp-caption.alignleft .wp-caption-text {
	text-align: left;
}
.wp-caption.aligncenter {
	margin: 0px auto;
}
.wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}
.wp-caption.alignright {
	float: right;
}
.wp-caption.alignright .wp-caption-text {
	text-align: right;
}
.wp-caption .wp-caption-text {
	margin-top: 4px;
	font-size: 0.75rem;
}
@media print, screen and (min-width: 720px) {
	.wp-caption .wp-caption-text {
		font-size: 0.875rem;
	}
}
.wp-caption::after {
	display: block;
	clear: both;
	content: "";
}

/* === index | single=== */
.site-content .pagination {
	text-align: center;
}
.site-content .pagination .screen-reader-text {
	display: none;
}
.site-content .pagination .nav-links {
	font-size: 12px;
	line-height: 1;
}
.site-content .pagination .nav-links .page-numbers {
	display: inline-block;
	margin: 0px 1px;
	border: 1px solid #c0c0c0;
	padding: 3px 5px;
}
.site-content .pagination .nav-links .page-numbers.prev {
	border-color: transparent;
}
.site-content .pagination .nav-links .page-numbers.current {
	background-color: #f0f0f0;
}
.site-content .pagination .nav-links .page-numbers.next {
	border-color: transparent;
}
.site-content .pagination .nav-links .page-numbers:not(.prev):not(.next):hover {
	background-color: #fdd;
}
.site-content .pagination::after {
	display: block;
	clear: both;
	content: "";
}
.site-content .post-navigation {
	margin-bottom: 1rem;
}
.site-content .post-navigation .screen-reader-text {
	display: none;
}
.site-content .post-navigation .nav-links {
	font-size: 12px;
	line-height: 1;
}
.site-content .post-navigation .nav-links .nav-previous {
	float: right;
	width: 50%;
	padding-right: 16px;
	text-align: right;
}
.site-content .post-navigation .nav-links .nav-previous::after {
	content: "▶";
	padding-left: 5px;
}
.site-content .post-navigation .nav-links .nav-next {
	float: left;
	width: 50%;
	padding-left: 16px;
	text-align: left;
}
.site-content .post-navigation .nav-links .nav-next::before {
	content: "◀";
	padding-right: 5px;
}
.site-content .post-navigation::after {
	display: block;
	clear: both;
	content: "";
}

/* end of style */