@charset "utf-8";

/* =============================
(C) MONO-ya font CSS
last update 20110526

文字のサイズ：中（default）
============================= */



body{
	font-size:0.75em; /* 基本を12pxに設定 */
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.4;
}
#contents{
	line-height:1.5;
}
.article{
	line-height:1.6;
}

#pathlist li,
.pagetop a,
.indexpage,
.caption,
.entry-footer,
h5,
h6,
.small{
  font-size:0.834em; /*10px相当*/
	line-height:1.4;
}
#blog-archives{
  font-size:0.834em; /*10px相当*/
	line-height:1.6;
}
.x-small{
}

.article h2,
.article h3,
#b-blog .sectionHeader h2,
.large{
  font-size:1.167em; /*14px相当*/
}
.entry-num,
.x-large{
  font-size:1.334em; /*16px相当*/
}


/* フォントサイズ制御 アクティブ */
#fontsize-d a{
	cursor:default;
}

/* 明朝指定 */
.serif{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
}

