@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/
/* フォント変更 */
body {
font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans','Yu Gothic UI','Arial Black','Arial',sans-serif;
}

/* 記事タイトル */
.single-title {
	font-size: 1.5em;
}

/* 本文 */
.entry-content p {
	font-size: 110%;
}

/* 見出し（h2） */
.entry-content h2 {
	font-size: 1.25em;
}

/* パンくずリスト */
#breadcrumb {
	font-size: .7em;
}