@charset "utf-8";

/*----- for about_fon folder -----*/
table.tbl_style01{
	border-top:1px solid #ccc;
}
	table.tbl_style01 td,
	table.tbl_style01 th{
		padding:5px 10px;
		text-align:center;
		border-bottom:1px solid #ccc;
	}
	table.tbl_style01 th{
		font-weight:bold;
		background:#eee;
	}
	table.tbl_style01 caption{
		font-weight:bold;
		color:#f60;
	}