@charset "shift_jis";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  東京創元社
	URL:  https://www.tsogen.co.jp/


 // Font-size Adjustment //

	71% = 12px
	86% = 14px
	100% = 16px
	114% = 18px
	129% = 20px


 // CSS Index //

	1: Common text
	2: sizeChange bottom

=======================================================
*/

/*-----------------------------------------------------
 // 1: Common text
-----------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, sans-serif;
	font-size: 100%; /* IE */
}
html>/**/body {
	font-size: 16px; /* Except IE */
}

.textS {
	font-size: 71%;
}

.textM {
	font-size: 86%;
}

.textL {
	font-size: 100%;
}

.textLL {
	font-size: 114%;
}

.text3L {
	font-size: 129%;
}

#genre h1 {
	font-size: 114%;
}

/*-----------------------------------------------------
 // 2: sizeChange bottom
-----------------------------------------------------*/
#header .toolBox .sizeChange .standard a {
	background-image: url(img/btn_size-standard.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .toolBox .sizeChange .big a {
	background-image: url(img/btn_size-big_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header .toolBox .sizeChange .standard a:hover {
	background-image: url(img/btn_size-standard_on.gif);
}

