@charset "utf-8";



/* =================================================================
		Font Switch [Small]
================================================================= */
#wrapper{
	font-size: 78%;
}


/* 小 （フォントサイズ切り替え） 
	--------------------------------------------------------------- */
#font-switch-small img{
	background: url(../../img/common/header_size_s_on.jpg) no-repeat left top;
}
#font-switch-medium img{
	background: url(../../img/common/header_size_m.jpg) no-repeat left top;
}
#font-switch-large img{
	background: url(../../img/common/header_size_l.jpg) no-repeat left top;
}


#font-switch-small img:hover{
	background: url(../../img/common/header_size_s_on.jpg) no-repeat left top;
}
#font-switch-medium img:hover{
	background: url(../../img/common/header_size_m_on.jpg) no-repeat left top;
}
#font-switch-large img:hover{
	background: url(../../img/common/header_size_l_on.jpg) no-repeat left top;
}



	/* Index リクルート
	--------------------------------------------------------------- 
#index-recruit{
	background: #F3F3F3 url(../../img/index/index-recruit.jpg) no-repeat right top;
	padding: 10px 10px 35px 10px;
}
*/