@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : medium.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
 

/* ********************************************************************************
 *	
 *	Font-size Adjustment
 *	
 *	77% = 10px	|	112% = 16px	|	167% = 22px	
 *	85% = 11px	|	129% = 17px	|	174% = 23px
 *	92% = 12px	|	136% = 18px	|	182% = 24px
 *	100% = 13px	|	144% = 19px	|	189% = 25px
 *	107% = 14px	|	152% = 20px	|	197% = 26px
 *	114% = 15px	|	159% = 21px	|
 *
 * ******************************************************************************** */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/* dd.btnMedium a */
dl#fontSize dd.btnMedium a {
	background: url(../images/btn_font_medium.gif) 0 100% no-repeat;
}

/* dd.btnLarge a */
dl#fontSize dd.btnLarge a {
	background: url(../images/btn_font_large.gif) 0 0 no-repeat;
}


/* ********************************************************************************
 * ■気軽に続けやすい新機能
 * file path : /function/index.html
 * body id name : body#function
 * ******************************************************************************** */
 
/* p.note */
body#function div#section1 p.note {
	padding: 0 0 5px 3px;
	/*background: url(../images/text_m_bg.gif) 0 0 repeat;*/
	line-height: 2.1;
}


/* ********************************************************************************
 * ■21種類の新トレーニング
 * file path : /training/index.html
 * body id name : body#training
 * ******************************************************************************** */

/* p.note */
body#training div#section1 p.note {
	padding: 0 0 5px 3px;
	/*background: url(../images/text_m_bg.gif) 0 0 repeat;*/
	line-height: 2.1;
}


/* ********************************************************************************
 * ■Wii Fitが初めての方へ
 * file path : /beginner/index.html
 * body id name : body#beginner
 * ******************************************************************************** */

/* p.note */
body#beginner div#section1 p.note {
	padding: 0 0 5px 3px;
	/*background: url(../images/text_m_bg.gif) 0 0 repeat;*/
	line-height: 2.1;
}