@charset "utf-8";
/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */


#list {
	width: 99%;
	margin-bottom: 10px;
	font-size: small;
	padding-left: 3px;
}

/* ---------------------------------------------------- */
/* table */
/* ---------------------------------------------------- */

table {
	width:100%;
	border-collapse: collapse;
	border: solid 1px;
	table-layout:auto;
}

tr td {
	padding-left: 5px;
	border: solid 1px #CCC;
}
