@charset "utf-8";

/* ----------------------------- */
/* font settings                 */
/* base size 13px= 81.25%;       */
/* ----------------------------- */


/* ----------------------------- */
/* main contents                 */
/* ----------------------------- */
table{
	margin: 0 auto;
	margin-top: 20px;
}
table,
th,
td{
	border: solid 1px #666;
}
th{
	width: 120px;
	padding: 10px 20px;
	background: #eee;
}
td{
	width: 440px;
	padding: 10px 20px;
}
