@charset "UTF-8";

/****************************
*
* フォント基本 
*	
*
*****************************/

div
{
	/*color:#333333;*/
	font-family:"ＭＳ Ｐゴシック", Osaka;
	line-height:120%;
	letter-spacing:0.07em;
/*	font-size:x-small;
	font-size:small; */
	font-size:0.8333pc;
	
}

.s_font
{
	/*font-size:0.8333em;*/
}

.xs_font
{
	font-size:0.8333em;
	/*font-size:xx-small;*/
	/*font-size:0.625em;*/
}

