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

/*
Theme Name: カスタマイズデザイン
Theme URI: http://
Author: OFFICE SUPPLEMENT
*/


/** 管理画面用
────────────────────────────────────────────────── */
.wp-editor-container strong{
  font-family: "NotoSansJP-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.wp-editor-container table{
	border-collapse: collapse;
	border:solid 1px #DFDFDF;
}
.wp-editor-container table th{
	border:solid 1px #DFDFDF;
  padding:5px 10px;
}
.wp-editor-container table td{
	border:solid 1px #DFDFDF;
  text-align:left;
  padding:5px 10px;
}


/** NOT FOUND
────────────────────────────────────────────────── */
.notFound{
  margin-top:20px;
  padding:100px 20px;
  -webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;
  border:solid 1px #DFDFDF;
  text-align:center;
}
  .notFound .nf01 strong{
    font-family: "NotoSansJP-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size:30px;font-size:3.0rem;
    display:block;
    margin-bottom:10px;
  }
  .notFound .nf02{
    margin-top:40px;
  }


/** PAGER
────────────────────────────────────────────────── */
.pager{
	text-align:left;
  display:block;
	padding:10px;
  margin-top:10px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
.pager li{
	list-style-type:none;
}
.pager a,
.pager a:visited,
.pager a:hover,
.pager span.current,
.pager span.pages,
.pager span.extend,
.pager span.current,
.pager span.dots{
  font-family: "Yantramanav-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background-color:#E1ECC5;
	color:#00462B;
	width:24px;
	padding:0;
	margin:0 5px 0 0;
	display:block;
	float:left;
	text-align:center;
	line-height:24px;
	text-decoration:none;
}
.pager span.current {
	color:#FFF;
	background-color:#00462B;
}
.pager a:hover {
	text-decoration:none;
	background-color:#00462B;
	color:#FFF;
}


@media print,screen and (min-width : 501px) {


/** EYE CATCH LIST VIEW
────────────────────────────────────────────────── */
.eyecatchListView{
  display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
  margin-top:20px;
}
.eyecatchListView::after{ content:"";display: block;width:32%; }

  .eyecatchListView li{
    width:32%;
    margin:0 0 10px 0;
    font-size:14px;
    line-height:1.2;
    border:1px solid #EEE;
    box-sizing:border-box;
    box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    padding:10px;
  }
  .eyecatchListView li img{
    display:block;
    margin:0 auto;
    width:100%;height:auto;
  }
  .eyecatchListView .blogdate{
    padding:10px 0 0 0;
    font-family: "Yantramanav-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  }
  .eyecatchListView .blogtitle{
    padding:6px 0 0 0;
  }


/** ENTRY VIEW
────────────────────────────────────────────────── */
.articleArea{
  margin-top:20px;
  padding:20px;
  border:solid 1px #DFDFDF;
  box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;
}
.articleArea h2{
  font-size:18px;font-size:1.8rem;
  border-bottom:solid 1px #282828;
  line-height:1.2;
  padding-bottom:5px;
}
.articleArea .entryContent{
  margin-top:20px;
}
.update{
  font-family: "Yantramanav-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  text-align:right;
  margin-top:10px;
}


}
@media screen and (max-width : 500px) {


/** EYE CATCH LIST VIEW
────────────────────────────────────────────────── */
.eyecatchListView{
  display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
  margin-top:20px;
}
.eyecatchListView::after{ content:"";display: block;width:220px; }

  .eyecatchListView li{
    width:49%;
    margin:0 0 10px 0;
    font-size:14px;
    line-height:1.2;
    border:1px solid #EEE;
    box-sizing:border-box;
    box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    padding:5px;
  }
  .eyecatchListView li img{
    display:block;
    margin:0 auto;
    width:100%;height:auto;
  }
  .eyecatchListView .blogdate{
    padding:10px 0 0 0;
  }
  .eyecatchListView .blogtitle{
    padding:5px 0 0 0;
  }

/** ENTRY VIEW
────────────────────────────────────────────────── */
.articleArea{
  margin-top:20px;
  padding:10px;
  border:solid 1px #DFDFDF;
  box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}
.articleArea h2{
  font-size:18px;font-size:1.8rem;
  border-bottom:solid 1px #282828;
  line-height:1.2;
  padding-bottom:5px;
}
.update{
  font-size:12px;font-size:1.2rem;
  text-align:right;
  margin-top:10px;
}


}









</pre></body></html>