<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* トップページ,アーカイブページ,カテゴリーページ,タグページ,検索ページ共通 */

.post {
	margin:0px 0px 50px 0px;
	clear:both;
}

/*
.post h2 {
	font-size:20px;
	color:#666;
	border-bottom:dotted 1px #666;
	padding:0px 0px 7px 0px;
	margin:10px 0px 10px 0px;
}

.post h2 a {
	color:#666;
}
*/
.post .entry_content h2 {
        font-size:18px;
	border-left:5px solid #999;
        border-bottom:none;
	padding:0px 0px 0px 10px;
	margin:15px 0px 15px 0px;
}

.post p {
	line-height:1.8;
}

.post ul {
        list-style-type:disc;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.post ol {
        list-style-type:decimal;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.entry_content p {
    line-height: 1.8;
    padding: 0 1.5em 15px;
}

.entry_header {
	text-align:right;
	margin:0px 0px 30px 0px;
}

.entry_footer {
	text-align:left;
	margin:5px 0px 15px 0px;
}

.more-link {
        color:#333;
	padding:1px 5px 1px 5px;
        margin:30px 20px 30px 0px;
        display:block;
        float:right;
        clear:both;
	border:solid 1px #CCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #d5def6));
	background: -webkit-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #d5def6 0%, #ffffff 100%);
	background: linear-gradient(top, #d5def6 0%, #ffffff 100%);
        background-color:#d5def6;
}

.tag {
	padding:30px 0px 0px 0px;
	clear:both;
}

.pagenavi {
	clear:both;
        padding:30px 0px 50px 0px;
}

.pagenavi .previous_page {
	float:left;
}

.pagenavi .next_page {
	float:right;
}

/* トップページ,アーカイブページ,カテゴリーページ,タグページ,検索ページ共通 */

#sidebar #s {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important;
				width: 70%;
}

#sidebar #searchsubmit{
    margin-left: 10px;
    word-break: normal;
    border: 1px solid #ccc;
    padding: 6px 10px;
}


/* アーカイブページ,カテゴリーページ,タグページ,検索ページのh1スタイル */

.archive h1,
.category h1,
.tag h1,
.search h1{
font-weight:bold;
}

/* アーカイブページ,カテゴリーページ,タグページ,検索ページのh1スタイルend */

/* シングルページ,固定ページ */


.news_box{
display: flex;
}

.news_txt{
flex: 1;
padding-right: 1em;
}

.news_box .news_photo {
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.news_box .news_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 570px){
.news_box{display: block;}
.news_txt{padding-right: 0;margin-bottom: 1em;}
.news_box .news_photo {
    width: 100%;
    height: 200px;
    max-width: 400px;
    padding: 0 15px;
    margin: 0 auto;
}

}



.page h1,
.post h2 {
	font-size:20px;
	color:#666;
	border-bottom:dotted 1px #666;
	padding:0px 0px 7px 0px;
	margin:10px 0px 10px 0px;
}



#top_itemlist #item_title ,
#news_infobox #news_title ,
#post_infobox #post_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2em;
}


#top_itemlist h2, 
#news_infobox h2,
#post_infobox h2 {
    margin: 0;
    padding: 0;
    font-family: serif;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.5em;
    border: none;
}

#news_infobox{
margin-bottom: 10em;
}

.archive #news_infobox,
.category #news_infobox{
margin-bottom: 3em;
}




#item_title .list_btn a,
#news_title .list_btn a {
    margin: 0;
    background-color: #fff0;
    color: #0E6F38;
    font-size: 0.8em;
    padding: 0;
}


#item_title,
#news_title,
#post_title {
    position: relative;
    padding: .3em;
    border-bottom: 1px solid #0E6F38;
}
#item_title::after ,
#news_title::after ,
#post_title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 45%;
    height: 6px;
    background-color: #0E6F38;
}

#top_newslist .sublist li{margin-bottom: 2.6em;}

#top_newslist .sublist li a {
    margin: 5px;
    padding: 4px;
    display: block;
}
#top_newslist .sublist li a:hover {
    background-color: #e8f9e6;
    opacity: 1;
}

#top_newslist .sublist li a h3 {
    font-size: 1.2em;
    /* background-color: #e7f6e6; */
    margin: 0em 0.3em 0.3em 0em;
    padding: 0.2em 0 0.2em 0.4em;
    line-height: 1em;
    font-weight: bold;
    /* border-bottom: solid 1px #0E6F38; */
    border-left: solid 20px #bcd9c9;
}

#top_newslist .sublist li a p{margin: 0;}


@media (max-width: 640px){
/* .single h1, #contents .page h1,  */
.breadcrumb {
    display: block;
}
}



/*
:root {
    --accent-color: #0E6F38;
}


.single h1,
.post h2 {
    position: relative;
    padding: 0rem 0;
    margin-bottom: 0.5rem;
    color: var(--accent-color);
    color: #000;
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding: 0.1em 0.5em;
    line-height: 1em;
}


.single h1::after,
.post h2::after {
    position: absolute;
    content: '';
    height: 0.1rem;
    width: 100%;
    background-image: repeating-linear-gradient(135deg, var(--accent-color) 0px 5px, transparent 5px 10px),
        linear-gradient(90deg, var(--accent-color) 0 100%);
    background-repeat: no-repeat;
    background-size: 20% 100%, 80% 100%;
}

.single h1::before,
.post h2::after {
    top: -0.5rem;
    left: 0;
    background-position: left, right;
}

.single h1::after,
.post h2::after {
    bottom: -0.5rem;
    right: 0;
    background-position: right, left;
}

*/



/*
.single h2,
.page h2 {
	font-size:18px;
        color:#666;
	border-left:5px solid #999;
	padding:0px 0px 0px 10px;
	margin:15px 0px 15px 0px;
}
*/

.single .entry_content ul,
.page .entry_content ul {
        list-style-type:disc;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.single .entry_content ol,
.page .entry_content ol {
        list-style-type:decimal;
        margin:15px 0px 15px 30px;
        line-height:1.8;
}

.post_link {
	padding:100px 0px 30px 0px;
	clear:both;
}

.previus {
	float:left;
}

.next {
	float:right;
}

/* コメント欄 */

#respond {
	margin:15px 0px 0px 0px;
}

#commentform {
	margin:0px 0px 30px 0px;
}

#commentform p{
	margin:5px 0px 5px 0px;
}

#comments {
	margin:15px 0px 15px 0px;
}

.commentlist p {
	margin:15px 0px 15px 0px;
}

.comment{
	margin:15px 0px 15px 0px;
}

.reply a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f5f6), color-stop(0.00, #c8d7dc));
	background: -webkit-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -moz-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -o-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -ms-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
        background-color:#c8d7dc;
	color:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:1px 5px 1px 5px;
	border:solid 1px #CCC;
	margin:15px 0px 0px 0px;
}

.depth-1 {
	border:dotted 1px #666;
	padding:10px;
}

.commentlist .children {
	margin:0px 0px 0px 30px;
}

/* コメント欄end */


/* 投稿画像等設定 */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; 
	height: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.wp-smiley {
	margin: 0;
}

.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 10px solid #f1f1f1;
}

.gallery br+br {
	display: none;
}

#content .attachment img {
	display: block;
	margin: 0 auto;
}

/* 投稿画像等設定end */

/* シングルページ,固定ページend */</pre></body></html>