@charset "UTF-8";

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

.fontsize_l a{
	background:url(../images/common/btn_size03_on.gif);
}
.fontsize_m a{
	background:url(../images/common/btn_size02_off.gif);
}
.fontsize_s a{
	background:url(../images/common/btn_size01_off.gif);
}

html, body	{
	font-size: 110%;
	}


#mainvisual .txt{
	font-size: 88%;
	line-height:normal;
}


@media screen and (max-width:480px){

html, body	{
	font-size: 100%;
	}

}