@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 *　　							このスタイルシートが読み込まれると、基本のフォントサイズが14pxになります。
 *	　フォントサイズ・大				
 *				　　　　　　　　　　　　　　％を変化させて拡大率調整
 * 
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */



body {
	font-size: 87.5%;
}
/* 1.2em=14px  at 　body's font-size:75% */

dl#textSwitch dd#small a {background: url(../img/share/header_btn_s_bg.gif) no-repeat left top;}
dl#textSwitch dd#middle a {background: url(../img/share/header_btn_m_bg.gif) no-repeat left bottom;}
dl#textSwitch dd#large a {background: url(../img/share/header_btn_l_bg.gif) no-repeat left bottom;}

/* ----------------------------------------------------------------------------------------------------
 * ▼　★. 文字サイズ拡大によるレイアウト崩れへの対処
 * --------------------------------------------------------------------------------------------------*/
/* --↓ dtが２行になると、左バックグラウンド（緑矢印）が消えるため（IE6/7）、widthを拡大 ↓--*/

