@charset "utf-8";
/*==============
element
==============*/
table.tableElement th {
	background-color:#E6E6F5;
	width:140px;
}

table.tableElement th,
table.tableElement td {
	border:1px solid #ccc;
	padding:10px;
}
