/* ************************************************ 
 *	お知らせエリア　フォントサイズ変更
 * ************************************************ */

.info_block {
        font-size :15px;
	}


/* ************************************************ 
 *	フリースペース　フォントサイズ変更
 * ************************************************ */

.free_space {
   	font-size :15px;
　　　　letter-spacing :10px;
　　　　line-height :200%;
	}