@charset "utf-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */

/* -- table.about_charge -- */
table.about_charge th,
table.about_charge td {
	text-align: center;
	font-size: 86%;
	border: 1px solid #afafaf;
}
table.about_charge th {
	font-weight: bold;
}
table.about_charge th {
	padding: 10px 10px 8px;
	background-color: #f2f2f2;
}
table.about_charge td {
	padding: 7px 10px 5px;
}

