@charset "UTF-8";

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

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

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

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


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

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

}