<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

@media only screen and (min-width: 768px) {
 #container #logo img{
 max-height:initial;
 }
}

#custom_header2{
 margin-bottom:1em;
}
@media only screen and (min-width: 1100px) {
 #custom_header2{
 top: -2.7em;
 position: relative;
 }
}

/* ★★★★★★★★★★★★★★★★★★　ピカレスク用カスタム設定　★★★★★★★★★★★★★★★★★★ */
/* トップ帯画像の縦幅を広げる */
#custom_header .wrap{
	display: block;
	padding: 8% 2% 20%;
}

/* タイトルのセンタリング */
.page-title{
	text-align: center;
	padding: 0;
	font-size: 1.5em;
}

/* blog一覧ページ 隙間を小さくする設定 */
.taxonomy-description{
	font-size: 0.9em;
	margin-bottom: 0.1em;
}

/* ヘッダー英字フォント変更 フォント定義 */
@font-face {
   font-family: Volkhov-Regular;
   src: url('webfonts/Volkhov/Volkhov-Regular.ttf') format("truetype");
}
@font-face {
   font-family: Volkhov-Bold;
   src: url('webfonts/Volkhov/Volkhov-Bold.ttf') format("truetype");
}
/* ヘッダー英字フォント変更 PICARESQUE */
h2.en.gf{
    font-family: 'Volkhov-Bold.ttf', serif;
    font-size: 2.5em !important;
}
/* ヘッダー英字フォント変更 OSAKA */
p.ja.wow{
    font-family: 'Volkhov-Bold.ttf', serif;
    font-size: 1.5em !important;
}

/* 記事下英字フォント変更 */
.single .h_ttl span{
	font-family: 'Helvetica',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Helvetica Neue','Arial',sans-serif;
	font-size: 1em !important;
}</pre></body></html>