<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*CSS Document
-プラグイン
*/



/*==========================================================================================================================================
Jetpack
==========================================================================================================================================*/
/*Jetpack コメント*/
#respond {
	margin-top: -30px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}


/*==========================================================================================================================================
トップへ
==========================================================================================================================================*/
#back-top {
	position: fixed;
	right: 100px;
	bottom: 20px;
}

#back-top a {
	width: 80px;
	height: 90px;
	display: block;
	/*テキストに画像を置き換え*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	/*ここまで*/
	background-position: left top;
	background-image: url(../img/btn_totop.png);
	background-repeat: no-repeat;
}

#back-top a:hover {
	background-position: -80px top;
}


/*==========================================================================================================================================
PREV&amp;NEXTボタン
==========================================================================================================================================*/
.prevnext {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

.prevnext a {
	font-size: 1.0em;
}

.prevnext a:hover {
	text-decoration: underline;
}

.prevnext [rel="prev"] {
    float: left;
    margin-top: 0;
    text-align: left;
    width: 250px;
}

.prevnext [rel="next"] {
    float: right;
    margin-top: 0;
    text-align: right;
    width: 250px;
}


/*==========================================================================================================================================
検索フォーム
==========================================================================================================================================*/
.widget_search {
	zoom:1;
}

.widget_search :after{
    content: ""; 
    display: block; 
    clear: both;
}
form#searchform  {
	height: 20px;
	padding-top: 5px;
}

input#s {
	width: 160px;
	height: 20px;
	margin-right: 10px;
	border: 1px dashed #06F;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}

input#searchsubmit {
	/*テキストに画像を置き換え*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	/*ここまで*/
	background-image: url(../img/icon_search.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
}


/*==========================================================================================================================================
カレンダー
==========================================================================================================================================*/
table#wp-calendar {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#wp-calendar caption {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #06F;
	font-size: 0.88em;
	color: #FFF;
}

#wp-calendar th {
	width: 10%;
	font-size: 0.88em;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #A2C7FF;
}

#wp-calendar td {
	font-size: 0.88em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#wp-calendar .sat {
	color: #00F;
}

#wp-calendar .sun {
	color: #F00;
}

#wp-calendar a {
	color: #06F;
}

#wp-calendar td#prev {
	text-align: left;
	padding-left: 8px;
}

#wp-calendar td#next {
	text-align: right;
	padding-right: 8px;
}</pre></body></html>