@charset "UTF-8";

/*
======== table of content. =================================

summary:文字サイズの変更（拡大）

- 文字サイズボタン
- 基本サイズ
- アイテム

============================================================
*/


/*----------------------------------------------------------
 文字サイズボタン
----------------------------------------------------------*/

a#s-L {
	background-position: 0px 100%;
}


/*----------------------------------------------------------
 基本サイズ
----------------------------------------------------------*/

/**
 * h2
 */
h1, h2 {
	font-size: 110%;
	line-height: 1.2;
}

/**
 * tag
 */
h3, h4, h5, h6,
p, li, table, dt, dd, input, address {
	font-size: 85%;
	line-height: 1.25;
}

/**
 * class
 */
.txt-s {
	font-size: 75% !important;
}
.txt-l {
	font-size: 90% !important;
}
.txt-xl {
	font-size: 110% !important;
}
.txt-xxl {
}
.txt-xxxl {
}


/*----------------------------------------------------------
 アイテム
----------------------------------------------------------*/

/**
 * 検索フィールド
 */
#header #search-field {
	font-size: 75%;
	line-height: 1.4;
}

/**
 * Hタグ(四角)
 */
.h_rect {
	line-height: 1;
}

/**
 * 関連リンク
 */
#relation_link h3 {
	font-size: 100%;
}
